github.com/argoproj/argo-cd/v3@v3.2.1/resource_customizations/promoter.argoproj.io/ChangeTransferPolicy/testdata/progressing-failed-pending.yaml (about)

     1  apiVersion: promoter.argoproj.io/v1alpha1
     2  kind: ChangeTransferPolicy
     3  metadata:
     4    name: test
     5    generation: 2
     6  status:
     7    conditions:
     8      - type: Ready
     9        status: True
    10        observedGeneration: 2
    11    active:
    12      dry:
    13        sha: abc1234
    14      commitStatuses: []
    15    proposed:
    16      dry:
    17        sha: def5678
    18      commitStatuses:
    19        - key: test-pending
    20          phase: pending
    21        - key: test-failed
    22          phase: failure