mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-23 19:56:01 +00:00
Redundant call to WithAll in NewWaitFlags
This commit is contained in:
parent
1894889314
commit
df08310d6b
@ -93,7 +93,7 @@ func NewWaitFlags(restClientGetter genericclioptions.RESTClientGetter, streams g
|
|||||||
WithFieldSelector("").
|
WithFieldSelector("").
|
||||||
WithAll(false).
|
WithAll(false).
|
||||||
WithAllNamespaces(false).
|
WithAllNamespaces(false).
|
||||||
WithAll(false).
|
WithLocal(false).
|
||||||
WithLatest(),
|
WithLatest(),
|
||||||
|
|
||||||
Timeout: 30 * time.Second,
|
Timeout: 30 * time.Second,
|
||||||
|
Loading…
Reference in New Issue
Block a user