Documentation ¶
Index ¶
- type Chain
- func (w *Chain) Default(_ context.Context, obj runtime.Object) error
- func (w *Chain) SetupWebhookWithManager(mgr ctrl.Manager) error
- func (w *Chain) ValidateCreate(_ context.Context, obj runtime.Object) (admission.Warnings, error)
- func (w *Chain) ValidateDelete(_ context.Context, _ runtime.Object) (admission.Warnings, error)
- func (w *Chain) ValidateUpdate(_ context.Context, oldObj, newObj runtime.Object) (admission.Warnings, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Chain ¶
type Chain struct{}
Chain implements a validation and defaulting webhook for Chain.
func (*Chain) SetupWebhookWithManager ¶
func (*Chain) ValidateCreate ¶
ValidateCreate implements webhook.Validator so a webhook will be registered for the type.
func (*Chain) ValidateDelete ¶
ValidateDelete implements webhook.Validator so a webhook will be registered for the type.
Click to show internal directories.
Click to hide internal directories.