Merge pull request #76356 from qingsenLi/k8s190410-fix-coresponding

fix error 'coresponding'
This commit is contained in:
Kubernetes Prow Robot 2019-06-14 20:46:10 -07:00 committed by GitHub
commit 15c8df161e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -40,7 +40,7 @@ type flexVolumeProber struct {
factory PluginFactory
fs utilfs.Filesystem
probeAllNeeded bool
eventsMap map[string]volume.ProbeOperation // the key is the driver directory path, the value is the coresponding operation
eventsMap map[string]volume.ProbeOperation // the key is the driver directory path, the value is the corresponding operation
}
// GetDynamicPluginProber creates dynamic plugin prober