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: MetricValueStatus
current contains the current value for the given metric
metric: MetricIdentifier
metric 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 for PodsMetricStatus
impl PartialEq for PodsMetricStatus
source§impl Serialize for PodsMetricStatus
impl Serialize for PodsMetricStatus
impl StructuralPartialEq for PodsMetricStatus
Auto Trait Implementations§
impl Freeze for PodsMetricStatus
impl RefUnwindSafe for PodsMetricStatus
impl Send for PodsMetricStatus
impl Sync for PodsMetricStatus
impl Unpin for PodsMetricStatus
impl UnwindSafe for PodsMetricStatus
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)