File tree Expand file tree Collapse file tree 1 file changed +13
-8
lines changed Expand file tree Collapse file tree 1 file changed +13
-8
lines changed Original file line number Diff line number Diff line change @@ -15641,29 +15641,34 @@ components:
15641
15641
nodes:
15642
15642
type: array
15643
15643
description: >
15644
- Status information for the Linodes which are members of this Node
15644
+ Status information for the Nodes which are members of this Node
15645
15645
Pool. If a Linode has not been provisioned for a given Node slot,
15646
- its ID will be returned as null.
15646
+ the instance_id will be returned as null.
15647
15647
items:
15648
- $ref: '#/components/schemas/LKELinodeStatus '
15649
- LKELinodeStatus :
15648
+ $ref: '#/components/schemas/LKENodeStatus '
15649
+ LKENodeStatus :
15650
15650
type: object
15651
15651
description: >
15652
- Status information for a Linode which is a member of a Kubernetes
15652
+ Status information for a Node which is a member of a Kubernetes
15653
15653
cluster.
15654
15654
readOnly: true
15655
15655
properties:
15656
15656
id:
15657
15657
type: number
15658
15658
description: >
15659
- The Linode's ID. When no Linode is currently provisioned for this
15660
- Node slot, this ID will be null.
15659
+ The Node's ID.
15661
15660
x-linode-filterable: true
15662
15661
example: 123456
15662
+ instance_id:
15663
+ type: string
15664
+ description: >
15665
+ The Linode's ID. When no Linode is currently provisioned for this
15666
+ Node, this will be null.
15667
+ example: 123458
15663
15668
status:
15664
15669
type: string
15665
15670
description: >
15666
- The Linode 's status as it pertains to being a Kubernetes node.
15671
+ The Node 's status as it pertains to being a Kubernetes node.
15667
15672
enum:
15668
15673
- ready
15669
15674
- not_ready
You can’t perform that action at this time.
0 commit comments