HorizontalPodAutoscalerBehavior

io.k8s.api.autoscaling.v2.HorizontalPodAutoscalerBehavior
See theHorizontalPodAutoscalerBehavior companion object

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

Attributes

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

Members list

Concise view

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

Attributes

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

Attributes

Source:
HorizontalPodAutoscalerBehavior.scala

Returns a new data with scaleDown set to new value

Returns a new data with scaleDown set to new value

Attributes

Source:
HorizontalPodAutoscalerBehavior.scala

Returns a new data with scaleUp set to new value

Returns a new data with scaleUp set to new value

Attributes

Source:
HorizontalPodAutoscalerBehavior.scala

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product