HPAScalingPolicy

final case class HPAScalingPolicy(periodSeconds: Int, `type`: String, value: Int)

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

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

Value members

Concrete methods

transforms periodSeconds to result of function

transforms periodSeconds to result of function

Source:
HPAScalingPolicy.scala

transforms type to result of function

transforms type to result of function

Source:
HPAScalingPolicy.scala

transforms value to result of function

transforms value to result of function

Source:
HPAScalingPolicy.scala

Returns a new data with periodSeconds set to new value

Returns a new data with periodSeconds set to new value

Source:
HPAScalingPolicy.scala

Returns a new data with type set to new value

Returns a new data with type set to new value

Source:
HPAScalingPolicy.scala

Returns a new data with value set to new value

Returns a new data with value set to new value

Source:
HPAScalingPolicy.scala

Inherited methods

Inherited from:
Product