You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'd like to able to refine my :Kget by more than namespace when I have a long list of resources. Maybe one of these two approaches would work:
Another command similar to :Kns, :Ksel where you could add a list of selectors. :Ksel label1=value1 label2=value2. These selectors are applied to :Kget. I like this because it doesn't add more optional arguments to :Kget, but selectors don't really apply to other vimkubernetes commands like :Kapply.
Flags on :Kget, similar to the kubectl flags. Just let users write --selector label1=value1 --selector label2=value2 as part of their :Kget. This is less consistent with the rest of :Kget, which doesn't let you set flags like --namespace or --context.
The text was updated successfully, but these errors were encountered:
I'd like to able to refine my
:Kget
by more than namespace when I have a long list of resources. Maybe one of these two approaches would work::Kns
,:Ksel
where you could add a list of selectors.:Ksel label1=value1 label2=value2
. These selectors are applied to:Kget
. I like this because it doesn't add more optional arguments to:Kget
, but selectors don't really apply to other vimkubernetes commands like:Kapply
.:Kget
, similar to thekubectl
flags. Just let users write--selector label1=value1 --selector label2=value2
as part of their:Kget
. This is less consistent with the rest of:Kget
, which doesn't let you set flags like--namespace
or--context
.The text was updated successfully, but these errors were encountered: