Skip to content

Commit f1a5930

Browse files
OAS Update
1 parent b6fb4de commit f1a5930

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

services/ske/v1/ske.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -536,6 +536,7 @@
536536
"type": "object"
537537
},
538538
"ClusterStatusState": {
539+
"description": "aggregated state of the cluster",
539540
"enum": [
540541
"STATE_HEALTHY",
541542
"STATE_CREATING",
@@ -546,7 +547,6 @@
546547
"STATE_HIBERNATING",
547548
"STATE_WAKINGUP"
548549
],
549-
"title": "aggregated state of the cluster",
550550
"type": "string"
551551
},
552552
"CreateKubeconfigPayload": {
@@ -2321,6 +2321,7 @@
23212321
"name": "clusterName",
23222322
"required": true,
23232323
"schema": {
2324+
"pattern": "^[a-z0-9]([a-z0-9-]{0,9}[a-z0-9])?$",
23242325
"type": "string"
23252326
}
23262327
}

0 commit comments

Comments
 (0)