mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-12 21:36:24 +00:00
Merge pull request #87128 from Aresforchina/fix-staticcheck-test12
fix-staticcheck:pkg/volume/emptydir
This commit is contained in:
commit
0c1d714627
@ -27,7 +27,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