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

     1  apiVersion: argoproj.io/v1alpha1
     2  kind: Rollout
     3  metadata:
     4    creationTimestamp: "2020-11-13T00:44:55Z"
     5    generation: 1
     6    name: basic
     7    namespace: argocd-e2e
     8    resourceVersion: "181938"
     9    selfLink: /apis/argoproj.io/v1alpha1/namespaces/argocd-e2e/rollouts/basic
    10    uid: 34e4bbfc-222c-4968-bd60-2b30ae81110d
    11  spec:
    12    selector:
    13      matchLabels:
    14        app: basic
    15    strategy:
    16      canary:
    17        steps:
    18        - setWeight: 50
    19        - pause: {}
    20    template:
    21      metadata:
    22        labels:
    23          app: basic
    24      spec:
    25        containers:
    26        - image: nginx:1.19-alpine
    27          name: basic
    28          resources:
    29            requests:
    30              cpu: 1m
    31              memory: 16Mi