mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-04 09:49:50 +00:00
undo mutex change
Signed-off-by: Olga Shestopalova <oshestopalova1@gmail.com>
This commit is contained in:
parent
a13e9f6457
commit
ea8c1ae9bb
@ -33,7 +33,7 @@ import (
|
|||||||
)
|
)
|
||||||
|
|
||||||
type flexVolumeProber struct {
|
type flexVolumeProber struct {
|
||||||
mutex sync.RWMutex
|
mutex sync.Mutex
|
||||||
pluginDir string // Flexvolume driver directory
|
pluginDir string // Flexvolume driver directory
|
||||||
runner exec.Interface // Interface to use for execing flex calls
|
runner exec.Interface // Interface to use for execing flex calls
|
||||||
watcher utilfs.FSWatcher
|
watcher utilfs.FSWatcher
|
||||||
|
Loading…
Reference in New Issue
Block a user