Skip to content

Commit 100bcf1

Browse files
Add missing defaults
1 parent dacd39b commit 100bcf1

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

openapi.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1821,7 +1821,7 @@ paths:
18211821
'200':
18221822
description: Payment Method deactivated.
18231823
content:
1824-
application/json:
1824+
application/json:
18251825
schema:
18261826
type: object
18271827
default:
@@ -7756,7 +7756,7 @@ paths:
77567756
"autoscaler": {
77577757
"enabled": true,
77587758
"max": 12,
7759-
"min": 3
7759+
"min": 3
77607760
}
77617761
}' \
77627762
https://api.linode.com/v4/lke/clusters/12345/pools
@@ -19195,7 +19195,7 @@ components:
1919519195
minimum: 1
1919619196
maximum: 100
1919719197
description: |
19198-
The maximum number of nodes to autoscale to. Defaults to the Node Pool's `count`.
19198+
The maximum number of nodes to autoscale to. Defaults to the Node Pool's `count`. Defaults to the value provided by the `count` field.
1919919199
example: 12
1920019200
min:
1920119201
type: integer
@@ -19240,19 +19240,19 @@ components:
1924019240
properties:
1924119241
enabled:
1924219242
type: boolean
19243-
description: Whether autoscaling is enabled for this Node Pool.
19243+
description: Whether autoscaling is enabled for this Node Pool. Defaults to `false`.
1924419244
example: true
1924519245
max:
1924619246
type: integer
1924719247
minimum: 1
1924819248
maximum: 100
19249-
description: The maximum number of nodes to autoscale to.
19249+
description: The maximum number of nodes to autoscale to. Defaults to the Node Pool's `count`.
1925019250
example: 12
1925119251
min:
1925219252
type: integer
1925319253
minimum: 1
1925419254
maximum: 100
19255-
description: The minimum number of nodes to autoscale to.
19255+
description: The minimum number of nodes to autoscale to. Defaults to the Node Pool's `count`.
1925619256
example: 3
1925719257
type:
1925819258
type: string

0 commit comments

Comments
 (0)