HorizontalPodAutoscalerStatus

io.k8s.api.autoscaling.v2.HorizontalPodAutoscalerStatus
See theHorizontalPodAutoscalerStatus companion object
final case class HorizontalPodAutoscalerStatus(desiredReplicas: Int, conditions: Option[Seq[HorizontalPodAutoscalerCondition]], currentMetrics: Option[Seq[MetricStatus]], lastScaleTime: Option[Time], observedGeneration: Option[Int], currentReplicas: Option[Int])

HorizontalPodAutoscalerStatus describes the current status of a horizontal pod autoscaler.

Attributes

Companion:
object
Source:
HorizontalPodAutoscalerStatus.scala
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Members list

Concise view

Value members

Concrete methods

Appends new values to conditions

Appends new values to conditions

Attributes

Source:
HorizontalPodAutoscalerStatus.scala

Appends new values to currentMetrics

Appends new values to currentMetrics

Attributes

Source:
HorizontalPodAutoscalerStatus.scala

if conditions has a value, transforms to the result of function

if conditions has a value, transforms to the result of function

Attributes

Source:
HorizontalPodAutoscalerStatus.scala

if currentMetrics has a value, transforms to the result of function

if currentMetrics has a value, transforms to the result of function

Attributes

Source:
HorizontalPodAutoscalerStatus.scala

if currentReplicas has a value, transforms to the result of function

if currentReplicas has a value, transforms to the result of function

Attributes

Source:
HorizontalPodAutoscalerStatus.scala

transforms desiredReplicas to result of function

transforms desiredReplicas to result of function

Attributes

Source:
HorizontalPodAutoscalerStatus.scala

if lastScaleTime has a value, transforms to the result of function

if lastScaleTime has a value, transforms to the result of function

Attributes

Source:
HorizontalPodAutoscalerStatus.scala

if observedGeneration has a value, transforms to the result of function

if observedGeneration has a value, transforms to the result of function

Attributes

Source:
HorizontalPodAutoscalerStatus.scala

Returns a new data with conditions set to new value

Returns a new data with conditions set to new value

Attributes

Source:
HorizontalPodAutoscalerStatus.scala

Returns a new data with currentMetrics set to new value

Returns a new data with currentMetrics set to new value

Attributes

Source:
HorizontalPodAutoscalerStatus.scala

Returns a new data with currentReplicas set to new value

Returns a new data with currentReplicas set to new value

Attributes

Source:
HorizontalPodAutoscalerStatus.scala

Returns a new data with desiredReplicas set to new value

Returns a new data with desiredReplicas set to new value

Attributes

Source:
HorizontalPodAutoscalerStatus.scala

Returns a new data with lastScaleTime set to new value

Returns a new data with lastScaleTime set to new value

Attributes

Source:
HorizontalPodAutoscalerStatus.scala

Returns a new data with observedGeneration set to new value

Returns a new data with observedGeneration set to new value

Attributes

Source:
HorizontalPodAutoscalerStatus.scala

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product