## Describe the current behavior `admission.Validator` and `admission.Defaulter` are removed from `controller-runtime v0.20`: https://github.com/kubernetes-sigs/controller-runtime/pull/2877 This prevents us from upgrading `controller-runtime` in our codebase when `azure-service-operator/v2` is used. ## Describe the improvement Remove the deprecated usage of `admission.Validator` and `admission.Defaulter` ## Additional context _Add any other context about the suggested improvement._