Unverified Commit e2f2ca2b authored by Kubernetes Prow Robot's avatar Kubernetes Prow Robot Committed by GitHub

Merge pull request #70599 from caesarxuchao/kubectl-wait-all

Enable --all flag for kubectl wait
parents 37dc6789 3873d828
...@@ -90,6 +90,7 @@ func NewWaitFlags(restClientGetter genericclioptions.RESTClientGetter, streams g ...@@ -90,6 +90,7 @@ func NewWaitFlags(restClientGetter genericclioptions.RESTClientGetter, streams g
ResourceBuilderFlags: genericclioptions.NewResourceBuilderFlags(). ResourceBuilderFlags: genericclioptions.NewResourceBuilderFlags().
WithLabelSelector(""). WithLabelSelector("").
WithAllNamespaces(false). WithAllNamespaces(false).
WithAll(false).
WithLatest(), WithLatest(),
Timeout: 30 * time.Second, Timeout: 30 * time.Second,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment