Skip to content

Commit 1dc7e57

Browse files
committed
Moved node_pools back where it goes
1 parent 20b8eca commit 1dc7e57

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

openapi.yaml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6050,6 +6050,11 @@ paths:
60506050
- node_pools
60516051
allOf:
60526052
- $ref: '#/components/schemas/LKEClusterRequestBody'
6053+
- properties:
6054+
node_pools:
6055+
type: array
6056+
items:
6057+
$ref: '#/components/schemas/LKENodePoolRequestBody'
60536058
responses:
60546059
'200':
60556060
description: Kubernetes cluster creation has started.
@@ -15568,10 +15573,6 @@ components:
1556815573
example:
1556915574
- ecomm
1557015575
- blogs
15571-
node_pools:
15572-
type: array
15573-
items:
15574-
$ref: '#/components/schemas/LKENodePoolRequestBody'
1557515576
required:
1557615577
- label
1557715578
- region

0 commit comments

Comments
 (0)