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 Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass AnyShow 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 value set to new value
Inherited methods
Attributes
- Inherited from:
- Product
Attributes
- Inherited from:
- Product
In this article