Drop experimental prefix from kubectl wait command
Kubernetes-commit: ff37d8c33945b5c369f40baa1884632cfd0d32c5
This commit is contained in:
parent
a628f84f45
commit
3c19b8deb3
|
@ -46,7 +46,7 @@ import (
|
||||||
|
|
||||||
var (
|
var (
|
||||||
waitLong = templates.LongDesc(i18n.T(`
|
waitLong = templates.LongDesc(i18n.T(`
|
||||||
Experimental: Wait for a specific condition on one or many resources.
|
Wait for a specific condition on one or many resources.
|
||||||
|
|
||||||
The command takes multiple resources and waits until the specified condition
|
The command takes multiple resources and waits until the specified condition
|
||||||
is seen in the Status field of every given resource.
|
is seen in the Status field of every given resource.
|
||||||
|
|
Loading…
Reference in New Issue