github.com/argoproj/argo-cd@v1.8.7/resource_customizations/argoproj.io/Rollout/actions/testdata/promote-full_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 promoteFull: true 38 HPAReplicas: 1 39 abort: true 40 abortedAt: "2020-11-13T08:25:53Z" 41 availableReplicas: 1 42 blueGreen: {} 43 canary: {} 44 conditions: 45 - lastTransitionTime: "2020-11-13T08:25:36Z" 46 lastUpdateTime: "2020-11-13T08:25:36Z" 47 message: Rollout has minimum availability 48 reason: AvailableReason 49 status: "True" 50 type: Available 51 - lastTransitionTime: "2020-11-13T08:25:53Z" 52 lastUpdateTime: "2020-11-13T08:25:53Z" 53 message: Rollout is aborted 54 reason: RolloutAborted 55 status: "False" 56 type: Progressing 57 currentPodHash: 75fdb4ccf6 58 currentStepHash: 757f5f97b 59 currentStepIndex: 0 60 observedGeneration: "3" 61 readyReplicas: 1 62 replicas: 1 63 selector: app=basic 64 stableRS: 754cb84d5