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 DomainDecodingErrorType + const DuplicateDomainErrorType + const InvalidDomainErrorType + type Validator struct + func NewValidator(client client.Client) *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)