| Package | Description |
|---|---|
| com.google.api.services.container | |
| com.google.api.services.container.model |
| Modifier and Type | Method and Description |
|---|---|
Container.Projects.Zones.Clusters.NodePools.Autoscaling |
Container.Projects.Zones.Clusters.NodePools.autoscaling(String projectId,
String zone,
String clusterId,
String nodePoolId,
SetNodePoolAutoscalingRequest content)
Sets the autoscaling settings of a specific node pool.
|
| Constructor and Description |
|---|
Container.Projects.Zones.Clusters.NodePools.Autoscaling(String projectId,
String zone,
String clusterId,
String nodePoolId,
SetNodePoolAutoscalingRequest content)
Sets the autoscaling settings of a specific node pool.
|
| Modifier and Type | Method and Description |
|---|---|
SetNodePoolAutoscalingRequest |
SetNodePoolAutoscalingRequest.clone() |
SetNodePoolAutoscalingRequest |
SetNodePoolAutoscalingRequest.set(String fieldName,
Object value) |
SetNodePoolAutoscalingRequest |
SetNodePoolAutoscalingRequest.setAutoscaling(NodePoolAutoscaling autoscaling)
Autoscaling configuration for the node pool.
|