github.com/argoproj/argo-cd/v2@v2.10.9/resource_customizations/sparkoperator.k8s.io/SparkApplication/health_test.yaml (about)

     1  tests:
     2  - healthStatus:
     3      status: Progressing
     4      message: "SparkApplication is Pending Rerun"
     5    inputPath: testdata/progressing.yaml
     6  - healthStatus:
     7      status: Degraded
     8      message: "Job Failed"
     9    inputPath: testdata/degraded.yaml
    10  - healthStatus:
    11      status: Healthy
    12      message: "SparkApplication is Running"
    13    inputPath: testdata/healthy.yaml
    14  - healthStatus:
    15      status: Healthy
    16      message: "SparkApplication is Running"
    17    inputPath: testdata/healthy_dynamic_alloc.yaml
    18  - healthStatus:
    19      status: Healthy
    20      message: "SparkApplication is Running"
    21    inputPath: testdata/healthy_dynamic_alloc_dstream.yaml
    22  - healthStatus:
    23      status: Healthy
    24      message: "SparkApplication is Running"
    25    inputPath: testdata/healthy_dynamic_alloc_operator_api.yaml
    26  - healthStatus:
    27      status: Healthy
    28      message: "SparkApplication is Running"
    29    inputPath: testdata/healthy_dynamic_alloc_without_spec_config.yaml