Skip to content
Snippets Groups Projects
Commit 15799afe authored by Harsh Chouraria's avatar Harsh Chouraria
Browse files

Clarify cluster deletion behavior

All of the cluster deletion APIs only
delete the linked cluster object in GitLab
and do not invoke the cleanup functions
that's available as an option through
the UIs.

This change adds sentences to all 3
APIs that delete clusters to clarify
their behavior w.r.t. underlying resources
within the connected Kubernetes clusters.
parent 4a2daee2
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -315,7 +315,7 @@ Example response:
 
## Delete group cluster
 
Deletes an existing group cluster.
Deletes an existing group cluster. Does not remove existing resources within the connected Kubernetes cluster.
 
```plaintext
DELETE /groups/:id/clusters/:cluster_id
Loading
Loading
Loading
Loading
@@ -290,7 +290,7 @@ Example response:
 
## Delete instance cluster
 
Deletes an existing instance cluster.
Deletes an existing instance cluster. Does not remove existing resources within the connected Kubernetes cluster.
 
```plaintext
DELETE /admin/clusters/:cluster_id
Loading
Loading
Loading
Loading
@@ -388,7 +388,7 @@ Example response:
 
## Delete project cluster
 
Deletes an existing project cluster.
Deletes an existing project cluster. Does not remove existing resources within the connected Kubernetes cluster.
 
```plaintext
DELETE /projects/:id/clusters/:cluster_id
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment