| Package | Description |
|---|---|
| com.google.api.services.container.model |
| Modifier and Type | Method and Description |
|---|---|
ClusterAutoscaling |
ClusterAutoscaling.clone() |
ClusterAutoscaling |
Cluster.getAutoscaling()
Cluster-level autoscaling configuration.
|
ClusterAutoscaling |
ClusterUpdate.getDesiredClusterAutoscaling()
Cluster-level autoscaling configuration.
|
ClusterAutoscaling |
ClusterAutoscaling.set(String fieldName,
Object value) |
ClusterAutoscaling |
ClusterAutoscaling.setAutoprovisioningLocations(List<String> autoprovisioningLocations)
The list of Google Compute Engine [zones](/compute/docs/zones#available) in which the
NodePool's nodes can be created by NAP.
|
ClusterAutoscaling |
ClusterAutoscaling.setAutoprovisioningNodePoolDefaults(AutoprovisioningNodePoolDefaults autoprovisioningNodePoolDefaults)
AutoprovisioningNodePoolDefaults contains defaults for a node pool created by NAP.
|
ClusterAutoscaling |
ClusterAutoscaling.setEnableNodeAutoprovisioning(Boolean enableNodeAutoprovisioning)
Enables automatic node pool creation and deletion.
|
ClusterAutoscaling |
ClusterAutoscaling.setResourceLimits(List<ResourceLimit> resourceLimits)
Contains global constraints regarding minimum and maximum amount of resources in the cluster.
|
| Modifier and Type | Method and Description |
|---|---|
Cluster |
Cluster.setAutoscaling(ClusterAutoscaling autoscaling)
Cluster-level autoscaling configuration.
|
ClusterUpdate |
ClusterUpdate.setDesiredClusterAutoscaling(ClusterAutoscaling desiredClusterAutoscaling)
Cluster-level autoscaling configuration.
|
Copyright © 2011–2020 Google. All rights reserved.