mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-12 05:21:58 +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/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