io.k8s.api.autoscaling.v2.HorizontalPodAutoscalerBehavior
See theHorizontalPodAutoscalerBehavior companion object
final case class HorizontalPodAutoscalerBehavior(scaleDown: Option[HPAScalingRules], scaleUp: Option[HPAScalingRules])
HorizontalPodAutoscalerBehavior configures the scaling behavior of the target in both Up and Down directions (scaleUp and scaleDown fields respectively).
Attributes
- Companion
- object
- Source
- HorizontalPodAutoscalerBehavior.scala
- Graph
-
- Supertypes
Members list
Inherited
- Not inherited
- Product
In this article