Enable resource builder flattening in rollout status

Kubernetes-commit: 26002596b2f078ad9c151ba477b1cfa61f883df3
This commit is contained in:
Arda Güçlü 2022-06-06 10:29:13 +03:00 committed by Kubernetes Publisher
parent 270b635308
commit bdb13380d9
1 changed files with 1 additions and 0 deletions

View File

@ -170,6 +170,7 @@ func (o *RolloutStatusOptions) Run() error {
ResourceTypeOrNameArgs(true, o.BuilderArgs...).
ContinueOnError().
Latest().
Flatten().
Do()
err := r.Err()