mirror of
				https://github.com/optim-enterprises-bv/kubernetes.git
				synced 2025-11-04 04:08:16 +00:00 
			
		
		
		
	Merge pull request #111634 from KunWuLuan/pluginmanager_cache_log_amend
docs(desired_state_of_world.go): log in desired_state_of_world.go seems to be wrong
This commit is contained in:
		@@ -128,7 +128,7 @@ func (dsw *desiredStateOfWorld) AddOrUpdatePlugin(socketPath string) error {
 | 
			
		||||
		return fmt.Errorf("socket path is empty")
 | 
			
		||||
	}
 | 
			
		||||
	if _, ok := dsw.socketFileToInfo[socketPath]; ok {
 | 
			
		||||
		klog.V(2).InfoS("Plugin exists in actual state cache, timestamp will be updated", "path", socketPath)
 | 
			
		||||
		klog.V(2).InfoS("Plugin exists in desired state cache, timestamp will be updated", "path", socketPath)
 | 
			
		||||
	}
 | 
			
		||||
 | 
			
		||||
	// Update the PluginInfo object.
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user