We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6c97bae + 0ae181c commit 52063efCopy full SHA for 52063ef
test/e2e/storage/testsuites/testdriver.go
@@ -166,9 +166,9 @@ type DriverInfo struct {
166
InTreePluginName string
167
FeatureTag string // FeatureTag for the driver
168
169
- // Max file size to be tested for this driver
+ // Maximum single file size supported by this driver
170
MaxFileSize int64
171
- // The range of size supported by this driver
+ // The range of disk size supported by this driver
172
SupportedSizeRange volume.SizeRange
173
// Map of string for supported fs type
174
SupportedFsType sets.String
0 commit comments