Skip to content

Commit 05bc59e

Browse files
Merge pull request #160 from Dorthu/lke-cleanup
Cleaned up LKE Cluster Create endpoint
2 parents bb2e293 + 1dc7e57 commit 05bc59e

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

openapi.yaml

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6050,10 +6050,11 @@ paths:
60506050
- node_pools
60516051
allOf:
60526052
- $ref: '#/components/schemas/LKEClusterRequestBody'
6053-
properties:
6054-
node_pools:
6055-
allOf:
6056-
- $ref: '#/components/schemas/LKENodePoolRequestBody'
6053+
- properties:
6054+
node_pools:
6055+
type: array
6056+
items:
6057+
$ref: '#/components/schemas/LKENodePoolRequestBody'
60576058
responses:
60586059
'200':
60596060
description: Kubernetes cluster creation has started.
@@ -15628,6 +15629,7 @@ components:
1562815629
cluster.
1562915630
properties:
1563015631
type:
15632+
type: string
1563115633
description: A Linode Type for all of the nodes in the Node Pool.
1563215634
example: "g6-standard-4"
1563315635
count:

0 commit comments

Comments
 (0)