diff options
| author | John L. Villalovos <john@sodarock.com> | 2022-07-28 20:59:28 -0700 |
|---|---|---|
| committer | John L. Villalovos <john@sodarock.com> | 2022-07-28 21:01:43 -0700 |
| commit | b46b3791707ac76d501d6b7b829d1370925fd614 (patch) | |
| tree | 7f32b60d3025f20b0de6c729733ff8478548265e /docs/gl_objects | |
| parent | 271f6880dbb15b56305efc1fc73924ac26fb97ad (diff) | |
| download | gitlab-b46b3791707ac76d501d6b7b829d1370925fd614.tar.gz | |
chore(clusters): deprecate clusters support
Cluster support was deprecated in GitLab 14.5 [1]. And disabled by
default in GitLab 15.0 [2]
* Update docs to mark clusters as deprecated
* Remove testing of clusters
[1] https://docs.gitlab.com/ee/api/project_clusters.html
[2] https://gitlab.com/groups/gitlab-org/configure/-/epics/8
Diffstat (limited to 'docs/gl_objects')
| -rw-r--r-- | docs/gl_objects/clusters.rst | 11 |
1 files changed, 8 insertions, 3 deletions
diff --git a/docs/gl_objects/clusters.rst b/docs/gl_objects/clusters.rst index 96edd82..ff39dcc 100644 --- a/docs/gl_objects/clusters.rst +++ b/docs/gl_objects/clusters.rst @@ -1,6 +1,11 @@ -############ -Clusters -############ +##################### +Clusters (DEPRECATED) +##################### + +.. warning:: + Cluster support was deprecated in GitLab 14.5 and disabled by default as of + GitLab 15.0 + Reference --------- |
