python/kubernetes/docs/V1beta1HorizontalPodAutoscalerSpec.md
2016-11-22 17:23:41 -08:00

1.1 KiB

V1beta1HorizontalPodAutoscalerSpec

Properties

Name Type Description Notes
cpu_utilization V1beta1CPUTargetUtilization target average CPU utilization (represented as a percentage of requested CPU) over all the pods; if not specified it defaults to the target CPU utilization at 80% of the requested resources. [optional]
max_replicas int upper limit for the number of pods that can be set by the autoscaler; cannot be smaller than MinReplicas.
min_replicas int lower limit for the number of pods that can be set by the autoscaler, default 1. [optional]
scale_ref V1beta1SubresourceReference reference to Scale subresource; horizontal pod autoscaler will learn the current resource consumption from its status, and will set the desired number of pods by modifying its spec.

[Back to Model list] [Back to API list] [Back to README]