Struct k8s_openapi::api::core::v1::ResourceQuotaStatus [−][src]
pub struct ResourceQuotaStatus {
pub hard: BTreeMap<String, Quantity>,
pub used: BTreeMap<String, Quantity>,
}Expand description
ResourceQuotaStatus defines the enforced hard limits and observed use.
Fields
hard: BTreeMap<String, Quantity>Hard is the set of enforced hard limits for each named resource. More info: https://kubernetes.io/docs/concepts/policy/resource-quotas/
used: BTreeMap<String, Quantity>Used is the current observed total usage of the resource in the namespace.
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 ResourceQuotaStatusimpl Send for ResourceQuotaStatusimpl Sync for ResourceQuotaStatusimpl Unpin for ResourceQuotaStatusimpl UnwindSafe for ResourceQuotaStatusBlanket Implementations
Mutably borrows from an owned value. Read more