github.com/argoproj/argo-cd/v3@v3.2.1/resource_customizations/addons.cluster.x-k8s.io/ClusterResourceSet/health_test.yaml (about)

     1  tests:
     2  - healthStatus:
     3      status: Progressing
     4      message: 'Initializing cluster resource set'
     5    inputPath: testdata/progressing_resourceapplied.yaml
     6  - healthStatus:
     7      status: Degraded
     8      message: 'Failed to apply resources'
     9    inputPath: testdata/degraded_resourceapplied.yaml
    10  - healthStatus:
    11      status: Healthy
    12      message: 'cluster resource set is applied'
    13    inputPath: testdata/healthy_resourceapplied.yaml