mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-26 05:03:09 +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/azure_file
|
||||||
pkg/volume/cinder
|
pkg/volume/cinder
|
||||||
pkg/volume/csi
|
pkg/volume/csi
|
||||||
pkg/volume/emptydir
|
|
||||||
pkg/volume/fc
|
pkg/volume/fc
|
||||||
pkg/volume/flexvolume
|
pkg/volume/flexvolume
|
||||||
pkg/volume/flocker
|
pkg/volume/flocker
|
||||||
|
@ -172,7 +172,6 @@ type emptyDir struct {
|
|||||||
mounter mount.Interface
|
mounter mount.Interface
|
||||||
mountDetector mountDetector
|
mountDetector mountDetector
|
||||||
plugin *emptyDirPlugin
|
plugin *emptyDirPlugin
|
||||||
desiredSize int64
|
|
||||||
volume.MetricsProvider
|
volume.MetricsProvider
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user