Add VS namespace to VSC printed columns#535
Add VS namespace to VSC printed columns#535k8s-ci-robot merged 1 commit intokubernetes-csi:masterfrom
Conversation
|
Welcome @tsmetana! |
|
Hi @tsmetana. Thanks for your PR. I'm waiting for a kubernetes-csi 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. DetailsInstructions 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 |
|
@tsmetana, can you show the new results of |
|
The output with the new additional column looks like this: It would be definitely prettier if we could just display one column with |
|
/lgtm |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: tsmetana, xing-yang The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |
/kind feature
What this PR does / why we need it:
When using
kubectl get volumesnapshotcontentthe result prints also referenced VolumeSnapshot object. That is not enough to identify the correct one though, since VolumeSnapshot is namespaced. It would be probably good to display also the namespace of the VolumeSnapshot.Does this PR introduce a user-facing change?:
Yes.