github.com/argoproj/argo-cd@v1.8.7/resource_customizations/install.istio.io/IstioOperator/health_test.yaml (about)

     1  tests:
     2  - healthStatus:
     3      status: Progressing
     4      message: "Component is being updated to a different version."
     5    inputPath: testdata/progressing_updating.yaml
     6  - healthStatus:
     7      status: Progressing
     8      message: "Controller has started but not yet completed reconciliation loop for the component."
     9    inputPath: testdata/progressing_reconciling.yaml
    10  - healthStatus:
    11      status: Degraded
    12      message: "Component is in an error state."
    13    inputPath: testdata/degraded.yaml
    14  - healthStatus:
    15      status: Healthy
    16      message: "Component is healthy."
    17    inputPath: testdata/healthy.yaml