Method: Gitlab::Client::ProjectClusters#edit_project_cluster
- Defined in:
- lib/gitlab/client/project_clusters.rb
#edit_project_cluster(project, cluster_id, options = {}) ⇒ Gitlab::ObjectifiedHash
Updates an existing project cluster.
67 68 69 |
# File 'lib/gitlab/client/project_clusters.rb', line 67 def edit_project_cluster(project, cluster_id, = {}) put("/projects/#{url_encode project}/clusters/#{cluster_id}", body: ) end |