Skip to content

Commit be7ee1f

Browse files
author
hzoppetti
committed
added instance_id and updated language for nodes
1 parent 555310b commit be7ee1f

File tree

1 file changed

+13
-8
lines changed

1 file changed

+13
-8
lines changed

openapi.yaml

Lines changed: 13 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -15641,29 +15641,34 @@ components:
1564115641
nodes:
1564215642
type: array
1564315643
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
1564515645
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.
1564715647
items:
15648-
$ref: '#/components/schemas/LKELinodeStatus'
15649-
LKELinodeStatus:
15648+
$ref: '#/components/schemas/LKENodeStatus'
15649+
LKENodeStatus:
1565015650
type: object
1565115651
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
1565315653
cluster.
1565415654
readOnly: true
1565515655
properties:
1565615656
id:
1565715657
type: number
1565815658
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.
1566115660
x-linode-filterable: true
1566215661
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
1566315668
status:
1566415669
type: string
1566515670
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.
1566715672
enum:
1566815673
- ready
1566915674
- not_ready

0 commit comments

Comments
 (0)