github.com/argoproj/argo-cd@v1.8.7/resource_customizations/argoproj.io/Rollout/actions/testdata/aborted_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:25:35Z" 7 generation: 3 8 name: basic 9 namespace: argocd-e2e 10 resourceVersion: "201579" 11 selfLink: /apis/argoproj.io/v1alpha1/namespaces/argocd-e2e/rollouts/basic 12 uid: 201161e2-c761-4e52-91a1-d4872be9ead4 13 spec: 14 replicas: 1 15 selector: 16 matchLabels: 17 app: basic 18 strategy: 19 canary: 20 steps: 21 - setWeight: 50 22 - pause: {} 23 template: 24 metadata: 25 creationTimestamp: null 26 labels: 27 app: basic 28 spec: 29 containers: 30 - image: nginx:1.18-alpine 31 name: basic 32 resources: 33 requests: 34 cpu: 1m 35 memory: 16Mi 36 status: 37 HPAReplicas: 1 38 abort: true 39 abortedAt: "2020-11-13T08:25:53Z" 40 availableReplicas: 1 41 blueGreen: {} 42 canary: {} 43 conditions: 44 - lastTransitionTime: "2020-11-13T08:25:36Z" 45 lastUpdateTime: "2020-11-13T08:25:36Z" 46 message: Rollout has minimum availability 47 reason: AvailableReason 48 status: "True" 49 type: Available 50 - lastTransitionTime: "2020-11-13T08:25:53Z" 51 lastUpdateTime: "2020-11-13T08:25:53Z" 52 message: Rollout is aborted 53 reason: RolloutAborted 54 status: "False" 55 type: Progressing 56 currentPodHash: 75fdb4ccf6 57 currentStepHash: 757f5f97b 58 currentStepIndex: 0 59 observedGeneration: "3" 60 readyReplicas: 1 61 replicas: 1 62 selector: app=basic 63 stableRS: 754cb84d5