Closed skitt closed 9 months ago
/lgtm
Can we get review on this? This will be very helpful for optimization work we're doing on SubmarinerAddon.
/assign @qiujian16
would you run go mod tidy and go mod vendor?
would you run go mod tidy and go mod vendor?
I’d already done that, the verify-deps failure happened because CI was set up for Go 1.20 and the build now requires 1.21.
/approve /lgtm
[APPROVALNOTIFIER] This PR is APPROVED
This pull-request has been approved by: qiujian16, skitt
The full list of commands accepted by this bot can be found here.
The pull request process is described here
Summary
Since 1.29, Kubernetes supports transforming informers, which is useful to reduce the amount of memory used by the underlying caches. This updates the code generator to the latest 0.29 release and re-generates the informers.
Related issue(s)
Fixes #