HorizontalPodAutoscalerStatus

com.coralogix.zio.k8s.model.autoscaling.v2beta1.HorizontalPodAutoscalerStatus
See theHorizontalPodAutoscalerStatus companion object
case class HorizontalPodAutoscalerStatus(conditions: Optional[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.

Value parameters

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.

Attributes

Companion
object
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

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.

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

Attributes

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.

Attributes

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.

Attributes

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.

Attributes

Gets lastScaleTime.

Gets lastScaleTime.

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

Attributes

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.

Attributes

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product