Unverified Commit b05a61e2 authored by Kubernetes Submit Queue's avatar Kubernetes Submit Queue Committed by GitHub

Merge pull request #65030 from deads2k/cli-74-experimental

Automatic merge from submit-queue. If you want to cherry-pick this change to another branch, please follow the instructions <a href="https://github.com/kubernetes/community/blob/master/contributors/devel/cherry-picks.md">here</a>. mark kubectl wait as experimental Per @smarterclayton comment in https://github.com/kubernetes/kubernetes/pull/64034 /assign @smarterclayton
parents bb7e1442 4a180331
...@@ -73,7 +73,7 @@ func NewCmdWait(restClientGetter genericclioptions.RESTClientGetter, streams gen ...@@ -73,7 +73,7 @@ func NewCmdWait(restClientGetter genericclioptions.RESTClientGetter, streams gen
cmd := &cobra.Command{ cmd := &cobra.Command{
Use: "wait resource.group/name [--for=delete|--for condition=available]", Use: "wait resource.group/name [--for=delete|--for condition=available]",
DisableFlagsInUseLine: true, DisableFlagsInUseLine: true,
Short: "Wait for one condition on one or many resources", Short: "Experimental: Wait for one condition on one or many resources",
Run: func(cmd *cobra.Command, args []string) { Run: func(cmd *cobra.Command, args []string) {
o, err := flags.ToOptions(args) o, err := flags.ToOptions(args)
cmdutil.CheckErr(err) cmdutil.CheckErr(err)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment