HorizontalPodAutoscalerSpec

final case class HorizontalPodAutoscalerSpec(maxReplicas: Int, scaleTargetRef: CrossVersionObjectReference, minReplicas: Option[Int], metrics: Option[Seq[MetricSpec]], behavior: Option[HorizontalPodAutoscalerBehavior])

HorizontalPodAutoscalerSpec describes the desired functionality of the HorizontalPodAutoscaler.

Source:
HorizontalPodAutoscalerSpec.scala
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Concrete methods

Appends new values to metrics

Appends new values to metrics

Source:
HorizontalPodAutoscalerSpec.scala

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

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

Source:
HorizontalPodAutoscalerSpec.scala

transforms maxReplicas to result of function

transforms maxReplicas to result of function

Source:
HorizontalPodAutoscalerSpec.scala

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

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

Source:
HorizontalPodAutoscalerSpec.scala

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

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

Source:
HorizontalPodAutoscalerSpec.scala

transforms scaleTargetRef to result of function

transforms scaleTargetRef to result of function

Source:
HorizontalPodAutoscalerSpec.scala

Returns a new data with behavior set to new value

Returns a new data with behavior set to new value

Source:
HorizontalPodAutoscalerSpec.scala

Returns a new data with maxReplicas set to new value

Returns a new data with maxReplicas set to new value

Source:
HorizontalPodAutoscalerSpec.scala

Returns a new data with metrics set to new value

Returns a new data with metrics set to new value

Source:
HorizontalPodAutoscalerSpec.scala

Returns a new data with minReplicas set to new value

Returns a new data with minReplicas set to new value

Source:
HorizontalPodAutoscalerSpec.scala

Returns a new data with scaleTargetRef set to new value

Returns a new data with scaleTargetRef set to new value

Source:
HorizontalPodAutoscalerSpec.scala

Inherited methods

Inherited from:
Product