ScaleSpec

final case class ScaleSpec(replicas: Option[Int])

ScaleSpec describes the attributes of a scale subresource.

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

Value members

Concrete methods

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

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

Source:
ScaleSpec.scala

Returns a new data with replicas set to new value

Returns a new data with replicas set to new value

Source:
ScaleSpec.scala

Inherited methods

Inherited from:
Product