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