Struct k8s_openapi::api::autoscaling::v2beta2::MetricValueStatus [−][src]
pub struct MetricValueStatus {
pub average_utilization: Option<i32>,
pub average_value: Option<Quantity>,
pub value: Option<Quantity>,
}Expand description
MetricValueStatus holds the current value for a metric
Fields
average_utilization: Option<i32>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.
average_value: Option<Quantity>averageValue is the current value of the average of the metric across all relevant pods (as a quantity)
value: Option<Quantity>value is the current value of the metric (as a quantity).
Trait Implementations
Returns the “default value” for a type. Read more
Deserialize this value from the given Serde deserializer. Read more
This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.
Auto Trait Implementations
impl RefUnwindSafe for MetricValueStatusimpl Send for MetricValueStatusimpl Sync for MetricValueStatusimpl Unpin for MetricValueStatusimpl UnwindSafe for MetricValueStatusBlanket Implementations
Mutably borrows from an owned value. Read more