-
Notifications
You must be signed in to change notification settings - Fork 40k
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
add field selector for kubectl get #50140
add field selector for kubectl get #50140
Conversation
Hi @dixudx. Thanks for your PR. I'm waiting for a kubernetes member to verify that this patch is reasonable to test. If it is, they should reply with I understand the commands that are listed here. Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. I understand the commands that are listed here. |
/ok-to-test |
c9dfab9
to
04d4a90
Compare
/retest |
/assign @dchen1107 @thockin |
@dixudx |
Looking pretty good to me. Can you squash the non-moves into a smaller set of commits? |
975c549
to
1fff851
Compare
1fff851
to
d3759b9
Compare
@smarterclayton Squashed. PTAL. Thanks so much for your comments and reviews. |
7380cc4
to
48c920e
Compare
48c920e
to
fa143c6
Compare
/assign @liggitt @smarterclayton |
/approve |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: dixudx, smarterclayton Associated issue: 50075 The full list of commands accepted by this bot can be found here.
Needs approval from an approver in each of these OWNERS Files:
You can indicate your approval by writing |
Automatic merge from submit-queue (batch tested with PRs 53273, 55058, 55237, 50140). If you want to cherry-pick this change to another branch, please follow the instructions here. |
Is this in a release yet? |
@jlamillan Will be released together with v1.9. |
What this PR does / why we need it:
When working in #50075, I found current kubectl did not support using
field-selector
.Which issue this PR fixes (optional, in
fixes #<issue number>(, fixes #<issue_number>, ...)
format, will close that issue when PR gets merged): fixes #14129Special notes for your reviewer:
/cc @janetkuo @Kargakis
/assign @derekwaynecarr @smarterclayton @bgrant0607
Release note: