github.com/argoproj/argo-cd/v2@v2.10.9/resource_customizations/argoproj.io/Rollout/testdata/healthy_newWorkloadGeneration.yaml (about) 1 apiVersion: argoproj.io/v1alpha1 2 kind: Rollout 3 metadata: 4 annotations: 5 rollout.argoproj.io/revision: "1" 6 rollout.argoproj.io/workload-generation: "1" 7 creationTimestamp: "2021-07-27T12:14:11Z" 8 generation: 3 9 name: rollout-ref-deployment 10 namespace: default 11 resourceVersion: "4220" 12 uid: a3d1d224-ac4f-4f84-9274-e01e1d43b036 13 spec: 14 replicas: 5 15 strategy: 16 canary: 17 steps: 18 - setWeight: 20 19 - pause: 20 duration: 10s 21 workloadRef: 22 apiVersion: apps/v1 23 kind: Deployment 24 name: rollout-ref-deployment 25 status: 26 HPAReplicas: 5 27 availableReplicas: 5 28 blueGreen: {} 29 canary: {} 30 collisionCount: 1 31 conditions: 32 - lastTransitionTime: "2021-07-27T12:14:21Z" 33 lastUpdateTime: "2021-07-27T12:14:21Z" 34 message: RolloutCompleted 35 reason: RolloutCompleted 36 status: "True" 37 type: Completed 38 - lastTransitionTime: "2021-07-27T12:14:11Z" 39 lastUpdateTime: "2021-07-27T12:14:21Z" 40 message: ReplicaSet "rollout-ref-deployment-75bbd56864" has successfully progressed. 41 reason: NewReplicaSetAvailable 42 status: "True" 43 type: Progressing 44 - lastTransitionTime: "2021-07-27T12:14:21Z" 45 lastUpdateTime: "2021-07-27T12:14:21Z" 46 message: Rollout has minimum availability 47 reason: AvailableReason 48 status: "True" 49 type: Available 50 currentPodHash: 75bbd56864 51 currentStepHash: 55f5d87bd9 52 currentStepIndex: 2 53 observedGeneration: "3" 54 phase: Healthy 55 readyReplicas: 5 56 replicas: 5 57 selector: app=rollout-ref-deployment 58 stableRS: 75bbd56864 59 updatedReplicas: 5 60 workloadObservedGeneration: "1"