github.com/argoproj/argo-cd/v3@v3.2.1/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: Progressing
    12      message: "Kafka Cluster is Rolling Upgrading."
    13    inputPath: testdata/rollingUpgrade.yaml
    14  - healthStatus:
    15      status: Degraded
    16      message: "Broker Config is out of Sync or CruiseControlState is not Ready"
    17    inputPath: testdata/degraded.yaml
    18  - healthStatus:
    19      status: Healthy
    20      message: "Kafka Brokers, CruiseControl and cluster are in Healthy State."
    21    inputPath: testdata/healthy.yaml