"":"HorizontalPodAutoscalerSpec is the specification of a horizontal pod autoscaler.",
"scaleRef":"ScaleRef is a reference to Scale subresource. HorizontalPodAutoscaler will learn the current resource consumption from its status, and will set the desired number of pods by modyfying its spec.",
"minCount":"MinCount is the lower limit for the number of pods that can be set by the autoscaler.",
"maxCount":"MaxCount is the upper limit for the number of pods that can be set by the autoscaler. It cannot be smaller than MinCount.",
"target":"Target is the target average consumption of the given resource that the autoscaler will try to maintain by adjusting the desired number of pods. Currently two types of resources are supported: \"cpu\" and \"memory\".",
"":"HorizontalPodAutoscalerSpec is the specification of a horizontal pod autoscaler.",
"scaleRef":"ScaleRef is a reference to Scale subresource. HorizontalPodAutoscaler will learn the current resource consumption from its status, and will set the desired number of pods by modyfying its spec.",
"minReplicas":"MinReplicas is the lower limit for the number of pods that can be set by the autoscaler.",
"maxReplicas":"MaxReplicas is the upper limit for the number of pods that can be set by the autoscaler. It cannot be smaller than MinReplicas.",
"target":"Target is the target average consumption of the given resource that the autoscaler will try to maintain by adjusting the desired number of pods. Currently two types of resources are supported: \"cpu\" and \"memory\".",