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

Enable --all flag for kubectl wait
pull/564/head
Kubernetes Prow Robot 2018-12-21 20:19:21 -08:00 committed by GitHub
commit e2f2ca2b29
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

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,