-
Notifications
You must be signed in to change notification settings - Fork 386
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
🐛 Show workspace name in kubectl kcp ws tree #2719
🐛 Show workspace name in kubectl kcp ws tree #2719
Conversation
413ac74
to
bda76b4
Compare
Flake #2713 |
/retest |
1 similar comment
/retest |
With the changing structure of the URL stored in the Workspace spec, we stopped showing the Workspace name in kubectl kcp ws tree. This updates to use the Workspace name and fixes the output when --full is supplied. Signed-off-by: hasheddan <georgedanielmangum@gmail.com>
Fixes a small typo in the help output for the --full flag. Signed-off-by: hasheddan <georgedanielmangum@gmail.com>
bda76b4
to
c40e9aa
Compare
Rebased and force pushed to see if I could get past the test flake here. |
Would it make sense to show both the friendly name and in parentheses the underlying id? Example:
|
@vincepri that sounds pretty reasonable to me, though perhaps only when |
That being said -- I believe all the other |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: ncdc 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 |
Summary
With the changing structure of the URL stored in the Workspace spec, we stopped showing the Workspace name in kubectl kcp ws tree. This updates to use the Workspace name and fixes the output when --full is supplied.
Signed-off-by: hasheddan georgedanielmangum@gmail.com
Previously:
Update:
Related issue(s)
Fixes #2681