Skip to content

Commit 45c6a75

Browse files
Merge pull request #133907 from ardaguclu/fix-wait-prefix
Remove redundant experimental prefix in wait command Kubernetes-commit: edcac86acb86f0b634431a05261b9cb13491376d
2 parents 4214535 + 93ed510 commit 45c6a75

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/cmd/wait/wait.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ func NewCmdWait(restClientGetter genericclioptions.RESTClientGetter, streams gen
124124

125125
cmd := &cobra.Command{
126126
Use: "wait ([-f FILENAME] | resource.group/resource.name | resource.group [(-l label | --all)]) [--for=create|--for=delete|--for condition=available|--for=jsonpath='{}'[=value]]",
127-
Short: i18n.T("Experimental: Wait for a specific condition on one or many resources"),
127+
Short: i18n.T("Wait for a specific condition on one or many resources"),
128128
Long: waitLong,
129129
Example: waitExample,
130130

0 commit comments

Comments
 (0)