Documentation ¶
Overview ¶
Package webhooks implements experimental webhooks.
Index ¶
- type IPAddress
- func (webhook *IPAddress) SetupWebhookWithManager(mgr ctrl.Manager) error
- func (webhook *IPAddress) ValidateCreate(ctx context.Context, obj runtime.Object) error
- func (webhook *IPAddress) ValidateDelete(_ context.Context, _ runtime.Object) error
- func (webhook *IPAddress) ValidateUpdate(_ context.Context, oldObj, newObj runtime.Object) error
- type IPAddressClaim
- func (webhook *IPAddressClaim) SetupWebhookWithManager(mgr ctrl.Manager) error
- func (webhook *IPAddressClaim) ValidateCreate(_ context.Context, obj runtime.Object) error
- func (webhook *IPAddressClaim) ValidateDelete(_ context.Context, _ runtime.Object) error
- func (webhook *IPAddressClaim) ValidateUpdate(_ context.Context, oldObj, newObj runtime.Object) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type IPAddress ¶
IPAddress implements a validating webhook for IPAddress.
func (*IPAddress) SetupWebhookWithManager ¶
SetupWebhookWithManager sets up IPAddress webhooks.
func (*IPAddress) ValidateCreate ¶
ValidateCreate implements webhook.CustomValidator.
func (*IPAddress) ValidateDelete ¶
ValidateDelete implements webhook.CustomValidator.
type IPAddressClaim ¶
type IPAddressClaim struct { }
IPAddressClaim implements a validating webhook for IPAddressClaim.
func (*IPAddressClaim) SetupWebhookWithManager ¶
func (webhook *IPAddressClaim) SetupWebhookWithManager(mgr ctrl.Manager) error
SetupWebhookWithManager sets up IPAddressClaim webhooks.
func (*IPAddressClaim) ValidateCreate ¶
ValidateCreate implements webhook.CustomValidator.
func (*IPAddressClaim) ValidateDelete ¶
ValidateDelete implements webhook.CustomValidator.
func (*IPAddressClaim) ValidateUpdate ¶
func (webhook *IPAddressClaim) ValidateUpdate(_ context.Context, oldObj, newObj runtime.Object) error
ValidateUpdate implements webhook.CustomValidator.
Click to show internal directories.
Click to hide internal directories.