io.k8s.api.autoscaling.v2.HorizontalPodAutoscaler
See theHorizontalPodAutoscaler companion object
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.
Attributes
- Companion
- object
- Source
- HorizontalPodAutoscaler.scala
- Graph
-
- Supertypes
Members list
Keywords
- no keywords
- final
- lazy
- override
Inherited
- Not inherited
- KObject
- Product
In this article