Skip to content

Commit b6fb4de

Browse files
OAS Update
1 parent 3df0883 commit b6fb4de

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

services/ske/v2/ske.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -703,6 +703,7 @@
703703
"type": "object"
704704
},
705705
"ClusterStatusState": {
706+
"description": "ClusterStatusState holds information about the current state of the Cluster",
706707
"enum": [
707708
"STATE_HEALTHY",
708709
"STATE_CREATING",
@@ -713,7 +714,6 @@
713714
"STATE_HIBERNATING",
714715
"STATE_WAKINGUP"
715716
],
716-
"title": "ClusterStatusState holds information about the current state of the Cluster",
717717
"type": "string"
718718
},
719719
"CreateKubeconfigPayload": {
@@ -2859,6 +2859,7 @@
28592859
"name": "clusterName",
28602860
"required": true,
28612861
"schema": {
2862+
"pattern": "^[a-z0-9]([a-z0-9-]{0,9}[a-z0-9])?$",
28622863
"type": "string"
28632864
}
28642865
}

0 commit comments

Comments
 (0)