Add CSINode to storage/v1

This commit is contained in:
Michelle Au
2019-10-02 18:47:48 -07:00
parent 2a1ac8bb8c
commit 603a2aa8a9
11 changed files with 127 additions and 17 deletions

View File

@@ -405,7 +405,7 @@ type VolumeNodeResources struct {
// 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 nil, then the supported number of volumes on this node is unbounded.
// If this field is not specified, then the supported number of volumes on this node is unbounded.
// +optional
Count *int32
}