Struct k8s_openapi::api::autoscaling::v2beta2::PodsMetricStatus [−][src]
pub struct PodsMetricStatus {
pub current: MetricValueStatus,
pub metric: MetricIdentifier,
}Expand description
PodsMetricStatus indicates the current value of a metric describing each pod in the current scale target (for example, transactions-processed-per-second).
Fields
current: MetricValueStatuscurrent contains the current value for the given metric
metric: MetricIdentifiermetric identifies the target metric by name and selector
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 PodsMetricStatusimpl Send for PodsMetricStatusimpl Sync for PodsMetricStatusimpl Unpin for PodsMetricStatusimpl UnwindSafe for PodsMetricStatusBlanket Implementations
Mutably borrows from an owned value. Read more