github.com/argoproj/argo-cd/v2@v2.10.9/resource_customizations/pxc.percona.com/PerconaXtraDBCluster/health_test.yaml (about) 1 tests: 2 - healthStatus: 3 status: Progressing 4 message: "0/1 node(s) are ready" 5 inputPath: testdata/initializing.yaml 6 - healthStatus: 7 status: Healthy 8 message: "1/1 node(s) are ready" 9 inputPath: testdata/ready.yaml 10 - healthStatus: 11 status: Unknown 12 message: "Cluster is paused" 13 inputPath: testdata/paused.yaml 14 - healthStatus: 15 status: Degraded 16 message: "Cluster is stopping (1/2 node(s) are ready)" 17 inputPath: testdata/stopping.yaml 18 - healthStatus: 19 status: Degraded 20 message: "Cluster is on error: we lost node" 21 inputPath: testdata/error.yaml 22 - healthStatus: 23 status: Unknown 24 message: "Cluster status is unknown. Ensure your ArgoCD is current and then check for/file a bug report: https://github.com/argoproj/argo-cd/issues" 25 inputPath: testdata/unknown.yaml