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
Show all
Members list
transforms replicas to result of function
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
Attributes
-
Inherited from:
-
Product
Attributes
-
Inherited from:
-
Product