github.com/argoproj/argo-cd/v3@v3.2.1/resource_customizations/karpenter.k8s.aws/EC2NodeClass/health_test.yaml (about)

     1  tests:
     2    - healthStatus:
     3        status: Degraded
     4        message: 'EC2NodeClass is not ready'
     5      inputPath: testdata/degraded.yaml
     6    - healthStatus:
     7        status: Healthy
     8        message: 'EC2NodeClass is ready'
     9      inputPath: testdata/healthy.yaml