clusters_master
Creates, updates, deletes, gets or lists a clusters_master
resource.
Overview
Name | clusters_master |
Type | Resource |
Id | google.container.clusters_master |
Fields
SELECT
not supported for this resource, use SHOW METHODS
to view available operations for the resource.
Methods
Name | Accessible by | Required Params | Description |
---|---|---|---|
projects_locations_clusters_update_master | UPDATE | clustersId, locationsId, projectsId | Updates the master for a specific cluster. |
UPDATE
example
Updates a clusters_master
resource.
/*+ update */
UPDATE google.container.clusters_master
SET
projectId = '{{ projectId }}',
zone = '{{ zone }}',
clusterId = '{{ clusterId }}',
masterVersion = '{{ masterVersion }}',
name = '{{ name }}'
WHERE
clustersId = '{{ clustersId }}'
AND locationsId = '{{ locationsId }}'
AND projectsId = '{{ projectsId }}';