mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-29 22:46:12 +00:00
Enable resource builder flattening in rollout status
This commit is contained in:
parent
35940b707c
commit
26002596b2
@ -170,6 +170,7 @@ func (o *RolloutStatusOptions) Run() error {
|
||||
ResourceTypeOrNameArgs(true, o.BuilderArgs...).
|
||||
ContinueOnError().
|
||||
Latest().
|
||||
Flatten().
|
||||
Do()
|
||||
|
||||
err := r.Err()
|
||||
|
Loading…
Reference in New Issue
Block a user