| Package | Description |
|---|---|
| com.google.api.services.container.model |
| Modifier and Type | Method and Description |
|---|---|
NodePool |
NodePool.clone() |
NodePool |
CreateNodePoolRequest.getNodePool()
Required.
|
NodePool |
NodePool.set(String fieldName,
Object value) |
NodePool |
NodePool.setAutopilotConfig(AutopilotConfig autopilotConfig)
Specifies the autopilot configuration for this node pool.
|
NodePool |
NodePool.setAutoscaling(NodePoolAutoscaling autoscaling)
Autoscaler configuration for this NodePool.
|
NodePool |
NodePool.setBestEffortProvisioning(BestEffortProvisioning bestEffortProvisioning)
Enable best effort provisioning for nodes
|
NodePool |
NodePool.setConditions(List<StatusCondition> conditions)
Which conditions caused the current node pool state.
|
NodePool |
NodePool.setConfig(NodeConfig config)
The node configuration of the pool.
|
NodePool |
NodePool.setEtag(String etag)
This checksum is computed by the server based on the value of node pool fields, and may be sent
on update requests to ensure the client has an up-to-date value before proceeding.
|
NodePool |
NodePool.setInitialNodeCount(Integer initialNodeCount)
The initial node count for the pool.
|
NodePool |
NodePool.setInstanceGroupUrls(List<String> instanceGroupUrls)
Output only.
|
NodePool |
NodePool.setLocations(List<String> locations)
The list of Google Compute Engine
[zones](https://{$universe.dns_names.final_documentation_domain}/compute/docs/zones#available)
in which the NodePool's nodes should be located.
|
NodePool |
NodePool.setManagement(NodeManagement management)
NodeManagement configuration for this NodePool.
|
NodePool |
NodePool.setMaxPodsConstraint(MaxPodsConstraint maxPodsConstraint)
The constraint on the maximum number of pods that can be run simultaneously on a node in the
node pool.
|
NodePool |
NodePool.setName(String name)
The name of the node pool.
|
NodePool |
NodePool.setNetworkConfig(NodeNetworkConfig networkConfig)
Networking configuration for this NodePool.
|
NodePool |
NodePool.setPlacementPolicy(PlacementPolicy placementPolicy)
Specifies the node placement policy.
|
NodePool |
NodePool.setPodIpv4CidrSize(Integer podIpv4CidrSize)
Output only.
|
NodePool |
NodePool.setQueuedProvisioning(QueuedProvisioning queuedProvisioning)
Specifies the configuration of queued provisioning.
|
NodePool |
NodePool.setSelfLink(String selfLink)
Output only.
|
NodePool |
NodePool.setStatus(String status)
Output only.
|
NodePool |
NodePool.setStatusMessage(String statusMessage)
Output only.
|
NodePool |
NodePool.setUpdateInfo(UpdateInfo updateInfo)
Output only.
|
NodePool |
NodePool.setUpgradeSettings(UpgradeSettings upgradeSettings)
Upgrade settings control disruption and speed of the upgrade.
|
NodePool |
NodePool.setVersion(String version)
The version of Kubernetes running on this NodePool's nodes.
|
| Modifier and Type | Method and Description |
|---|---|
List<NodePool> |
Cluster.getNodePools()
The node pools associated with this cluster.
|
List<NodePool> |
ListNodePoolsResponse.getNodePools()
A list of node pools for a cluster.
|
| Modifier and Type | Method and Description |
|---|---|
CreateNodePoolRequest |
CreateNodePoolRequest.setNodePool(NodePool nodePool)
Required.
|
| Modifier and Type | Method and Description |
|---|---|
Cluster |
Cluster.setNodePools(List<NodePool> nodePools)
The node pools associated with this cluster.
|
ListNodePoolsResponse |
ListNodePoolsResponse.setNodePools(List<NodePool> nodePools)
A list of node pools for a cluster.
|
Copyright © 2011–2025 Google. All rights reserved.