mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-23 11:50:44 +00:00
Merge pull request #79123 from tedyu/wait-all
Redundant call to WithAll in NewWaitFlags
This commit is contained in:
commit
ad0904c335
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user