-
Notifications
You must be signed in to change notification settings - Fork 382
Do not include UUID in get class|plan output #1977
Do not include UUID in get class|plan output #1977
Conversation
at what point do we add a COLUMNS specifier rather than a flag for individual things I want to see? I think in kube there's |
Just thinking about going down that path makes me want to go back to what I had originally suggested, just not showing uuid in the get output (while continuing to support the uuid filter). I don't want to get in the business of supporting kubectl's entire design/framework... 😝 One sec, just the thought of that has made me 💩 my pants. Update incoming... |
bf424bf
to
bc7f860
Compare
bc7f860
to
155b546
Compare
The --uuid flag is still there, but to save space and make room for displaying broker + namespace, hide this ugly (mostly ignored) column.
5081d8b
to
948f624
Compare
I kind of feel like we should have a flag that causes the output to include the UUID, but tbh, I hate the UUID and would like to never see it again. So I guess the fallback if you really must have UUID is to use native kubectl get clusterserviceclasses/clusterserviceplans. And generally if dealing with UUID you already know the UUID and you want details on the object. So... LGTM. |
To be clear, you can always use |
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.
LGTM
The --uuid flag is still there, but to save space and make room for displaying broker and namespace, hide this ugly (mostly ignored) column.