Documentation ¶
Index ¶
- type ServiceWebhook
- func (w *ServiceWebhook) Default(ctx context.Context, obj runtime.Object) error
- func (w *ServiceWebhook) SetupWithManager(mgr ctrl.Manager) error
- func (w *ServiceWebhook) ValidateCreate(ctx context.Context, obj runtime.Object) error
- func (w *ServiceWebhook) ValidateDelete(ctx context.Context, obj runtime.Object) error
- func (w *ServiceWebhook) 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 ServiceWebhook ¶
func (*ServiceWebhook) Default ¶
Default implements webhook.Defaulter so a webhook will be registered for the type
func (*ServiceWebhook) SetupWithManager ¶
func (w *ServiceWebhook) SetupWithManager(mgr ctrl.Manager) error
SetupWithManager sets up the webhook with the Manager.
func (*ServiceWebhook) ValidateCreate ¶
ValidateCreate implements webhook.Validator so a webhook will be registered for the type
func (*ServiceWebhook) ValidateDelete ¶
ValidateDelete implements webhook.Validator so a webhook will be registered for the type
func (*ServiceWebhook) ValidateUpdate ¶
ValidateUpdate implements webhook.Validator so a webhook will be registered for the type
Click to show internal directories.
Click to hide internal directories.