File tree Expand file tree Collapse file tree 1 file changed +30
-0
lines changed
Expand file tree Collapse file tree 1 file changed +30
-0
lines changed Original file line number Diff line number Diff line change @@ -8304,6 +8304,36 @@ paths:
83048304 - lang: CLI
83058305 source: >
83068306 linode-cli lke kubeconfig-view 12345
8307+ delete:
8308+ operationId: deleteLKEClusterKubeconfig
8309+ x-linode-cli-action: kubeconfig-delete
8310+ security:
8311+ - personalAccessToken: []
8312+ - oauth:
8313+ - lke:read_write
8314+ tags:
8315+ - Linode Kubernetes Engine (LKE)
8316+ summary: Kubeconfig Delete
8317+ description: |
8318+ Delete and regenerate the Kubeconfig file for a Cluster.
8319+ responses:
8320+ '200':
8321+ description: Kubeconfig file deleted and regenerated successfully.
8322+ content:
8323+ application/json:
8324+ schema:
8325+ type: object
8326+ default:
8327+ $ref: '#/components/responses/ErrorResponse'
8328+ x-code-samples:
8329+ - lang: Shell
8330+ source: >
8331+ curl -H "Authorization: Bearer $TOKEN" \
8332+ -X DELETE \
8333+ https://api.linode.com/v4/lke/clusters/12345/kubeconfig
8334+ - lang: CLI
8335+ source: >
8336+ linode-cli lke kubeconfig-delete 12345
83078337 /lke/versions:
83088338 x-linode-cli-command: lke
83098339 get:
You can’t perform that action at this time.
0 commit comments