HorizontalPodAutoscalerBehavior

HorizontalPodAutoscalerBehavior configures the scaling behavior of the target in both Up and Down directions (scaleUp and scaleDown fields respectively).

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

Value members

Concrete methods

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

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

Source:
HorizontalPodAutoscalerBehavior.scala

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

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

Source:
HorizontalPodAutoscalerBehavior.scala

Returns a new data with scaleDown set to new value

Returns a new data with scaleDown set to new value

Source:
HorizontalPodAutoscalerBehavior.scala

Returns a new data with scaleUp set to new value

Returns a new data with scaleUp set to new value

Source:
HorizontalPodAutoscalerBehavior.scala

Inherited methods

Inherited from:
Product