From 4a180331a99311e51983086ef7c28ceb9382cdf0 Mon Sep 17 00:00:00 2001 From: David Eads Date: Tue, 12 Jun 2018 15:51:43 -0400 Subject: [PATCH] mark kubectl wait as experimental --- pkg/kubectl/cmd/wait/wait.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/kubectl/cmd/wait/wait.go b/pkg/kubectl/cmd/wait/wait.go index 37b5a4b66d1..503a4bf08c6 100644 --- a/pkg/kubectl/cmd/wait/wait.go +++ b/pkg/kubectl/cmd/wait/wait.go @@ -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)