github.com/argoproj/argo-cd@v1.8.7/resource_customizations/networking.gke.io/ManagedCertificate/health_test.yaml (about)

     1  tests:
     2    - healthStatus:
     3        status: Progressing
     4        message: "At least one certificate is still being provisioned"
     5      inputPath: testdata/provisioning.yaml
     6    - healthStatus:
     7        status: Degraded
     8        message: "At least one certificate has failed to be provisioned"
     9      inputPath: testdata/failed.yaml
    10    - healthStatus:
    11        status: Healthy
    12        message: "All certificates are active"
    13      inputPath: testdata/active.yaml