HorizontalPodAutoscalerStatus

case class HorizontalPodAutoscalerStatus(conditions: Vector[HorizontalPodAutoscalerCondition], currentMetrics: Optional[Vector[MetricStatus]], currentReplicas: Int, desiredReplicas: Int, lastScaleTime: Optional[Time], observedGeneration: Optional[Long])

HorizontalPodAutoscalerStatus describes the current status of a horizontal pod autoscaler.

HorizontalPodAutoscalerStatus describes the current status of a horizontal pod autoscaler.

Value Params
conditions

conditions is the set of conditions required for this autoscaler to scale its target, and indicates whether or not those conditions are met.

currentMetrics

currentMetrics is the last read state of the metrics used by this autoscaler.

currentReplicas

currentReplicas is current number of replicas of pods managed by this autoscaler, as last seen by the autoscaler.

desiredReplicas

desiredReplicas is the desired number of replicas of pods managed by this autoscaler, as last calculated by the autoscaler.

observedGeneration

observedGeneration is the most recent generation observed by this autoscaler.

Companion
object
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Concrete methods

conditions is the set of conditions required for this autoscaler to scale its target, and indicates whether or not those conditions are met.

conditions is the set of conditions required for this autoscaler to scale its target, and indicates whether or not those conditions are met.

This effect always succeeds, it is safe to use the field conditions directly.

currentMetrics is the last read state of the metrics used by this autoscaler.

currentMetrics is the last read state of the metrics used by this autoscaler.

If the field is not present, fails with com.coralogix.zio.k8s.client.UndefinedField.

currentReplicas is current number of replicas of pods managed by this autoscaler, as last seen by the autoscaler.

currentReplicas is current number of replicas of pods managed by this autoscaler, as last seen by the autoscaler.

This effect always succeeds, it is safe to use the field currentReplicas directly.

desiredReplicas is the desired number of replicas of pods managed by this autoscaler, as last calculated by the autoscaler.

desiredReplicas is the desired number of replicas of pods managed by this autoscaler, as last calculated by the autoscaler.

This effect always succeeds, it is safe to use the field desiredReplicas directly.

Gets lastScaleTime.

Gets lastScaleTime.

If the field is not present, fails with com.coralogix.zio.k8s.client.UndefinedField.

observedGeneration is the most recent generation observed by this autoscaler.

observedGeneration is the most recent generation observed by this autoscaler.

If the field is not present, fails with com.coralogix.zio.k8s.client.UndefinedField.

Inherited methods

def productElementNames: Iterator[String]
Inherited from
Product
def productIterator: Iterator[Any]
Inherited from
Product