Documentation ¶
Index ¶
- type WebhookNetboxIPPool
- func (w *WebhookNetboxIPPool) Default(_ context.Context, obj runtime.Object) error
- func (w *WebhookNetboxIPPool) SetupWebhookWithManager(mgr ctrl.Manager) error
- func (w *WebhookNetboxIPPool) ValidateCreate(_ context.Context, obj runtime.Object) (admission.Warnings, error)
- func (w *WebhookNetboxIPPool) ValidateDelete(_ context.Context, obj runtime.Object) (admission.Warnings, error)
- func (w *WebhookNetboxIPPool) 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 WebhookNetboxIPPool ¶
WebhookNetboxIPPool implements a validating and defaulting webhook for NetboxIPPool.
func (*WebhookNetboxIPPool) Default ¶
Default implements webhook.Defaulter so a webhook will be registered for the type
func (*WebhookNetboxIPPool) SetupWebhookWithManager ¶
func (w *WebhookNetboxIPPool) SetupWebhookWithManager(mgr ctrl.Manager) error
SetupWebhookWithManager will set up the manager to manage the webhooks
func (*WebhookNetboxIPPool) ValidateCreate ¶
func (w *WebhookNetboxIPPool) ValidateCreate(_ context.Context, obj runtime.Object) (admission.Warnings, error)
ValidateCreate implements webhook.Validator so a webhook will be registered for the type
func (*WebhookNetboxIPPool) ValidateDelete ¶
func (w *WebhookNetboxIPPool) ValidateDelete(_ context.Context, obj runtime.Object) (admission.Warnings, error)
ValidateDelete implements webhook.Validator so a webhook will be registered for the type
func (*WebhookNetboxIPPool) ValidateUpdate ¶
func (w *WebhookNetboxIPPool) ValidateUpdate(_ context.Context, oldObj, newObj runtime.Object) (admission.Warnings, error)
ValidateUpdate implements webhook.Validator so a webhook will be registered for the type
Click to show internal directories.
Click to hide internal directories.