Struct k8s_openapi::api::autoscaling::v2beta2::ExternalMetricStatus
source · [−]pub struct ExternalMetricStatus {
pub current: MetricValueStatus,
pub metric: MetricIdentifier,
}
Expand description
ExternalMetricStatus indicates the current value of a global metric not associated with any Kubernetes object.
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
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 ExternalMetricStatus
impl Send for ExternalMetricStatus
impl Sync for ExternalMetricStatus
impl Unpin for ExternalMetricStatus
impl UnwindSafe for ExternalMetricStatus
Blanket Implementations
Mutably borrows from an owned value. Read more