MetricValueStatus

io.k8s.api.autoscaling.v2.MetricValueStatus
See theMetricValueStatus companion object
final case class MetricValueStatus(averageUtilization: Option[Int], averageValue: Option[Quantity], value: Option[Quantity])

MetricValueStatus holds the current value for a metric

Attributes

Companion
object
Source
MetricValueStatus.scala
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

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

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

Attributes

Source
MetricValueStatus.scala

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

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

Attributes

Source
MetricValueStatus.scala

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

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

Attributes

Source
MetricValueStatus.scala

Returns a new data with averageUtilization set to new value

Returns a new data with averageUtilization set to new value

Attributes

Source
MetricValueStatus.scala

Returns a new data with averageValue set to new value

Returns a new data with averageValue set to new value

Attributes

Source
MetricValueStatus.scala

Returns a new data with value set to new value

Returns a new data with value set to new value

Attributes

Source
MetricValueStatus.scala

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product