Skip to main content
Version: latest

Updates the cluster configuration information

PUT 

/v1/cloudconfigs/gke/: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

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

The resource was updated successfully

Loading...