ScaleStatus

final case class ScaleStatus(replicas: Int, selector: Option[String])

ScaleStatus represents the current status of a scale subresource.

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

Value members

Concrete methods

transforms replicas to result of function

transforms replicas to result of function

Source:
ScaleStatus.scala

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

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

Source:
ScaleStatus.scala

Returns a new data with replicas set to new value

Returns a new data with replicas set to new value

Source:
ScaleStatus.scala

Returns a new data with selector set to new value

Returns a new data with selector set to new value

Source:
ScaleStatus.scala

Inherited methods

Inherited from:
Product