Schema
objectio.k8s.api.storage.v1.VolumeNodeResources
VolumeNodeResources is a set of resource limits for scheduling of volumes.
- Source
specs/apis__storage.k8s.io__v1_openapi.json- Revision
9a79c3bd90f7- Active snapshot
2a9112600697
count integer (int32)
optionalcount indicates the 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.