pub struct Overhead {
pub pod_fixed: Option<BTreeMap<String, Quantity>>,
}
Expand description
Overhead structure represents the resource overhead associated with running a pod.
Fields§
§pod_fixed: Option<BTreeMap<String, Quantity>>
PodFixed represents the fixed resource overhead associated with running a pod.
Trait Implementations§
source§impl DeepMerge for Overhead
impl DeepMerge for Overhead
source§fn merge_from(&mut self, other: Self)
fn merge_from(&mut self, other: Self)
Merge
other
into self
.source§impl<'de> Deserialize<'de> for Overhead
impl<'de> Deserialize<'de> for Overhead
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