github.com/argoproj/argo-cd/v3@v3.2.1/resource_customizations/game.kruise.io/GameServer/health_test.yaml (about)

     1  tests:
     2  - healthStatus:
     3      status: Healthy
     4      message: GameServer is Ready
     5    inputPath: testdata/healthy.yaml
     6  
     7  - healthStatus:
     8      status: Progressing
     9      message: 'State change: Creating → Ready'
    10    inputPath: testdata/progressing.yaml
    11  
    12  - healthStatus:
    13      status: Degraded
    14      message: 'Pod is not ready: KruisePodReady'
    15    inputPath: testdata/degraded.yaml
    16  
    17  - healthStatus:
    18      status: Unknown
    19      message: Waiting for GameServer to be ready
    20    inputPath: testdata/unknown.yaml