google_api_container v0.13.0 GoogleApi.Container.V1.Model.UpdateNodePoolRequest View Source
UpdateNodePoolRequests update a node pool's image and/or version.
Attributes
clusterId
(type:String.t
, default:nil
) - Deprecated. The name of the cluster to upgrade. This field has been deprecated and replaced by the name field.imageType
(type:String.t
, default:nil
) - Required. The desired image type for the node pool.locations
(type:list(String.t)
, default:nil
) - The desired list of Google Compute Engine zones in which the node pool's nodes should be located. Changing the locations for a node pool will result in nodes being either created or removed from the node pool, depending on whether locations are being added or removed.name
(type:String.t
, default:nil
) - The name (project, location, cluster, node pool) of the node pool to update. Specified in the formatprojects/*/locations/*/clusters/*/nodePools/*
.nodePoolId
(type:String.t
, default:nil
) - Deprecated. The name of the node pool to upgrade. This field has been deprecated and replaced by the name field.nodeVersion
(type:String.t
, default:nil
) - Required. The Kubernetes version to change the nodes to (typically an upgrade).Users may specify either explicit versions offered by Kubernetes Engine or version aliases, which have the following behavior:
- "latest": picks the highest valid Kubernetes version
- "1.X": picks the highest valid patch+gke.N patch in the 1.X version
- "1.X.Y": picks the highest valid gke.N patch in the 1.X.Y version
- "1.X.Y-gke.N": picks an explicit Kubernetes version
- "-": picks the Kubernetes master version
projectId
(type:String.t
, default:nil
) - Deprecated. The Google Developers Console project ID or project number. This field has been deprecated and replaced by the name field.upgradeSettings
(type:GoogleApi.Container.V1.Model.UpgradeSettings.t
, default:nil
) - Upgrade settings control disruption and speed of the upgrade.workloadMetadataConfig
(type:GoogleApi.Container.V1.Model.WorkloadMetadataConfig.t
, default:nil
) - The desired workload metadata config for the node pool.zone
(type:String.t
, default:nil
) - Deprecated. The name of the Google Compute Engine zone in which the cluster resides. This field has been deprecated and replaced by the name field.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
t()
View Sourcet() :: %GoogleApi.Container.V1.Model.UpdateNodePoolRequest{ clusterId: String.t(), imageType: String.t(), locations: [String.t()], name: String.t(), nodePoolId: String.t(), nodeVersion: String.t(), projectId: String.t(), upgradeSettings: GoogleApi.Container.V1.Model.UpgradeSettings.t(), workloadMetadataConfig: GoogleApi.Container.V1.Model.WorkloadMetadataConfig.t(), zone: String.t() }
Link to this section Functions
Unwrap a decoded JSON object into its complex fields.