|
1 | 1 | openapi: 3.0.1
|
2 | 2 | info:
|
3 |
| - version: 4.9.0 |
| 3 | + version: 4.10.0 |
4 | 4 | title: Linode API
|
5 | 5 | description: |
|
6 | 6 | # Introduction
|
@@ -3326,6 +3326,12 @@ paths:
|
3326 | 3326 | description: A collection of the specified Linode's available backups.
|
3327 | 3327 | content:
|
3328 | 3328 | application/json:
|
| 3329 | + x-linode-cli-rows: |
| 3330 | + - automatic |
| 3331 | + - snapshot.current |
| 3332 | + - snapshot.in_progress |
| 3333 | + x-linode-cli-use-schema: |
| 3334 | + $ref: '#/components/schemas/Backup' |
3329 | 3335 | schema:
|
3330 | 3336 | type: object
|
3331 | 3337 | properties:
|
@@ -6050,10 +6056,11 @@ paths:
|
6050 | 6056 | - node_pools
|
6051 | 6057 | allOf:
|
6052 | 6058 | - $ref: '#/components/schemas/LKEClusterRequestBody'
|
6053 |
| - properties: |
6054 |
| - node_pools: |
6055 |
| - allOf: |
6056 |
| - - $ref: '#/components/schemas/LKENodePoolRequestBody' |
| 6059 | + - properties: |
| 6060 | + node_pools: |
| 6061 | + type: array |
| 6062 | + items: |
| 6063 | + $ref: '#/components/schemas/LKENodePoolRequestBody' |
6057 | 6064 | responses:
|
6058 | 6065 | '200':
|
6059 | 6066 | description: Kubernetes cluster creation has started.
|
@@ -6262,6 +6269,18 @@ paths:
|
6262 | 6269 | description: Returns an array of all Pools in this Kubernetes cluster.
|
6263 | 6270 | content:
|
6264 | 6271 | application/json:
|
| 6272 | + x-linode-cli-nested-list: linodes |
| 6273 | + x-linode-cli-use-schema: |
| 6274 | + type: object |
| 6275 | + properties: |
| 6276 | + id: |
| 6277 | + x-linode-cli-display: 1 |
| 6278 | + type: |
| 6279 | + x-linode-cli-display: 2 |
| 6280 | + linodes.id: |
| 6281 | + x-linode-cli-display: 3 |
| 6282 | + linodes.status: |
| 6283 | + x-linode-cli-display: 4 |
6265 | 6284 | schema:
|
6266 | 6285 | type: object
|
6267 | 6286 | properties:
|
@@ -13451,7 +13470,7 @@ components:
|
13451 | 13470 | x-linode-cli-display: 3
|
13452 | 13471 | domain:
|
13453 | 13472 | type: string
|
13454 |
| - pattern: ([a-zA-Z0-9-_]{1,63}\.)+([a-zA-Z]{2,3}\.)?([a-zA-Z]{2,16}|xn--[a-zA-Z0-9]+) |
| 13473 | + pattern: ([a-zA-Z0-9-_]{1,63}\.)+([a-zA-Z]{2,3}\.)?([a-zA-Z]{2,16}|xn--[a-zA-Z0-9]+\.?) |
13455 | 13474 | description: >
|
13456 | 13475 | The domain this Domain represents. Domain labels cannot be longer than
|
13457 | 13476 | 63 characters and must conform to [RFC1035](https://tools.ietf.org/html/rfc1035).
|
@@ -15628,6 +15647,7 @@ components:
|
15628 | 15647 | cluster.
|
15629 | 15648 | properties:
|
15630 | 15649 | type:
|
| 15650 | + type: string |
15631 | 15651 | description: A Linode Type for all of the nodes in the Node Pool.
|
15632 | 15652 | example: "g6-standard-4"
|
15633 | 15653 | count:
|
@@ -17317,6 +17337,13 @@ components:
|
17317 | 17337 | - Object Storage
|
17318 | 17338 | readOnly: true
|
17319 | 17339 | x-linode-cli-display: 3
|
| 17340 | + status: |
| 17341 | + type: string |
| 17342 | + description: > |
| 17343 | + This region's current operational status. |
| 17344 | + example: ok |
| 17345 | + readOnly: true |
| 17346 | + x-linode-cli-display: 4 |
17320 | 17347 | RescueDevices:
|
17321 | 17348 | type: object
|
17322 | 17349 | properties:
|
|
0 commit comments