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:
authorDylan Griffith <dyl.griffith@gmail.com>2019-07-01 09:49:00 +0300
committerDylan Griffith <dyl.griffith@gmail.com>2019-07-11 10:22:58 +0300
commit7fb076f5d086d1194624ccb4c4246cb25f2dad16 (patch)
tree01fb04758ad6d0a551eafb871313ebd44a7ba664 /changelogs
parentdacd0ee18b617f0c81c4a478a4d801b3c37e0c56 (diff)
Add API for CRUD group clusters
This is basically a copy of the API for project clusters.
Diffstat (limited to 'changelogs')
-rw-r--r--changelogs/unreleased/55623-group-cluster-apis.yml5
1 files changed, 5 insertions, 0 deletions
diff --git a/changelogs/unreleased/55623-group-cluster-apis.yml b/changelogs/unreleased/55623-group-cluster-apis.yml
new file mode 100644
index 00000000000..fe987ef4a82
--- /dev/null
+++ b/changelogs/unreleased/55623-group-cluster-apis.yml
@@ -0,0 +1,5 @@
+---
+title: Add API for CRUD group clusters
+merge_request: 30213
+author:
+type: added