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.
2 parents 37dc678 + 3873d82 commit e2f2ca2Copy full SHA for e2f2ca2
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