Skip to content

Commit e94f976

Browse files
author
hzoppetti
committed
updated with suggested edits
1 parent 7b78b74 commit e94f976

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

openapi.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6730,20 +6730,20 @@ paths:
67306730
parameters:
67316731
- name: clusterId
67326732
in: path
6733-
description: ID of the Kubernetes cluster to this Node Pool is attached to.
6733+
description: ID of the Kubernetes cluster this Node Pool is attached to.
67346734
required: true
67356735
schema:
67366736
type: integer
67376737
- name: poolId
67386738
in: path
6739-
description: ID of the Kubernetes pool to be recycled.
6739+
description: ID of the Node Pool to be recycled.
67406740
required: true
67416741
schema:
67426742
type: integer
67436743
x-linode-cli-command: lke
67446744
post:
6745-
operationId: postLKEClusterPoolsRecycle
6746-
x-linode-cli-action: cluster-recycle
6745+
operationId: postLKEClusterPoolRecycle
6746+
x-linode-cli-action: pool-recycle
67476747
security:
67486748
- personalAccessToken: []
67496749
- oauth:
@@ -6767,7 +6767,7 @@ paths:
67676767
https://api.linode.com/v4/lke/clusters/12345/pools/456/recycle
67686768
- lang: CLI
67696769
source: >
6770-
linode-cli lke cluster-recycle 12345 456
6770+
linode-cli lke pool-recycle 12345 456
67716771
/lke/clusters/{clusterId}/api-endpoints:
67726772
parameters:
67736773
- name: clusterId

0 commit comments

Comments
 (0)