Merge pull request #84094 from yutedz/stor-max-size

Clarify the role for SupportedSizeRange
This commit is contained in:
Kubernetes Prow Robot
2019-10-18 21:54:30 -07:00
committed by GitHub

View File

@@ -166,9 +166,9 @@ type DriverInfo struct {
InTreePluginName string
FeatureTag string // FeatureTag for the driver
// Max file size to be tested for this driver
// Maximum single file size supported by this driver
MaxFileSize int64
// The range of size supported by this driver
// The range of disk size supported by this driver
SupportedSizeRange volume.SizeRange
// Map of string for supported fs type
SupportedFsType sets.String