We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 69f5f5e commit 3873d82Copy full SHA for 3873d82
pkg/kubectl/cmd/wait/wait.go
@@ -90,6 +90,7 @@ func NewWaitFlags(restClientGetter genericclioptions.RESTClientGetter, streams g
90
ResourceBuilderFlags: genericclioptions.NewResourceBuilderFlags().
91
WithLabelSelector("").
92
WithAllNamespaces(false).
93
+ WithAll(false).
94
WithLatest(),
95
96
Timeout: 30 * time.Second,
0 commit comments