github.com/argoproj/argo-cd/v3@v3.2.1/resource_customizations/controlplane.cluster.x-k8s.io/AWSManagedControlPlane/health_test.yaml (about)

     1  tests:
     2  - healthStatus:
     3      status: Healthy
     4      message: 'Control plane is ready'
     5    inputPath: testdata/healthy.yaml
     6  - healthStatus:
     7      status: Progressing
     8      message: 'Control plane is not ready (.status.ready is false)'
     9    inputPath: testdata/progressing_ready_false.yaml
    10  - healthStatus:
    11      status: Progressing
    12      message: 'Control plane is not ready'
    13    inputPath: testdata/progressing_ready_true.yaml
    14  - healthStatus:
    15      status: Degraded
    16      message: '7 of 10 completed failed reconciling OIDC provider for cluster: failed to create OIDC provider: error creating provider: LimitExceeded: Cannot exceed quota for OpenIdConnectProvidersPerAccount: 100 '
    17    inputPath: testdata/degraded.yaml