mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-24 12:15:52 +00:00
Clarify the role for SupportedSizeRange
This commit is contained in:
parent
f9acca889c
commit
0ae181cf0c
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user