mark kubectl wait as experimental

pull/8/head
David Eads 2018-06-12 15:51:43 -04:00
parent b15b18f932
commit 4a180331a9
1 changed files with 1 additions and 1 deletions

View File

@ -73,7 +73,7 @@ func NewCmdWait(restClientGetter genericclioptions.RESTClientGetter, streams gen
cmd := &cobra.Command{
Use: "wait resource.group/name [--for=delete|--for condition=available]",
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) {
o, err := flags.ToOptions(args)
cmdutil.CheckErr(err)