| Package | Description |
|---|---|
| com.google.api.services.container.model |
| Modifier and Type | Method and Description |
|---|---|
NodePoolAutoscaling |
NodePoolAutoscaling.clone() |
NodePoolAutoscaling |
NodePool.getAutoscaling()
Autoscaler configuration for this NodePool.
|
NodePoolAutoscaling |
SetNodePoolAutoscalingRequest.getAutoscaling()
Required.
|
NodePoolAutoscaling |
ClusterUpdate.getDesiredNodePoolAutoscaling()
Autoscaler configuration for the node pool specified in desired_node_pool_id.
|
NodePoolAutoscaling |
NodePoolAutoscaling.set(String fieldName,
Object value) |
NodePoolAutoscaling |
NodePoolAutoscaling.setAutoprovisioned(Boolean autoprovisioned)
Can this node pool be deleted automatically.
|
NodePoolAutoscaling |
NodePoolAutoscaling.setEnabled(Boolean enabled)
Is autoscaling enabled for this node pool.
|
NodePoolAutoscaling |
NodePoolAutoscaling.setMaxNodeCount(Integer maxNodeCount)
Maximum number of nodes in the NodePool.
|
NodePoolAutoscaling |
NodePoolAutoscaling.setMinNodeCount(Integer minNodeCount)
Minimum number of nodes in the NodePool.
|
| Modifier and Type | Method and Description |
|---|---|
NodePool |
NodePool.setAutoscaling(NodePoolAutoscaling autoscaling)
Autoscaler configuration for this NodePool.
|
SetNodePoolAutoscalingRequest |
SetNodePoolAutoscalingRequest.setAutoscaling(NodePoolAutoscaling autoscaling)
Required.
|
ClusterUpdate |
ClusterUpdate.setDesiredNodePoolAutoscaling(NodePoolAutoscaling desiredNodePoolAutoscaling)
Autoscaler configuration for the node pool specified in desired_node_pool_id.
|
Copyright © 2011–2020 Google. All rights reserved.