Versions in this module Expand all Collapse all v0 v0.6.0 Dec 1, 2025 v0.5.0 Nov 21, 2025 Changes in this version + func SetupTraitWebhookWithManager(mgr ctrl.Manager) error + type Validator struct + func (v *Validator) ValidateCreate(_ 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(_ context.Context, oldObj, newObj runtime.Object) (admission.Warnings, error)