| Package | Description |
|---|---|
| com.google.api.services.container | |
| com.google.api.services.container.model |
| Modifier and Type | Method and Description |
|---|---|
Container.Projects.Zones.Clusters.NodePools.Update |
Container.Projects.Zones.Clusters.NodePools.update(String projectId,
String zone,
String clusterId,
String nodePoolId,
UpdateNodePoolRequest content)
Updates the version and/or image type for the specified node pool.
|
Container.Projects.Locations.Clusters.NodePools.Update |
Container.Projects.Locations.Clusters.NodePools.update(String name,
UpdateNodePoolRequest content)
Updates the version and/or image type for the specified node pool.
|
| Constructor and Description |
|---|
Update(String projectId,
String zone,
String clusterId,
String nodePoolId,
UpdateNodePoolRequest content)
Updates the version and/or image type for the specified node pool.
|
Update(String name,
UpdateNodePoolRequest content)
Updates the version and/or image type for the specified node pool.
|
| Modifier and Type | Method and Description |
|---|---|
UpdateNodePoolRequest |
UpdateNodePoolRequest.clone() |
UpdateNodePoolRequest |
UpdateNodePoolRequest.set(String fieldName,
Object value) |
UpdateNodePoolRequest |
UpdateNodePoolRequest.setClusterId(String clusterId)
Deprecated.
|
UpdateNodePoolRequest |
UpdateNodePoolRequest.setImageType(String imageType)
The desired image type for the node pool.
|
UpdateNodePoolRequest |
UpdateNodePoolRequest.setName(String name)
The name (project, location, cluster, node pool) of the node pool to update.
|
UpdateNodePoolRequest |
UpdateNodePoolRequest.setNodePoolId(String nodePoolId)
Deprecated.
|
UpdateNodePoolRequest |
UpdateNodePoolRequest.setNodeVersion(String nodeVersion)
The Kubernetes version to change the nodes to (typically an upgrade).
|
UpdateNodePoolRequest |
UpdateNodePoolRequest.setProjectId(String projectId)
Deprecated.
|
UpdateNodePoolRequest |
UpdateNodePoolRequest.setZone(String zone)
Deprecated.
|
Copyright © 2011–2019 Google. All rights reserved.