kubebuilder
kubebuilder copied to clipboard
move webhooks away from api folder
trafficstars
What do you want to happen?
This may be seen as an extension to #2627. I want projects to not place webhook handlers and envtests in the api folder.
Instead, webhooks should be moved into the controllers folder (or into a completely separate folder). This allows external projects to import the api module without importing envtest libraries.
Extra Labels
No response