-
Notifications
You must be signed in to change notification settings - Fork 1.6k
✨ (kustomize/v2; go/v4) feat: improve UX and maintainability by auto-uncommenting webhook blocks when possible #4826
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
✨ (kustomize/v2; go/v4) feat: improve UX and maintainability by auto-uncommenting webhook blocks when possible #4826
Conversation
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: camilamacedo86 The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
ac268d7
to
8035b9d
Compare
93574c5
to
c2bac90
Compare
eb70bd1
to
3e83a08
Compare
/retest-required |
3e83a08
to
b87491a
Compare
b87491a
to
83c6aa0
Compare
/test pull-kubebuilder-e2e-k8s-1-31-4 |
f663884
to
84879a2
Compare
This change enhances the user experience by automatically uncommenting webhook-related code blocks during scaffolding. It also improves maintainability by eliminating the need to manually uncomment code when running end-to-end tests for examples and mocks.
84879a2
to
18a3d38
Compare
/test pull-kubebuilder-e2e-k8s-1-33-0 |
Since no objections have been raised so far. |
config/default/kustomization.yaml
during scaffolding.Fixes #4422
Closes: #4565