| 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)
Required.
|
UpdateNodePoolRequest |
UpdateNodePoolRequest.setLocations(List<String> locations)
The desired list of Google Compute Engine [zones](/compute/docs/zones#available) in which the
node pool's nodes should be located.
|
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)
Required.
|
UpdateNodePoolRequest |
UpdateNodePoolRequest.setProjectId(String projectId)
Deprecated.
|
UpdateNodePoolRequest |
UpdateNodePoolRequest.setUpgradeSettings(UpgradeSettings upgradeSettings)
Upgrade settings control disruption and speed of the upgrade.
|
UpdateNodePoolRequest |
UpdateNodePoolRequest.setWorkloadMetadataConfig(WorkloadMetadataConfig workloadMetadataConfig)
The desired workload metadata config for the node pool.
|
UpdateNodePoolRequest |
UpdateNodePoolRequest.setZone(String zone)
Deprecated.
|
Copyright © 2011–2020 Google. All rights reserved.