| Package | Description |
|---|---|
| com.google.api.services.container.v1beta1 | |
| com.google.api.services.container.v1beta1.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.
|
Container.Projects.Locations.Clusters.NodePools.SetAutoscaling |
Container.Projects.Locations.Clusters.NodePools.setAutoscaling(String name,
SetNodePoolAutoscalingRequest content)
Sets the autoscaling settings of a specific node pool.
|
| Constructor and Description |
|---|
Autoscaling(String projectId,
String zone,
String clusterId,
String nodePoolId,
SetNodePoolAutoscalingRequest content)
Sets the autoscaling settings of a specific node pool.
|
SetAutoscaling(String name,
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)
Required.
|
SetNodePoolAutoscalingRequest |
SetNodePoolAutoscalingRequest.setClusterId(String clusterId)
Required.
|
SetNodePoolAutoscalingRequest |
SetNodePoolAutoscalingRequest.setName(String name)
The name (project, location, cluster, node pool) of the node pool to set autoscaler settings.
|
SetNodePoolAutoscalingRequest |
SetNodePoolAutoscalingRequest.setNodePoolId(String nodePoolId)
Required.
|
SetNodePoolAutoscalingRequest |
SetNodePoolAutoscalingRequest.setProjectId(String projectId)
Required.
|
SetNodePoolAutoscalingRequest |
SetNodePoolAutoscalingRequest.setZone(String zone)
Required.
|
Copyright © 2011–2023 Google. All rights reserved.