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