gitlab-org--gitlab-foss/changelogs/unreleased/40473-api-support-for-kubernetes-integration.yml
Mayra Cabrera 013d262266 Include CRUD endpoints for Cluster API
Adds the following initial CRUD endpoints for Clusters API:

- GET list of clusters
- GET specific cluster
- POST add existing cluster (mimic of "Add cluster")
- PUT update cluser
- DELETE destroy cluster

Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/40473
2019-01-04 15:12:44 -06:00

5 lines
95 B
YAML

---
title: Add API Support for Kubernetes integration
merge_request: 23922
author:
type: added