mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-06 02:34:03 +00:00
Merge pull request #70599 from caesarxuchao/kubectl-wait-all
Enable --all flag for kubectl wait
This commit is contained in:
commit
e2f2ca2b29
@ -90,6 +90,7 @@ func NewWaitFlags(restClientGetter genericclioptions.RESTClientGetter, streams g
|
|||||||
ResourceBuilderFlags: genericclioptions.NewResourceBuilderFlags().
|
ResourceBuilderFlags: genericclioptions.NewResourceBuilderFlags().
|
||||||
WithLabelSelector("").
|
WithLabelSelector("").
|
||||||
WithAllNamespaces(false).
|
WithAllNamespaces(false).
|
||||||
|
WithAll(false).
|
||||||
WithLatest(),
|
WithLatest(),
|
||||||
|
|
||||||
Timeout: 30 * time.Second,
|
Timeout: 30 * time.Second,
|
||||||
|
Loading…
Reference in New Issue
Block a user