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
commit 52063ef8c9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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