argo-cd/resource_customizations/game.kruise.io/GameServerSet/health_test.yaml
2025-09-06 14:35:27 -04:00

25 lines
No EOL
674 B
YAML

tests:
- healthStatus:
status: Healthy
message: All GameServerSet replicas are updated and ready
inputPath: testdata/healthy.yaml
- healthStatus:
status: Suspended
message: GameServerSet is paused
inputPath: testdata/suspended-paused.yaml
- healthStatus:
status: Suspended
message: Partition=2, waiting for manual intervention
inputPath: testdata/suspended-partition.yaml
- healthStatus:
status: Progressing
message: 'ReadyReplicas 2/3, still progressing'
inputPath: testdata/progressing.yaml
- healthStatus:
status: Progressing
message: Waiting for GameServerSet initialization
inputPath: testdata/progressing-init.yaml