mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-23 19:56:01 +00:00
fix-static:pkg/volume/emptydir
This commit is contained in:
parent
9269b5d430
commit
e62f9625cf
@ -30,7 +30,6 @@ pkg/volume/azure_dd
|
||||
pkg/volume/azure_file
|
||||
pkg/volume/cinder
|
||||
pkg/volume/csi
|
||||
pkg/volume/emptydir
|
||||
pkg/volume/fc
|
||||
pkg/volume/flexvolume
|
||||
pkg/volume/flocker
|
||||
|
@ -172,7 +172,6 @@ type emptyDir struct {
|
||||
mounter mount.Interface
|
||||
mountDetector mountDetector
|
||||
plugin *emptyDirPlugin
|
||||
desiredSize int64
|
||||
volume.MetricsProvider
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user