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

     1  tests:
     2  - healthStatus:
     3      status: Healthy
     4      message: All GameServerSet replicas are updated and ready
     5    inputPath: testdata/healthy.yaml
     6  
     7  - healthStatus:
     8      status: Suspended
     9      message: GameServerSet is paused
    10    inputPath: testdata/suspended-paused.yaml
    11  
    12  - healthStatus:
    13      status: Suspended
    14      message: Partition=2, waiting for manual intervention
    15    inputPath: testdata/suspended-partition.yaml
    16  
    17  - healthStatus:
    18      status: Progressing
    19      message: 'ReadyReplicas 2/3, still progressing'
    20    inputPath: testdata/progressing.yaml
    21  
    22  - healthStatus:
    23      status: Progressing
    24      message: Waiting for GameServerSet initialization
    25    inputPath: testdata/progressing-init.yaml