Documentation
¶
Index ¶
- func SetupWebhookWithManager(mgr manager.Manager) error
- type ClusterBundle
- func (webhook *ClusterBundle) SetupWebhookWithManager(mgr ctrl.Manager) error
- func (webhook *ClusterBundle) ValidateCreate(ctx context.Context, obj runtime.Object) (admission.Warnings, error)
- func (webhook *ClusterBundle) ValidateDelete(_ context.Context, _ runtime.Object) (admission.Warnings, error)
- func (webhook *ClusterBundle) ValidateUpdate(ctx context.Context, _, newObj runtime.Object) (admission.Warnings, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func SetupWebhookWithManager ¶ added in v0.19.0
SetupWebhookWithManager the webhook endpoints against the Manager.
Types ¶
type ClusterBundle ¶ added in v0.19.0
type ClusterBundle struct{}
ClusterBundle validates ClusterBundle against rules that are currently not available in Kubernetes OpenAPI schema nor CEL.
func (*ClusterBundle) SetupWebhookWithManager ¶ added in v0.19.0
func (webhook *ClusterBundle) SetupWebhookWithManager(mgr ctrl.Manager) error
func (*ClusterBundle) ValidateCreate ¶ added in v0.19.0
func (*ClusterBundle) ValidateDelete ¶ added in v0.19.0
func (*ClusterBundle) ValidateUpdate ¶ added in v0.19.0
Click to show internal directories.
Click to hide internal directories.