HPAScalingPolicy

io.k8s.api.autoscaling.v2.HPAScalingPolicy
See theHPAScalingPolicy companion object
final case class HPAScalingPolicy(periodSeconds: Int, `type`: String, value: Int)

HPAScalingPolicy is a single policy which must hold true for a specified past interval.

Attributes

Companion
object
Source
HPAScalingPolicy.scala
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

transforms periodSeconds to result of function

transforms periodSeconds to result of function

Attributes

Source
HPAScalingPolicy.scala

transforms type to result of function

transforms type to result of function

Attributes

Source
HPAScalingPolicy.scala

transforms value to result of function

transforms value to result of function

Attributes

Source
HPAScalingPolicy.scala

Returns a new data with periodSeconds set to new value

Returns a new data with periodSeconds set to new value

Attributes

Source
HPAScalingPolicy.scala

Returns a new data with type set to new value

Returns a new data with type set to new value

Attributes

Source
HPAScalingPolicy.scala

Returns a new data with value set to new value

Returns a new data with value set to new value

Attributes

Source
HPAScalingPolicy.scala

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product