mirror of https://github.com/k3s-io/k3s
Merge pull request #70599 from caesarxuchao/kubectl-wait-all
Enable --all flag for kubectl waitpull/564/head
commit
e2f2ca2b29
|
@ -90,6 +90,7 @@ func NewWaitFlags(restClientGetter genericclioptions.RESTClientGetter, streams g
|
|||
ResourceBuilderFlags: genericclioptions.NewResourceBuilderFlags().
|
||||
WithLabelSelector("").
|
||||
WithAllNamespaces(false).
|
||||
WithAll(false).
|
||||
WithLatest(),
|
||||
|
||||
Timeout: 30 * time.Second,
|
||||
|
|
Loading…
Reference in New Issue