github.com/argoproj/argo-cd/v3@v3.2.1/resource_customizations/route53.aws.crossplane.io/ResourceRecordSet/health_test.yaml (about)

     1  tests:
     2  - healthStatus:
     3      status: Progressing
     4      message: Waiting for resourcrecordset to be available
     5    inputPath: testdata/progressing_creating.yaml
     6  - healthStatus:
     7      status: Progressing
     8      message: Waiting for resourcrecordset to be created
     9    inputPath: testdata/progressing_noStatus.yaml
    10  - healthStatus:
    11      status: Degraded
    12      message: >-
    13        create failed: failed to create the ResourceRecordSet resource:
    14        InvalidChangeBatch: [RRSet of type CNAME with DNS name
    15        www.crossplane.io. is not permitted as it conflicts with other
    16        records with the same DNS name in zone crossplane.io.]
    17    inputPath: testdata/degraded_reconcileError.yaml
    18  - healthStatus:
    19      status: Suspended
    20      message: ReconcilePaused
    21    inputPath: testdata/suspended_reconcilePaused.yaml
    22  - healthStatus:
    23      status: Healthy
    24      message: Available
    25    inputPath: testdata/healthy.yaml