| Package | Description |
|---|---|
| com.google.api.services.container.model |
| Modifier and Type | Method and Description |
|---|---|
VerticalPodAutoscaling |
VerticalPodAutoscaling.clone() |
VerticalPodAutoscaling |
ClusterUpdate.getDesiredVerticalPodAutoscaling()
Cluster-level Vertical Pod Autoscaling configuration.
|
VerticalPodAutoscaling |
Cluster.getVerticalPodAutoscaling()
Cluster-level Vertical Pod Autoscaling configuration.
|
VerticalPodAutoscaling |
VerticalPodAutoscaling.set(String fieldName,
Object value) |
VerticalPodAutoscaling |
VerticalPodAutoscaling.setEnabled(Boolean enabled)
Enables vertical pod autoscaling.
|
| Modifier and Type | Method and Description |
|---|---|
ClusterUpdate |
ClusterUpdate.setDesiredVerticalPodAutoscaling(VerticalPodAutoscaling desiredVerticalPodAutoscaling)
Cluster-level Vertical Pod Autoscaling configuration.
|
Cluster |
Cluster.setVerticalPodAutoscaling(VerticalPodAutoscaling verticalPodAutoscaling)
Cluster-level Vertical Pod Autoscaling configuration.
|
Copyright © 2011–2020 Google. All rights reserved.