Skip to content

Commit 57632a1

Browse files
authored
Merge pull request #750 from linode/master
Release v4.143.1 (merge master into development)
2 parents 16ad93c + 1935391 commit 57632a1

File tree

1 file changed

+23
-29
lines changed

1 file changed

+23
-29
lines changed

openapi.yaml

Lines changed: 23 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
openapi: 3.0.1
22
info:
3-
version: 4.142.2
3+
version: 4.143.1
44

55
title: Linode API
66
description: |
@@ -10766,37 +10766,32 @@ paths:
1076610766
schema:
1076710767
type: object
1076810768
properties:
10769-
data:
10770-
type: object
10769+
id:
10770+
type: string
10771+
readOnly: true
1077110772
description: >
10772-
The selected node in the cluster.
10773-
properties:
10774-
id:
10775-
type: string
10776-
readOnly: true
10777-
description: >
10778-
The Node's ID.
10779-
example: "12345-6aa78910bc"
10780-
instance_id:
10781-
type: integer
10782-
description: >
10783-
The Linode's ID. If no Linode is currently provisioned for this Node, this is `null`.
10784-
example: 123456
10785-
status:
10786-
type: string
10787-
description: >
10788-
The creation status of this Node. This status is distinct from this Node's readiness as a
10789-
Kubernetes Node Object as determined by the command `kubectl get nodes`.
10773+
The Node's ID.
10774+
example: "12345-6aa78910bc"
10775+
instance_id:
10776+
type: integer
10777+
description: >
10778+
The Linode's ID. If no Linode is currently provisioned for this Node, this is `null`.
10779+
example: 123456
10780+
status:
10781+
type: string
10782+
description: >
10783+
The creation status of this Node. This status is distinct from this Node's readiness as a
10784+
Kubernetes Node Object as determined by the command `kubectl get nodes`.
1079010785

1079110786

10792-
`not_ready` indicates that the Linode is still being created.
10787+
`not_ready` indicates that the Linode is still being created.
1079310788

1079410789

10795-
`ready` indicates that the Linode has successfully been created and is running Kubernetes software.
10796-
enum:
10797-
- ready
10798-
- not_ready
10799-
example: ready
10790+
`ready` indicates that the Linode has successfully been created and is running Kubernetes software.
10791+
enum:
10792+
- ready
10793+
- not_ready
10794+
example: ready
1080010795
default:
1080110796
$ref: '#/components/responses/ErrorResponse'
1080210797
x-code-samples:
@@ -13058,7 +13053,6 @@ paths:
1305813053
x-linode-cli-command: networking
1305913054
post:
1306013055
servers:
13061-
- url: https://api.linode.com/v4
1306213056
- url: https://api.linode.com/v4beta
1306313057
x-linode-grant: read_write
1306413058
tags:
@@ -13105,7 +13099,7 @@ paths:
1310513099
"2001:db8:3c4d:15::"
1310613100
]
1310713101
}' \
13108-
https://api.linode.com/v4/networking/ips/share
13102+
https://api.linode.com/v4beta/networking/ips/share
1310913103
- lang: CLI
1311013104
source: >
1311113105
linode-cli networking ip-share \

0 commit comments

Comments
 (0)