| Package | Description |
|---|---|
| com.google.api.services.container.model |
| Modifier and Type | Method and Description |
|---|---|
NodePool |
NodePool.clone() |
NodePool |
CreateNodePoolRequest.getNodePool()
The node pool to create.
|
NodePool |
NodePool.set(java.lang.String fieldName,
java.lang.Object value) |
NodePool |
NodePool.setAutoscaling(NodePoolAutoscaling autoscaling)
Autoscaler configuration for this NodePool.
|
NodePool |
NodePool.setConfig(NodeConfig config)
The node configuration of the pool.
|
NodePool |
NodePool.setInitialNodeCount(java.lang.Integer initialNodeCount)
The initial node count for the pool.
|
NodePool |
NodePool.setInstanceGroupUrls(java.util.List<java.lang.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.setManagement(NodeManagement management)
NodeManagement configuration for this NodePool.
|
NodePool |
NodePool.setName(java.lang.String name)
The name of the node pool.
|
NodePool |
NodePool.setSelfLink(java.lang.String selfLink)
[Output only] Server-defined URL for the resource.
|
NodePool |
NodePool.setStatus(java.lang.String status)
[Output only] The status of the nodes in this pool instance.
|
NodePool |
NodePool.setStatusMessage(java.lang.String statusMessage)
[Output only] Additional information about the current status of this node pool instance, if
available.
|
NodePool |
NodePool.setVersion(java.lang.String version)
The version of the Kubernetes of this node.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<NodePool> |
ListNodePoolsResponse.getNodePools()
A list of node pools for a cluster.
|
java.util.List<NodePool> |
Cluster.getNodePools()
The node pools associated with this cluster.
|
| Modifier and Type | Method and Description |
|---|---|
CreateNodePoolRequest |
CreateNodePoolRequest.setNodePool(NodePool nodePool)
The node pool to create.
|
| Modifier and Type | Method and Description |
|---|---|
ListNodePoolsResponse |
ListNodePoolsResponse.setNodePools(java.util.List<NodePool> nodePools)
A list of node pools for a cluster.
|
Cluster |
Cluster.setNodePools(java.util.List<NodePool> nodePools)
The node pools associated with this cluster.
|