Struct k8s_openapi::api::autoscaling::v2::PodsMetricStatus
source · 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§
source§impl Clone for PodsMetricStatus
impl Clone for PodsMetricStatus
source§fn clone(&self) -> PodsMetricStatus
fn clone(&self) -> PodsMetricStatus
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresource§impl Debug for PodsMetricStatus
impl Debug for PodsMetricStatus
source§impl DeepMerge for PodsMetricStatus
impl DeepMerge for PodsMetricStatus
source§fn merge_from(&mut self, other: Self)
fn merge_from(&mut self, other: Self)
Merge
other into self.source§impl Default for PodsMetricStatus
impl Default for PodsMetricStatus
source§fn default() -> PodsMetricStatus
fn default() -> PodsMetricStatus
Returns the “default value” for a type. Read more
source§impl<'de> Deserialize<'de> for PodsMetricStatus
impl<'de> Deserialize<'de> for PodsMetricStatus
source§fn deserialize<D>(deserializer: D) -> Result<Self, D::Error>where
D: Deserializer<'de>,
fn deserialize<D>(deserializer: D) -> Result<Self, D::Error>where D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
source§impl PartialEq<PodsMetricStatus> for PodsMetricStatus
impl PartialEq<PodsMetricStatus> for PodsMetricStatus
source§fn eq(&self, other: &PodsMetricStatus) -> bool
fn eq(&self, other: &PodsMetricStatus) -> bool
This method tests for
self and other values to be equal, and is used
by ==.