MetricValueStatus

com.coralogix.zio.k8s.model.autoscaling.v2beta2.MetricValueStatus
See theMetricValueStatus companion object
case class MetricValueStatus(averageUtilization: Optional[Int], averageValue: Optional[Quantity], value: Optional[Quantity])

MetricValueStatus holds the current value for a metric

Value parameters

averageUtilization

currentAverageUtilization is the current value of the average of the resource metric across all relevant pods, represented as a percentage of the requested value of the resource for the pods.

Attributes

Companion
object
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

currentAverageUtilization is the current value of the average of the resource metric across all relevant pods, represented as a percentage of the requested value of the resource for the pods.

currentAverageUtilization is the current value of the average of the resource metric across all relevant pods, represented as a percentage of the requested value of the resource for the pods.

If the field is not present, fails with com.coralogix.zio.k8s.client.UndefinedField.

Attributes

Gets averageValue.

Gets averageValue.

If the field is not present, fails with com.coralogix.zio.k8s.client.UndefinedField.

Attributes

Gets value.

Gets value.

If the field is not present, fails with com.coralogix.zio.k8s.client.UndefinedField.

Attributes

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product