File tree Expand file tree Collapse file tree 1 file changed +21
-26
lines changed Expand file tree Collapse file tree 1 file changed +21
-26
lines changed Original file line number Diff line number Diff line change @@ -10766,37 +10766,32 @@ paths:
10766
10766
schema:
10767
10767
type: object
10768
10768
properties:
10769
- data:
10770
- type: object
10769
+ id:
10770
+ type: string
10771
+ readOnly: true
10771
10772
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`.
10790
10785
10791
10786
10792
- `not_ready` indicates that the Linode is still being created.
10787
+ `not_ready` indicates that the Linode is still being created.
10793
10788
10794
10789
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
10800
10795
default:
10801
10796
$ref: '#/components/responses/ErrorResponse'
10802
10797
x-code-samples:
You can’t perform that action at this time.
0 commit comments