Struct k8s_openapi::api::storage::v1::VolumeNodeResources [−][src]
Expand description
VolumeNodeResources is a set of resource limits for scheduling of volumes.
Fields
count: Option<i32>
Maximum number of unique volumes managed by the CSI driver that can be used on a node. A volume that is both attached and mounted on a node is considered to be used once, not twice. The same rule applies for a unique volume that is shared among multiple pods on the same node. If this field is not specified, then the supported number of volumes on this node is unbounded.
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 VolumeNodeResources
impl Send for VolumeNodeResources
impl Sync for VolumeNodeResources
impl Unpin for VolumeNodeResources
impl UnwindSafe for VolumeNodeResources
Blanket Implementations
Mutably borrows from an owned value. Read more