mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-24 20:24:09 +00:00
Merge pull request #84094 from yutedz/stor-max-size
Clarify the role for SupportedSizeRange
This commit is contained in:
commit
52063ef8c9
@ -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