-
Notifications
You must be signed in to change notification settings - Fork 1.2k
✨ Bump to k8s.io/* v0.33.0-alpha.3 and Go 1.24 #3142
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
Conversation
908496b
to
2ee2227
Compare
/assign @alvaroaleman @vincepri |
2ee2227
to
dc8cda1
Compare
Ups sorry, didn't run tests locally :). I'll take a look |
dc8cda1
to
9d65299
Compare
if namespace != "" { | ||
return resources.Namespace(namespace).List(ip.ctx, opts) | ||
return resources.Namespace(namespace).List(ctx, opts) |
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.
Seems reasonable to just use this ctx, now that we have one
Works now :) |
LGTM label has been added. Git tree hash: 54c75acfba00710d0fe09864afa514ed1cc9bfa6
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: alvaroaleman, sbueringer 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 |
No description provided.