ScaleSpec

io.k8s.api.autoscaling.v1.ScaleSpec
See theScaleSpec companion object
final case class ScaleSpec(replicas: Option[Int])

ScaleSpec describes the attributes of a scale subresource.

Attributes

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

Members list

Concise view

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

Attributes

Source:
ScaleSpec.scala

Returns a new data with replicas set to new value

Returns a new data with replicas set to new value

Attributes

Source:
ScaleSpec.scala

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product