fix-static:pkg/volume/emptydir

This commit is contained in:
Aresforchina 2020-01-13 15:20:38 +08:00
parent 9269b5d430
commit e62f9625cf
2 changed files with 0 additions and 2 deletions

View File

@ -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

View File

@ -172,7 +172,6 @@ type emptyDir struct {
mounter mount.Interface
mountDetector mountDetector
plugin *emptyDirPlugin
desiredSize int64
volume.MetricsProvider
}