Updates the cluster configuration information
PUT/v1/cloudconfigs/gcp/:configUid/clusterConfig
Updates the cluster configuration information
Request
Path Parameters
configUid stringrequired
Cluster's cloud config uid
Header Parameters
ProjectUid string
Scope the request to the specified project uid
- application/json
Body
clusterConfig
object
Cluster level configuration for gcp cloud and applicable for all the machine pools
managedClusterConfig
object
GCP managed cluster config
enableAutoPilotboolean
EnableAutopilot indicates whether to enable autopilot for this GKE cluster
locationstring
Can be Region or Zone
networkstring
NetworkName if empty would create VPC Network in auto mode. If provided, custom VPC network will be used
projectstringrequired
Name of the project in which cluster is to be deployed
regionstringrequired
GCP region for the cluster
Responses
- 204
The resource was updated successfully
Loading...