github.com/argoproj/argo-cd/v2@v2.10.9/resource_customizations/kafka.strimzi.io/Kafka/health_test.yaml (about)

     1  tests:
     2  - healthStatus:
     3      status: Progressing
     4      message: "Waiting for Kafka Cluster"
     5    inputPath: testdata/progressing_noStatus.yaml
     6  - healthStatus:
     7      status: Degraded
     8      message: "Exceeded timeout of 300000ms while waiting for StatefulSet resource my-cluster-zookeeper in namespace default to be ready"
     9    inputPath: testdata/degraded.yaml
    10  - healthStatus:
    11      status: Healthy
    12    inputPath: testdata/healthy.yaml