-
Notifications
You must be signed in to change notification settings - Fork 40k
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
kubectl suggest for get (list, ps), and delete(rm) #25181
Conversation
Looks good. |
@@ -92,6 +92,7 @@ func NewCmdGet(f *cmdutil.Factory, out io.Writer) *cobra.Command { | |||
err := RunGet(f, out, cmd, args, options) | |||
cmdutil.CheckErr(err) | |||
}, | |||
SuggestFor: []string{"list", "ps"}, |
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.
@smarterclayton you had opinions on list
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.
It's fine for now. Merge away.
@kubernetes/kubectl |
I like the idea and I don't see us creating those commands. |
@smarterclayton any comments before this PR merges? |
GCE e2e build/test passed for commit 181627e. |
Pull Request Guidelines
Before:
After:
Ref #25180