-
Notifications
You must be signed in to change notification settings - Fork 4.7k
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
Print resource kind when oc get all
outputs multiple resources of the same type
#12058
Print resource kind when oc get all
outputs multiple resources of the same type
#12058
Conversation
d2b0293
to
556bccd
Compare
[test] |
oc get all
outputs multiple resources of the same type
507189f
to
3854b12
Compare
cb27bff
to
7d2d84c
Compare
conformance check flaked on #10162 re[test] |
conformance flake #9379 re[test] |
@fabianofranz Upstream merged! kubernetes/kubernetes#37636 PTAL |
@juanvallejo Thanks! Needs a squash. |
13dc4c2
to
bd58514
Compare
Done! |
bd58514
to
e7cfd54
Compare
flaked on #13271 re[test] |
Evaluated for origin test up to e7cfd54 |
continuous-integration/openshift-jenkins/test SUCCESS (https://ci.openshift.redhat.com/jenkins/job/test_pull_request_origin/2215/) (Base Commit: c7a38d7) |
[merge] |
This is gonna fail unless you add priority: bug to it... and I'm not sure it's a bug? |
continuous-integration/openshift-jenkins/merge FAILURE (https://ci.openshift.redhat.com/jenkins/job/merge_pull_request_origin/1011/) (Base Commit: ba69e24) (PR Branch Commit: e7cfd54) |
[merge] |
/lgtm |
/test end_to_end |
/retest |
e7cfd54
to
aabafb4
Compare
/test extended_templates |
@juanvallejo is this supposed to only contain the test? |
Yeah, any non-test changes were brought in during the last rebase |
/lgtm |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: fabianofranz, juanvallejo, stevekuznetsov 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 |
/test all [submit-queue is verifying that this PR is safe to merge] |
/retest Please review the full test history for this PR and help us cut down flakes. |
/test all [submit-queue is verifying that this PR is safe to merge] |
Automatic merge from submit-queue |
UPSTREAM: kubernetes/kubernetes#37636
Related comment: kubernetes/kubernetes#37533 (comment)
This patch ensures that a resource prefix is added to multiple items of
the same kind, when using
oc get all
. Before, a prefix was added onlywhen a single item was returned on
oc get all
, but ignored if only asingle resource kind existed but multiple items for that kind were
returned.
Example
@openshift/cli-review