@@ -6299,18 +6299,20 @@ paths:
6299
6299
description: Returns an array of all Pools in this Kubernetes cluster.
6300
6300
content:
6301
6301
application/json:
6302
- x-linode-cli-nested-list: linodes
6302
+ x-linode-cli-nested-list: nodes
6303
6303
x-linode-cli-use-schema:
6304
6304
type: object
6305
6305
properties:
6306
6306
id:
6307
6307
x-linode-cli-display: 1
6308
6308
type:
6309
6309
x-linode-cli-display: 2
6310
- linodes .id:
6310
+ nodes .id:
6311
6311
x-linode-cli-display: 3
6312
- linodes.status :
6312
+ nodes.instance_id :
6313
6313
x-linode-cli-display: 4
6314
+ nodes.status:
6315
+ x-linode-cli-display: 5
6314
6316
schema:
6315
6317
type: object
6316
6318
properties:
@@ -15640,32 +15642,37 @@ components:
15640
15642
This Node Pool's unique ID.
15641
15643
x-linode-filterable: true
15642
15644
example: 456
15643
- linodes :
15645
+ nodes :
15644
15646
type: array
15645
15647
description: >
15646
- Status information for the Linodes which are members of this Node
15648
+ Status information for the Nodes which are members of this Node
15647
15649
Pool. If a Linode has not been provisioned for a given Node slot,
15648
- its ID will be returned as null.
15650
+ the instance_id will be returned as null.
15649
15651
items:
15650
- $ref: '#/components/schemas/LKELinodeStatus '
15651
- LKELinodeStatus :
15652
+ $ref: '#/components/schemas/LKENodeStatus '
15653
+ LKENodeStatus :
15652
15654
type: object
15653
15655
description: >
15654
- Status information for a Linode which is a member of a Kubernetes
15656
+ Status information for a Node which is a member of a Kubernetes
15655
15657
cluster.
15656
15658
readOnly: true
15657
15659
properties:
15658
15660
id:
15659
15661
type: number
15660
15662
description: >
15661
- The Linode's ID. When no Linode is currently provisioned for this
15662
- Node slot, this ID will be null.
15663
+ The Node's ID.
15663
15664
x-linode-filterable: true
15664
15665
example: 123456
15666
+ instance_id:
15667
+ type: string
15668
+ description: >
15669
+ The Linode's ID. When no Linode is currently provisioned for this
15670
+ Node, this will be null.
15671
+ example: 123458
15665
15672
status:
15666
15673
type: string
15667
15674
description: >
15668
- The Linode 's status as it pertains to being a Kubernetes node.
15675
+ The Node 's status as it pertains to being a Kubernetes node.
15669
15676
enum:
15670
15677
- ready
15671
15678
- not_ready
0 commit comments