Skip to content

Commit 2604d7d

Browse files
Update pkg/kubelet/pluginmanager/cache/actual_state_of_world.go
Co-authored-by: Sergey Kanzhelev <[email protected]>
1 parent a85409b commit 2604d7d

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

pkg/kubelet/pluginmanager/cache/actual_state_of_world.go

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,8 +54,10 @@ type ActualStateOfWorld interface {
5454
// If a plugin does not exist with the given socket path, this is a no-op.
5555
RemovePlugin(socketPath string)
5656

57-
// Deprecated: PluginExistsWithCorrectTimestamp checks if the given plugin exists in the current actual
58-
// state of world cache with the correct timestamp
57+
// PluginExistsWithCorrectTimestamp checks if the given plugin exists in the current actual
58+
// state of world cache with the correct timestamp.
59+
// Deprecated: please use `PluginExistsWithCorrectUUID` instead as it provides a better
60+
// cross-platform support
5961
PluginExistsWithCorrectTimestamp(pluginInfo PluginInfo) bool
6062

6163
// PluginExistsWithCorrectUUID checks if the given plugin exists in the current actual

0 commit comments

Comments
 (0)