Documentation
¶
Index ¶
- type IPPoolWebhook
- func (r *IPPoolWebhook) Default(ctx context.Context, obj runtime.Object) error
- func (r *IPPoolWebhook) SetupWebhookWithManager(mgr ctrl.Manager) error
- func (r *IPPoolWebhook) ValidateCreate(ctx context.Context, obj runtime.Object) error
- func (r *IPPoolWebhook) ValidateDelete(ctx context.Context, obj runtime.Object) error
- func (r *IPPoolWebhook) 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 IPPoolWebhook ¶
func (*IPPoolWebhook) Default ¶
Default implements webhook.CustomDefaulter so a webhook will be registered for the type
func (*IPPoolWebhook) SetupWebhookWithManager ¶
func (r *IPPoolWebhook) SetupWebhookWithManager(mgr ctrl.Manager) error
func (*IPPoolWebhook) ValidateCreate ¶
ValidateCreate implements webhook.CustomValidator so a webhook will be registered for the type
func (*IPPoolWebhook) ValidateDelete ¶
ValidateDelete implements webhook.CustomValidator so a webhook will be registered for the type
func (*IPPoolWebhook) ValidateUpdate ¶
ValidateUpdate implements webhook.CustomValidator so a webhook will be registered for the type
Click to show internal directories.
Click to hide internal directories.