| Package | Description |
|---|---|
| com.google.api.services.container.v1beta1.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(java.lang.String fieldName,
java.lang.Object value) |
VerticalPodAutoscaling |
VerticalPodAutoscaling.setEnabled(java.lang.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.
|