Closed xrstf closed 1 week ago
Skipping CI for Draft Pull Request.
If you want CI signal for your change, please convert it to an actual PR.
You can still manually trigger a test run with /test all
Name | Link |
---|---|
Latest commit | 3c469984bdbf81036ce3267232574b98e944eaed |
Latest deploy log | https://app.netlify.com/sites/k8s-prow/deploys/670ba7c1d10710000872e894 |
Deploy Preview | https://deploy-preview-298--k8s-prow.netlify.app |
Preview on mobile | Toggle QR Code...Use your smartphone camera to open QR code link. |
To edit notification comments on pull requests, go to your Netlify site configuration.
/test all
/cc
@petr-muller This is currently blocking my other PRs :-)
[APPROVALNOTIFIER] This PR is APPROVED
This pull-request has been approved by: petr-muller, xrstf
The full list of commands accepted by this bot can be found here.
The pull request process is described here
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
.