Documentation ¶
Index ¶
- type BundleDeployment
- func (b *BundleDeployment) SetupWebhookWithManager(mgr ctrl.Manager) error
- func (b *BundleDeployment) ValidateCreate(ctx context.Context, obj runtime.Object) (admission.Warnings, error)
- func (b *BundleDeployment) ValidateDelete(_ context.Context, _ runtime.Object) (admission.Warnings, error)
- func (b *BundleDeployment) ValidateUpdate(ctx context.Context, _ runtime.Object, newObj runtime.Object) (admission.Warnings, error)
- type ConfigMap
- func (w *ConfigMap) SetupWebhookWithManager(mgr ctrl.Manager) error
- func (w *ConfigMap) ValidateCreate(ctx context.Context, obj runtime.Object) (admission.Warnings, error)
- func (w *ConfigMap) ValidateDelete(ctx context.Context, obj runtime.Object) (admission.Warnings, error)
- func (w *ConfigMap) ValidateUpdate(_ context.Context, _, _ runtime.Object) (admission.Warnings, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BundleDeployment ¶ added in v0.17.0
func (*BundleDeployment) SetupWebhookWithManager ¶ added in v0.17.0
func (b *BundleDeployment) SetupWebhookWithManager(mgr ctrl.Manager) error
func (*BundleDeployment) ValidateCreate ¶ added in v0.17.0
func (b *BundleDeployment) ValidateCreate(ctx context.Context, obj runtime.Object) (admission.Warnings, error)
ValidateCreate implements webhook.Validator so a webhook will be registered for the type
func (*BundleDeployment) ValidateDelete ¶ added in v0.17.0
func (b *BundleDeployment) ValidateDelete(_ context.Context, _ runtime.Object) (admission.Warnings, error)
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.