github.com/argoproj/argo-cd@v1.8.7/resource_customizations/kafka.banzaicloud.io/KafkaCluster/health_test.yaml (about)

     1  tests:
     2  - healthStatus:
     3      status: Progressing
     4      message: "Kafka Cluster is Reconciling."
     5    inputPath: testdata/reconciling.yaml
     6  - healthStatus:
     7      status: Progressing
     8      message: "Waiting for KafkaCluster"
     9    inputPath: testdata/updating.yaml
    10  - healthStatus:
    11      status: Degraded
    12      message: "Broker Config is out of Sync or CruiseControlState is not Ready"
    13    inputPath: testdata/degraded.yaml
    14  - healthStatus:
    15      status: Healthy
    16      message: "Kafka Brokers, CruiseControl and cluster are in Healthy State."
    17    inputPath: testdata/healthy.yaml