HorizontalPodAutoscaler
final case class HorizontalPodAutoscaler(status: Option[HorizontalPodAutoscalerStatus], spec: Option[HorizontalPodAutoscalerSpec], metadata: Option[ObjectMeta]) extends KObject
HorizontalPodAutoscaler is the configuration for a horizontal pod autoscaler, which automatically manages the replica count of any resource implementing the scale subresource based on the metrics specified.