Documentation ¶
Index ¶
- func SetupWebhook(mgr ctrl.Manager) error
- type Webhook
- func (w *Webhook) ValidateCreate(ctx context.Context, obj runtime.Object) (admission.Warnings, error)
- func (w *Webhook) ValidateDelete(context.Context, runtime.Object) (admission.Warnings, error)
- func (w *Webhook) ValidateUpdate(ctx context.Context, _ runtime.Object, newObj runtime.Object) (admission.Warnings, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func SetupWebhook ¶
Types ¶
type Webhook ¶
type Webhook struct{}
func (*Webhook) ValidateCreate ¶
func (*Webhook) ValidateDelete ¶
Click to show internal directories.
Click to hide internal directories.