Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2020-02-27 12:09:01 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2020-02-27 12:09:01 +0300
commitc72e5ebe9938d315ec598197873e71a80168d40a (patch)
tree439bf5c40aaf774e5a301825af517cb52726f450 /doc/api/group_clusters.md
parentffc43b862df32a590eae874bcbb11109b46dc8be (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'doc/api/group_clusters.md')
-rw-r--r--doc/api/group_clusters.md11
1 files changed, 5 insertions, 6 deletions
diff --git a/doc/api/group_clusters.md b/doc/api/group_clusters.md
index b94b4773a1d..afe1561b129 100644
--- a/doc/api/group_clusters.md
+++ b/doc/api/group_clusters.md
@@ -10,7 +10,7 @@ User will need at least maintainer access for the group to use these endpoints.
Returns a list of group clusters.
-```
+```plaintext
GET /groups/:id/clusters
```
@@ -77,7 +77,7 @@ Example response:
Gets a single group cluster.
-```
+```plaintext
GET /groups/:id/clusters/:cluster_id
```
@@ -144,7 +144,7 @@ Example response:
Adds an existing Kubernetes cluster to the group.
-```
+```plaintext
POST /groups/:id/clusters/user
```
@@ -213,7 +213,7 @@ Example response:
Updates an existing group cluster.
-```
+```plaintext
PUT /groups/:id/clusters/:cluster_id
```
@@ -287,14 +287,13 @@ Example response:
"web_url":"https://gitlab.example.com/group-with-clusters-api"
}
}
-
```
## Delete group cluster
Deletes an existing group cluster.
-```
+```plaintext
DELETE /groups/:id/clusters/:cluster_id
```