We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent be7ee1f commit 73d4701Copy full SHA for 73d4701
openapi.yaml
@@ -6299,18 +6299,20 @@ paths:
6299
description: Returns an array of all Pools in this Kubernetes cluster.
6300
content:
6301
application/json:
6302
- x-linode-cli-nested-list: linodes
+ x-linode-cli-nested-list: nodes
6303
x-linode-cli-use-schema:
6304
type: object
6305
properties:
6306
id:
6307
x-linode-cli-display: 1
6308
type:
6309
x-linode-cli-display: 2
6310
- linodes.id:
+ nodes.id:
6311
x-linode-cli-display: 3
6312
- linodes.status:
+ nodes.instance_id:
6313
x-linode-cli-display: 4
6314
+ nodes.status:
6315
+ x-linode-cli-display: 5
6316
schema:
6317
6318
0 commit comments