HorizontalPodAutoscalerSpec

final case class HorizontalPodAutoscalerSpec(maxReplicas: Int, scaleTargetRef: CrossVersionObjectReference, minReplicas: Option[Int], targetCPUUtilizationPercentage: Option[Int])

specification of a horizontal pod autoscaler.

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

Value members

Concrete methods

transforms maxReplicas to result of function

transforms maxReplicas to 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

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

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

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 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

Returns a new data with targetCPUUtilizationPercentage set to new value

Returns a new data with targetCPUUtilizationPercentage set to new value

Source:
HorizontalPodAutoscalerSpec.scala

Inherited methods

Inherited from:
Product