We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 20b8eca commit 1dc7e57Copy full SHA for 1dc7e57
openapi.yaml
@@ -6050,6 +6050,11 @@ paths:
6050
- node_pools
6051
allOf:
6052
- $ref: '#/components/schemas/LKEClusterRequestBody'
6053
+ - properties:
6054
+ node_pools:
6055
+ type: array
6056
+ items:
6057
+ $ref: '#/components/schemas/LKENodePoolRequestBody'
6058
responses:
6059
'200':
6060
description: Kubernetes cluster creation has started.
@@ -15568,10 +15573,6 @@ components:
15568
15573
example:
15569
15574
- ecomm
15570
15575
- blogs
15571
- node_pools:
15572
- type: array
- items:
- $ref: '#/components/schemas/LKENodePoolRequestBody'
15576
required:
15577
- label
15578
- region
0 commit comments