Skip to content

Commit 7dfefb3

Browse files
authored
Merge pull request #744 from bbiggerr/hotfix/v4.142.3-patch1
[Hotfix] v4.142.3-patch1
2 parents 2b7a4ed + 8fc078e commit 7dfefb3

File tree

1 file changed

+21
-26
lines changed

1 file changed

+21
-26
lines changed

openapi.yaml

Lines changed: 21 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -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:

0 commit comments

Comments
 (0)