Merge pull request #70599 from caesarxuchao/kubectl-wait-all

Enable --all flag for kubectl wait
This commit is contained in:
Kubernetes Prow Robot
2018-12-21 20:19:21 -08:00
committed by GitHub

View File

@@ -90,6 +90,7 @@ func NewWaitFlags(restClientGetter genericclioptions.RESTClientGetter, streams g
ResourceBuilderFlags: genericclioptions.NewResourceBuilderFlags().
WithLabelSelector("").
WithAllNamespaces(false).
WithAll(false).
WithLatest(),
Timeout: 30 * time.Second,