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.
2 parents bb2e293 + 1dc7e57 commit 05bc59eCopy full SHA for 05bc59e
openapi.yaml
@@ -6050,10 +6050,11 @@ paths:
6050
- node_pools
6051
allOf:
6052
- $ref: '#/components/schemas/LKEClusterRequestBody'
6053
- properties:
6054
- node_pools:
6055
- allOf:
6056
- - $ref: '#/components/schemas/LKENodePoolRequestBody'
+ - properties:
+ node_pools:
+ type: array
+ items:
6057
+ $ref: '#/components/schemas/LKENodePoolRequestBody'
6058
responses:
6059
'200':
6060
description: Kubernetes cluster creation has started.
@@ -15628,6 +15629,7 @@ components:
15628
15629
cluster.
15630
properties:
15631
type:
15632
+ type: string
15633
description: A Linode Type for all of the nodes in the Node Pool.
15634
example: "g6-standard-4"
15635
count:
0 commit comments