-
Notifications
You must be signed in to change notification settings - Fork 1.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Any plans to support admission controllers? #269
Comments
Assigned to Haseeb to take a look. |
Isn't it possible to just use the |
Since this is already supported via the controller-runtime APIs I would defer to that for now. We could possibly add some scaffolding and docs to show how to use the webhook server APIs. |
Context https://kubernetes.io/docs/admin/admission-controllers/
It would be neat to allow a handler the ability to add webhooks to validate and mutate the CR if required, see https://github.com/kubernetes/kubernetes/blob/01c74145c7b655525fcfcd00720b918d926aa298/pkg/apis/admission/types.go#L79
The text was updated successfully, but these errors were encountered: