Skip to content

Commit 449dd63

Browse files
authored
Merge pull request #199 from hzoppetti/lke-node-id-inst-id
[Update] LKE node pools - nodes
2 parents febb489 + 73d4701 commit 449dd63

File tree

1 file changed

+19
-12
lines changed

1 file changed

+19
-12
lines changed

openapi.yaml

Lines changed: 19 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -6299,18 +6299,20 @@ paths:
62996299
description: Returns an array of all Pools in this Kubernetes cluster.
63006300
content:
63016301
application/json:
6302-
x-linode-cli-nested-list: linodes
6302+
x-linode-cli-nested-list: nodes
63036303
x-linode-cli-use-schema:
63046304
type: object
63056305
properties:
63066306
id:
63076307
x-linode-cli-display: 1
63086308
type:
63096309
x-linode-cli-display: 2
6310-
linodes.id:
6310+
nodes.id:
63116311
x-linode-cli-display: 3
6312-
linodes.status:
6312+
nodes.instance_id:
63136313
x-linode-cli-display: 4
6314+
nodes.status:
6315+
x-linode-cli-display: 5
63146316
schema:
63156317
type: object
63166318
properties:
@@ -15640,32 +15642,37 @@ components:
1564015642
This Node Pool's unique ID.
1564115643
x-linode-filterable: true
1564215644
example: 456
15643-
linodes:
15645+
nodes:
1564415646
type: array
1564515647
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
1564715649
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.
1564915651
items:
15650-
$ref: '#/components/schemas/LKELinodeStatus'
15651-
LKELinodeStatus:
15652+
$ref: '#/components/schemas/LKENodeStatus'
15653+
LKENodeStatus:
1565215654
type: object
1565315655
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
1565515657
cluster.
1565615658
readOnly: true
1565715659
properties:
1565815660
id:
1565915661
type: number
1566015662
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.
1566315664
x-linode-filterable: true
1566415665
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
1566515672
status:
1566615673
type: string
1566715674
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.
1566915676
enum:
1567015677
- ready
1567115678
- not_ready

0 commit comments

Comments
 (0)