-
Notifications
You must be signed in to change notification settings - Fork 455
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
Prepare for the addition of new CRD #1863
Conversation
Could you do |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
How were these changed?
I though these are just because the codegen version was updated recently and all @cniackz did was run |
if I do that along with |
Addressed in last commit, this is fine to merge |
* Bump code-generator to v0.28.4 * Add grants for needed bash scripts * execute `make regen-crd` and `make-regen-crd-docs`. * `go mod tidy` all the things Signed-off-by: pjuarezd <pjuarezd@users.noreply.github.com>
dda305b
to
356e837
Compare
Objective:
This PR has been created in anticipation of introducing a new CRD
Reason:
Currently, running
./k8s/update-codegen.sh
does not work; it necessitates code changes. If this script is essential for adding new CRDs, it should function properly initially. I suspect that some of the detailed files contain features we no longer support. However, these files were not removed because this script isn't executed frequently enough to automatically generate them.