There was an error while loading. Please reload this page.
1 parent 3df0883 commit b6fb4deCopy full SHA for b6fb4de
1 file changed
services/ske/v2/ske.json
@@ -703,6 +703,7 @@
703
"type": "object"
704
},
705
"ClusterStatusState": {
706
+ "description": "ClusterStatusState holds information about the current state of the Cluster",
707
"enum": [
708
"STATE_HEALTHY",
709
"STATE_CREATING",
@@ -713,7 +714,6 @@
713
714
"STATE_HIBERNATING",
715
"STATE_WAKINGUP"
716
],
- "title": "ClusterStatusState holds information about the current state of the Cluster",
717
"type": "string"
718
719
"CreateKubeconfigPayload": {
@@ -2859,6 +2859,7 @@
2859
"name": "clusterName",
2860
"required": true,
2861
"schema": {
2862
+ "pattern": "^[a-z0-9]([a-z0-9-]{0,9}[a-z0-9])?$",
2863
2864
}
2865
0 commit comments