Documentation
¶
Overview ¶
Copyright (c) Microsoft Corporation. Licensed under the MIT license.
Index ¶
- type SecurityGroup_Webhook
- func (webhook *SecurityGroup_Webhook) Default(ctx context.Context, obj runtime.Object) error
- func (webhook *SecurityGroup_Webhook) ValidateCreate(ctx context.Context, obj runtime.Object) (warnings admission.Warnings, err error)
- func (webhook *SecurityGroup_Webhook) ValidateDelete(ctx context.Context, obj runtime.Object) (warnings admission.Warnings, err error)
- func (webhook *SecurityGroup_Webhook) ValidateUpdate(ctx context.Context, oldObj runtime.Object, newObj runtime.Object) (warnings admission.Warnings, err error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type SecurityGroup_Webhook ¶
type SecurityGroup_Webhook struct{}
func (*SecurityGroup_Webhook) ValidateCreate ¶
func (webhook *SecurityGroup_Webhook) ValidateCreate( ctx context.Context, obj runtime.Object, ) (warnings admission.Warnings, err error)
ValidateCreate implements admission.CustomValidator.
func (*SecurityGroup_Webhook) ValidateDelete ¶
func (webhook *SecurityGroup_Webhook) ValidateDelete( ctx context.Context, obj runtime.Object, ) (warnings admission.Warnings, err error)
ValidateDelete implements admission.CustomValidator.
Click to show internal directories.
Click to hide internal directories.