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:
Kubernetes Prow Robot 2023-03-09 19:08:29 -08:00 committed by GitHub
commit 33d9543ceb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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.