| Package | Description |
|---|---|
| com.google.api.services.container.v1beta1 | |
| com.google.api.services.container.v1beta1.model |
| Modifier and Type | Method and Description |
|---|---|
Container.Projects.Zones.Clusters.NodePools.Update |
Container.Projects.Zones.Clusters.NodePools.update(java.lang.String projectId,
java.lang.String zone,
java.lang.String clusterId,
java.lang.String nodePoolId,
UpdateNodePoolRequest content)
Updates the version and/or iamge type of a specific node pool.
|
Container.Projects.Locations.Clusters.NodePools.Update |
Container.Projects.Locations.Clusters.NodePools.update(java.lang.String name,
UpdateNodePoolRequest content)
Updates the version and/or iamge type of a specific node pool.
|
| Constructor and Description |
|---|
Container.Projects.Locations.Clusters.NodePools.Update(java.lang.String name,
UpdateNodePoolRequest content)
Updates the version and/or iamge type of a specific node pool.
|
Container.Projects.Zones.Clusters.NodePools.Update(java.lang.String projectId,
java.lang.String zone,
java.lang.String clusterId,
java.lang.String nodePoolId,
UpdateNodePoolRequest content)
Updates the version and/or iamge type of a specific node pool.
|
| Modifier and Type | Method and Description |
|---|---|
UpdateNodePoolRequest |
UpdateNodePoolRequest.clone() |
UpdateNodePoolRequest |
UpdateNodePoolRequest.set(java.lang.String fieldName,
java.lang.Object value) |
UpdateNodePoolRequest |
UpdateNodePoolRequest.setClusterId(java.lang.String clusterId)
The name of the cluster to upgrade.
|
UpdateNodePoolRequest |
UpdateNodePoolRequest.setImageType(java.lang.String imageType)
The desired image type for the node pool.
|
UpdateNodePoolRequest |
UpdateNodePoolRequest.setName(java.lang.String name)
The name (project, location, cluster, node pool) of the node pool to update.
|
UpdateNodePoolRequest |
UpdateNodePoolRequest.setNodePoolId(java.lang.String nodePoolId)
The name of the node pool to upgrade.
|
UpdateNodePoolRequest |
UpdateNodePoolRequest.setNodeVersion(java.lang.String nodeVersion)
The Kubernetes version to change the nodes to (typically an upgrade).
|
UpdateNodePoolRequest |
UpdateNodePoolRequest.setProjectId(java.lang.String projectId)
The Google Developers Console [project ID or project
number](https://support.google.com/cloud/answer/6158840).
|
UpdateNodePoolRequest |
UpdateNodePoolRequest.setZone(java.lang.String zone)
The name of the Google Compute Engine [zone](/compute/docs/zones#available) in which the
cluster resides.
|