-
- Downloads
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
Showing
- changelogs/unreleased/40473-api-support-for-kubernetes-integration.yml 5 additions, 0 deletions...released/40473-api-support-for-kubernetes-integration.yml
- lib/api/api.rb 1 addition, 0 deletionslib/api/api.rb
- lib/api/entities.rb 33 additions, 0 deletionslib/api/entities.rb
- lib/api/project_clusters.rb 142 additions, 0 deletionslib/api/project_clusters.rb
- spec/requests/api/project_clusters_spec.rb 450 additions, 0 deletionsspec/requests/api/project_clusters_spec.rb
lib/api/project_clusters.rb
0 → 100644
spec/requests/api/project_clusters_spec.rb
0 → 100644
Please register or sign in to comment