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:
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:
You can’t perform that action at this time.
0 commit comments