-
Notifications
You must be signed in to change notification settings - Fork 98
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
Update code-generator to 1.30.1 #298
base: main
Are you sure you want to change the base?
Conversation
Skipping CI for Draft Pull Request. |
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: xrstf The full list of commands accepted by this bot can be found here.
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
✅ Deploy Preview for k8s-prow ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
/test all |
/cc |
While working on #293, I noticed I had to bump the code-generator as well, which blew up that PR more than it should. So this PR extracts just the code-generator update.
The code generator was significantly outdated and was updated to match the current set of Kube dependencies (i.e. 1.30.x). Notably:
%v
to be%w
, because go-bindata 3.1.3 (latest) still outputs%v
.