Skip to content

Commit eeda87d

Browse files
authored
Merge pull request #201 from linode/release-4.14.0
Release 4.14.0
2 parents 10a3ba5 + 9e10135 commit eeda87d

File tree

1 file changed

+24
-14
lines changed

1 file changed

+24
-14
lines changed

openapi.yaml

Lines changed: 24 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
openapi: 3.0.1
22
info:
3-
version: 4.13.0
3+
version: 4.14.0
4+
45
title: Linode API
56
description: |
67
# Introduction
@@ -6299,18 +6300,20 @@ paths:
62996300
description: Returns an array of all Pools in this Kubernetes cluster.
63006301
content:
63016302
application/json:
6302-
x-linode-cli-nested-list: linodes
6303+
x-linode-cli-nested-list: nodes
63036304
x-linode-cli-use-schema:
63046305
type: object
63056306
properties:
63066307
id:
63076308
x-linode-cli-display: 1
63086309
type:
63096310
x-linode-cli-display: 2
6310-
linodes.id:
6311+
nodes.id:
63116312
x-linode-cli-display: 3
6312-
linodes.status:
6313+
nodes.instance_id:
63136314
x-linode-cli-display: 4
6315+
nodes.status:
6316+
x-linode-cli-display: 5
63146317
schema:
63156318
type: object
63166319
properties:
@@ -11768,7 +11771,7 @@ paths:
1176811771
source: >
1176911772
curl -H "Authorization: Bearer $TOKEN" \
1177011773
-X POST \
11771-
https://api.linode.com/v4/tickets/11223344/close
11774+
https://api.linode.com/v4/support/tickets/11223344/close
1177211775
- lang: CLI
1177311776
source: >
1177411777
linode-cli tickets close 11223344
@@ -13717,6 +13720,7 @@ components:
1371713720
- linode_config_create
1371813721
- linode_config_delete
1371913722
- linode_config_update
13723+
- lke_node_create
1372013724
- longviewclient_create
1372113725
- longviewclient_delete
1372213726
- longviewclient_update
@@ -15637,33 +15641,39 @@ components:
1563715641
type: integer
1563815642
description: >
1563915643
This Node Pool's unique ID.
15644+
x-linode-filterable: true
1564015645
example: 456
15641-
linodes:
15646+
nodes:
1564215647
type: array
1564315648
description: >
15644-
Status information for the Linodes which are members of this Node
15649+
Status information for the Nodes which are members of this Node
1564515650
Pool. If a Linode has not been provisioned for a given Node slot,
15646-
its ID will be returned as null.
15651+
the instance_id will be returned as null.
1564715652
items:
15648-
$ref: '#/components/schemas/LKELinodeStatus'
15649-
LKELinodeStatus:
15653+
$ref: '#/components/schemas/LKENodeStatus'
15654+
LKENodeStatus:
1565015655
type: object
1565115656
description: >
15652-
Status information for a Linode which is a member of a Kubernetes
15657+
Status information for a Node which is a member of a Kubernetes
1565315658
cluster.
1565415659
readOnly: true
1565515660
properties:
1565615661
id:
1565715662
type: number
1565815663
description: >
15659-
The Linode's ID. When no Linode is currently provisioned for this
15660-
Node slot, this ID will be null.
15664+
The Node's ID.
1566115665
x-linode-filterable: true
1566215666
example: 123456
15667+
instance_id:
15668+
type: string
15669+
description: >
15670+
The Linode's ID. When no Linode is currently provisioned for this
15671+
Node, this will be null.
15672+
example: 123458
1566315673
status:
1566415674
type: string
1566515675
description: >
15666-
The Linode's status as it pertains to being a Kubernetes node.
15676+
The Node's status as it pertains to being a Kubernetes node.
1566715677
enum:
1566815678
- ready
1566915679
- not_ready

0 commit comments

Comments
 (0)