mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-01 07:47:56 +00:00
Update pkg/kubelet/pluginmanager/cache/actual_state_of_world.go
Co-authored-by: Sergey Kanzhelev <S.Kanzhelev@live.com>
This commit is contained in:
parent
a85409bf82
commit
2604d7debb
@ -54,8 +54,10 @@ type ActualStateOfWorld interface {
|
||||
// If a plugin does not exist with the given socket path, this is a no-op.
|
||||
RemovePlugin(socketPath string)
|
||||
|
||||
// Deprecated: PluginExistsWithCorrectTimestamp checks if the given plugin exists in the current actual
|
||||
// state of world cache with the correct timestamp
|
||||
// PluginExistsWithCorrectTimestamp checks if the given plugin exists in the current actual
|
||||
// state of world cache with the correct timestamp.
|
||||
// Deprecated: please use `PluginExistsWithCorrectUUID` instead as it provides a better
|
||||
// cross-platform support
|
||||
PluginExistsWithCorrectTimestamp(pluginInfo PluginInfo) bool
|
||||
|
||||
// PluginExistsWithCorrectUUID checks if the given plugin exists in the current actual
|
||||
|
Loading…
Reference in New Issue
Block a user