github.com/argoproj/argo-cd@v1.8.7/resource_customizations/argoproj.io/Rollout/actions/testdata/aborted_bg_rollout.yaml (about)

     1  apiVersion: argoproj.io/v1alpha1
     2  kind: Rollout
     3  metadata:
     4    annotations:
     5      rollout.argoproj.io/revision: "2"
     6    creationTimestamp: "2020-11-13T08:37:51Z"
     7    generation: 3
     8    name: bluegreen
     9    namespace: argocd-e2e
    10    resourceVersion: "202207"
    11    selfLink: /apis/argoproj.io/v1alpha1/namespaces/argocd-e2e/rollouts/bluegreen
    12    uid: 39d30e1e-5e0e-460a-a217-fa21215f1d1f
    13  spec:
    14    replicas: 3
    15    selector:
    16      matchLabels:
    17        app: bluegreen
    18    strategy:
    19      blueGreen:
    20        activeService: bluegreen
    21        autoPromotionEnabled: false
    22        scaleDownDelaySeconds: 10
    23    template:
    24      metadata:
    25        creationTimestamp: null
    26        labels:
    27          app: bluegreen
    28      spec:
    29        containers:
    30        - image: nginx:1.18-alpine
    31          name: bluegreen
    32          resources:
    33            requests:
    34              cpu: 1m
    35              memory: 16Mi
    36  status:
    37    HPAReplicas: 3
    38    abort: true
    39    abortedAt: "2020-11-13T08:38:19Z"
    40    availableReplicas: 3
    41    blueGreen:
    42      activeSelector: 54bd6f9c67
    43    canary: {}
    44    conditions:
    45    - lastTransitionTime: "2020-11-13T08:37:53Z"
    46      lastUpdateTime: "2020-11-13T08:37:53Z"
    47      message: Rollout has minimum availability
    48      reason: AvailableReason
    49      status: "True"
    50      type: Available
    51    - lastTransitionTime: "2020-11-13T08:38:19Z"
    52      lastUpdateTime: "2020-11-13T08:38:19Z"
    53      message: Rollout is aborted
    54      reason: RolloutAborted
    55      status: "False"
    56      type: Progressing
    57    currentPodHash: 5b6f6b55c4
    58    observedGeneration: "3"
    59    readyReplicas: 3
    60    replicas: 6
    61    selector: app=bluegreen,rollouts-pod-template-hash=54bd6f9c67
    62    stableRS: 54bd6f9c67
    63    updatedReplicas: 3