-
Notifications
You must be signed in to change notification settings - Fork 40.1k
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
Continue on #30774: Change podNamespacer API #30807
Continue on #30774: Change podNamespacer API #30807
Conversation
pod := &pods.Items[i] | ||
for i := range pods { | ||
// TODO: Do we need to copy here? | ||
pod := &(*pods[i]) |
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.
Not convinced this does a copy... (no need to change)
lgtm |
GCE e2e build/test passed for commit 594234d. |
p2 since this is breaking scalability tests. |
lgtm - thanks! |
@k8s-bot test this [submit-queue is verifying that this PR is safe to merge] |
GCE e2e build/test passed for commit 594234d. |
Automatic merge from submit-queue |
continue on #30774, credit to @wojtek-t, Ref #30759
I just fixed a test and converted IsActivePod to operate on *Pod.
This change is