Versions in this module Expand all Collapse all v0 v0.13.0 Oct 18, 2024 v0.12.0 Jun 5, 2024 Changes in this version + const CancelationNotPossibleErrorType + type Defaulter struct + func NewDefaulter(cfProcessDefaults config.CFProcessDefaults) *Defaulter + func (d *Defaulter) Default(ctx context.Context, obj runtime.Object) error + func (d *Defaulter) SetupWebhookWithManager(mgr ctrl.Manager) error + type Validator struct + func NewValidator() *Validator + func (v *Validator) SetupWebhookWithManager(mgr ctrl.Manager) error + func (v *Validator) ValidateCreate(ctx context.Context, obj runtime.Object) (admission.Warnings, error) + func (v *Validator) ValidateDelete(ctx context.Context, obj runtime.Object) (admission.Warnings, error) + func (v *Validator) ValidateUpdate(ctx context.Context, oldObj runtime.Object, obj runtime.Object) (admission.Warnings, error)