Prepare for v1.21 + indentation + local common definitions
This commit is contained in:
+2
-2
@@ -68,9 +68,9 @@ CSINodeSpec holds information about the specification of all CSI drivers install
|
||||
<a name="VolumeNodeResources"></a>
|
||||
*VolumeNodeResources is a set of resource limits for scheduling of volumes.*
|
||||
|
||||
- **drivers.allocatable.count** (int32)
|
||||
- **drivers.allocatable.count** (int32)
|
||||
|
||||
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.
|
||||
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.
|
||||
|
||||
- **drivers.topologyKeys** ([]string)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user