package
1.33.0-alpha.2
Repository: https://github.com/kubernetes/kubernetes.git
Documentation: pkg.go.dev

# Packages

Package cache implements data structures used by the kubelet plugin manager to keep track of registered plugins.
Package operationexecutor implements interfaces that enable execution of register and unregister operations with a goroutinemap so that more than one operation is never triggered on the same plugin.
Package reconciler implements interfaces that attempt to reconcile the desired state of the world with the actual state of the world by triggering relevant actions (register/deregister plugins).

# Functions

NewPluginManager returns a new concrete instance implementing the PluginManager interface.

# Interfaces

PluginManager runs a set of asynchronous loops that figure out which plugins need to be registered/deregistered and makes it so.