| 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.setAutoscaling(NodePoolAutoscaling autoscaling)
Autoscaler configuration for this NodePool.
|
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.setInitialNodeCount(Integer initialNodeCount)
The initial node count for the pool.
|
NodePool |
NodePool.setInstanceGroupUrls(List<String> instanceGroupUrls)
[Output only] The resource URLs of the [managed instance groups](/compute/docs/instance-groups
/creating-groups-of-managed-instances) associated with this node pool.
|
NodePool |
NodePool.setLocations(List<String> locations)
The list of Google Compute Engine [zones](/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.setPodIpv4CidrSize(Integer podIpv4CidrSize)
[Output only] The pod CIDR block size per node in this node pool.
|
NodePool |
NodePool.setSelfLink(String selfLink)
[Output only] Server-defined URL for the resource.
|
NodePool |
NodePool.setStatus(String status)
[Output only] The status of the nodes in this pool instance.
|
NodePool |
NodePool.setStatusMessage(String statusMessage)
[Output only] Additional information about the current status of this node pool instance, if
available.
|
NodePool |
NodePool.setUpgradeSettings(UpgradeSettings upgradeSettings)
Upgrade settings control disruption and speed of the upgrade.
|
NodePool |
NodePool.setVersion(String version)
The version of the Kubernetes of this node.
|
| Modifier and Type | Method and Description |
|---|---|
List<NodePool> |
ListNodePoolsResponse.getNodePools()
A list of node pools for a cluster.
|
List<NodePool> |
Cluster.getNodePools()
The node pools associated with this cluster.
|
| Modifier and Type | Method and Description |
|---|---|
CreateNodePoolRequest |
CreateNodePoolRequest.setNodePool(NodePool nodePool)
Required.
|
| Modifier and Type | Method and Description |
|---|---|
ListNodePoolsResponse |
ListNodePoolsResponse.setNodePools(List<NodePool> nodePools)
A list of node pools for a cluster.
|
Cluster |
Cluster.setNodePools(List<NodePool> nodePools)
The node pools associated with this cluster.
|
Copyright © 2011–2020 Google. All rights reserved.