1 parent b6fb4de commit f1a5930Copy full SHA for f1a5930
1 file changed
services/ske/v1/ske.json
@@ -536,6 +536,7 @@
536
"type": "object"
537
},
538
"ClusterStatusState": {
539
+ "description": "aggregated state of the cluster",
540
"enum": [
541
"STATE_HEALTHY",
542
"STATE_CREATING",
@@ -546,7 +547,6 @@
546
547
"STATE_HIBERNATING",
548
"STATE_WAKINGUP"
549
],
- "title": "aggregated state of the cluster",
550
"type": "string"
551
552
"CreateKubeconfigPayload": {
@@ -2321,6 +2321,7 @@
2321
"name": "clusterName",
2322
"required": true,
2323
"schema": {
2324
+ "pattern": "^[a-z0-9]([a-z0-9-]{0,9}[a-z0-9])?$",
2325
2326
}
2327
0 commit comments