| Package | Description |
|---|---|
| com.google.api.services.container.model |
| Modifier and Type | Method and Description |
|---|---|
HorizontalPodAutoscaling |
HorizontalPodAutoscaling.clone() |
HorizontalPodAutoscaling |
AddonsConfig.getHorizontalPodAutoscaling()
Configuration for the horizontal pod autoscaling feature, which increases or decreases the
number of replica pods a replication controller has based on the resource usage of the existing
pods.
|
HorizontalPodAutoscaling |
HorizontalPodAutoscaling.set(String fieldName,
Object value) |
HorizontalPodAutoscaling |
HorizontalPodAutoscaling.setDisabled(Boolean disabled)
Whether the Horizontal Pod Autoscaling feature is enabled in the cluster.
|
| Modifier and Type | Method and Description |
|---|---|
AddonsConfig |
AddonsConfig.setHorizontalPodAutoscaling(HorizontalPodAutoscaling horizontalPodAutoscaling)
Configuration for the horizontal pod autoscaling feature, which increases or decreases the
number of replica pods a replication controller has based on the resource usage of the existing
pods.
|
Copyright © 2011–2020 Google. All rights reserved.