-
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
UPSTREAM: 48033: Refactor and simplify generic printer for unknown objects #16892
UPSTREAM: 48033: Refactor and simplify generic printer for unknown objects #16892
Conversation
@juanvallejo this looks like a pick of a particular PR in kube. We name those commits |
Also, was the pick clean? |
1e973cd
to
61a3ec0
Compare
Clean pick, merged upstream in 1.8. I'll leave the judgement about in or out of 3.7 to someone closer to the bug. @fabianofranz /approve |
/lgtm |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: deads2k, fabianofranz, juanvallejo 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 extended_conformance_install_update |
1 similar comment
/test extended_conformance_install_update |
Automatic merge from submit-queue. |
Adds default table handler to the humanreadableprinter.
Fixes printer output for resources without a printHandler.
Fixes https://bugzilla.redhat.com/show_bug.cgi?id=1455115
cc @openshift/cli-review @smarterclayton @deads2k