Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 1.11 KB

V1beta1HorizontalPodAutoscalerSpec.md

File metadata and controls

13 lines (9 loc) · 1.11 KB

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]