File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed
pkg/kubelet/pluginmanager/cache Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -54,8 +54,10 @@ type ActualStateOfWorld interface {
54
54
// If a plugin does not exist with the given socket path, this is a no-op.
55
55
RemovePlugin (socketPath string )
56
56
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
59
61
PluginExistsWithCorrectTimestamp (pluginInfo PluginInfo ) bool
60
62
61
63
// PluginExistsWithCorrectUUID checks if the given plugin exists in the current actual
You can’t perform that action at this time.
0 commit comments