Merge pull request #79123 from tedyu/wait-all

Redundant call to WithAll in NewWaitFlags
This commit is contained in:
Kubernetes Prow Robot 2019-06-19 14:57:02 -07:00 committed by GitHub
commit ad0904c335
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -93,7 +93,7 @@ func NewWaitFlags(restClientGetter genericclioptions.RESTClientGetter, streams g
WithFieldSelector("").
WithAll(false).
WithAllNamespaces(false).
WithAll(false).
WithLocal(false).
WithLatest(),
Timeout: 30 * time.Second,