ScaleStatus

io.k8s.api.autoscaling.v1.ScaleStatus
See theScaleStatus companion object
final case class ScaleStatus(replicas: Int, selector: Option[String])

ScaleStatus represents the current status of a scale subresource.

Attributes

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

Members list

Concise view

Value members

Concrete methods

transforms replicas to result of function

transforms replicas to result of function

Attributes

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

Attributes

Source:
ScaleStatus.scala

Returns a new data with replicas set to new value

Returns a new data with replicas set to new value

Attributes

Source:
ScaleStatus.scala

Returns a new data with selector set to new value

Returns a new data with selector set to new value

Attributes

Source:
ScaleStatus.scala

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product