-
Notifications
You must be signed in to change notification settings - Fork 263
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
Adds human-friendly table printing for resource listing #85
Conversation
Hi @navidshaikh. Thanks for your PR. I'm waiting for a knative member to verify that this patch is reasonable to test. If it is, they should reply with Once the patch is verified, the new status will be reflected by the 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. |
/ok-to-test |
@navidshaikh i dont see any command using this printers, or did i miss it? |
@cppforlife : I'll raise separate PRs for commands using this printer. |
@cppforlife Here is the new one #90 rebased onto this PR. |
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.
Can you please copy the license from the k8s originals and also a comment describing where they come from to the top of each of these files?
Other than that good.
All the credits goes to authors of https://github.com/kubernetes/kubernetes/tree/master/pkg/printers
As its updated after running hack/verify-codegen.sh
Lets start with bare minimum printer
and references the original implementation file link. Removes pkg/printers/printers.go
b9298a4
to
06f8cd0
Compare
/retest |
4 similar comments
/retest |
/retest |
/retest |
/retest |
/approve |
/retest |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: navidshaikh, sixolet 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 |
* Adds human-friendly printer All the credits goes to authors of https://github.com/kubernetes/kubernetes/tree/master/pkg/printers * Updates the vendor/modules.txt As its updated after running hack/verify-codegen.sh * Removes WithKind and WithNamespace printing options Lets start with bare minimum printer * Adds licenses and references the original implementation file link. Removes pkg/printers/printers.go * Removes unused imports
* Adds human-friendly printer All the credits goes to authors of https://github.com/kubernetes/kubernetes/tree/master/pkg/printers * Updates the vendor/modules.txt As its updated after running hack/verify-codegen.sh * Removes WithKind and WithNamespace printing options Lets start with bare minimum printer * Adds licenses and references the original implementation file link. Removes pkg/printers/printers.go * Removes unused imports
* Adds human-friendly printer All the credits goes to authors of https://github.com/kubernetes/kubernetes/tree/master/pkg/printers * Updates the vendor/modules.txt As its updated after running hack/verify-codegen.sh * Removes WithKind and WithNamespace printing options Lets start with bare minimum printer * Adds licenses and references the original implementation file link. Removes pkg/printers/printers.go * Removes unused imports
Also dump the last checked status of the pods on error, so it's easy to figure out what was wrong.
Fixes #84
All the credits goes to https://github.com/kubernetes/kubernetes/tree/master/pkg/printers