Skip to content

Commit 73d4701

Browse files
committed
Update CLI response for pools-list command
1 parent be7ee1f commit 73d4701

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

openapi.yaml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6299,18 +6299,20 @@ paths:
62996299
description: Returns an array of all Pools in this Kubernetes cluster.
63006300
content:
63016301
application/json:
6302-
x-linode-cli-nested-list: linodes
6302+
x-linode-cli-nested-list: nodes
63036303
x-linode-cli-use-schema:
63046304
type: object
63056305
properties:
63066306
id:
63076307
x-linode-cli-display: 1
63086308
type:
63096309
x-linode-cli-display: 2
6310-
linodes.id:
6310+
nodes.id:
63116311
x-linode-cli-display: 3
6312-
linodes.status:
6312+
nodes.instance_id:
63136313
x-linode-cli-display: 4
6314+
nodes.status:
6315+
x-linode-cli-display: 5
63146316
schema:
63156317
type: object
63166318
properties:

0 commit comments

Comments
 (0)