Versions in this module Expand all Collapse all v1 v1.16.3 Nov 9, 2022 Changes in this version + type ActualStateOfWorldUpdater interface + AddPlugin func(pluginInfo cache.PluginInfo) error + RemovePlugin func(socketPath string) + type OperationExecutor interface + RegisterPlugin func(socketPath string, foundInDeprecatedDir bool, timestamp time.Time, ...) error + UnregisterPlugin func(socketPath string, pluginHandlers map[string]cache.PluginHandler, ...) error + func NewOperationExecutor(operationGenerator OperationGenerator) OperationExecutor + type OperationGenerator interface + GenerateRegisterPluginFunc func(socketPath string, foundInDeprecatedDir bool, timestamp time.Time, ...) func() error + GenerateUnregisterPluginFunc func(socketPath string, pluginHandlers map[string]cache.PluginHandler, ...) func() error + func NewOperationGenerator(recorder record.EventRecorder) OperationGenerator