github.com/argoproj/argo-cd/v2@v2.10.9/resource_customizations/proclaim.dogmatiq.io/DNSSDServiceInstance/health_test.yaml (about)

     1  tests:
     2    - healthStatus:
     3        status: Healthy
     4        message: DNS-SD browse and lookup results match the advertised DNS records
     5      inputPath: testdata/healthy.yaml
     6    - healthStatus:
     7        status: Progressing
     8        message: DNS-SD browse could not find this instance
     9      inputPath: testdata/progressing_negativeBrowse.yaml
    10    - healthStatus:
    11        status: Progressing
    12        message: DNS-SD lookup could not find this instance
    13      inputPath: testdata/progressing_negativeLookup.yaml
    14    - healthStatus:
    15        status: Degraded
    16        message: none of the configured providers can advertise on "example.org"
    17      inputPath: testdata/degraded_notAdopted.yaml
    18    - healthStatus:
    19        status: Degraded
    20        message: "<provider-specific error message>"
    21      inputPath: testdata/degraded_advertiseError.yaml
    22    - healthStatus:
    23        status: Degraded
    24        message: "<provider-specific error message>"
    25      inputPath: testdata/degraded_unadvertiseError.yaml
    26    - healthStatus:
    27        status: Unknown
    28        message: "<DNS configuration error message>"
    29      inputPath: testdata/unknown_discoveryError.yaml