github.com/argoproj/argo-cd/v2@v2.10.9/resource_customizations/argoproj.io/Rollout/testdata/healthy_legacy_v1.0_newWorkloadGeneration.yaml (about)

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