mirror of
				https://github.com/k3s-io/kubernetes.git
				synced 2025-11-04 07:49:35 +00:00 
			
		
		
		
	Merge pull request #76356 from qingsenLi/k8s190410-fix-coresponding
fix error 'coresponding'
This commit is contained in:
		@@ -40,7 +40,7 @@ type flexVolumeProber struct {
 | 
				
			|||||||
	factory        PluginFactory
 | 
						factory        PluginFactory
 | 
				
			||||||
	fs             utilfs.Filesystem
 | 
						fs             utilfs.Filesystem
 | 
				
			||||||
	probeAllNeeded bool
 | 
						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
 | 
					// GetDynamicPluginProber creates dynamic plugin prober
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user