| GET /apis/platform.tkestack.io/v1/clusters |
View the cluster list |
| POST /apis/platform.tkestack.io/v1/clusters |
Create a cluster |
| GET /apis/platform.tkestack.io/v1/clusters/{name} |
View cluster details |
| PUT /apis/platform.tkestack.io/v1/clusters/{name} |
Update the cluster |
| PATCH /apis/platform.tkestack.io/v1/clusters/{name} |
Differentiated update clusters |
| GET /apis/platform.tkestack.io/v1/clusters/{name}/status |
View the status of the cluster |
| PUT /apis/platform.tkestack.io/v1/clusters/{name}/status |
Update the status of the cluster |
| PATCH /apis/platform.tkestack.io/v1/clusters/{name}/status |
Differentiated updates the status of the cluster |
| DELETE /apis/platform.tkestack.io/v1/clusters/{name} |
Deletes the specified cluster |
| DELETE /apis/platform.tkestack.io/v1/clusters |
Deleting clusters in bulk |