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

# Functions

NewOperationExecutor returns a new instance of OperationExecutor.
NewOperationGenerator is returns instance of operationGenerator.

# Interfaces

ActualStateOfWorldUpdater defines a set of operations updating the actual state of the world cache after successful registration/deregistration.
OperationExecutor defines a set of operations for registering and unregistering a plugin that are executed with a NewGoRoutineMap which prevents more than one operation from being triggered on the same socket path.
OperationGenerator interface that extracts out the functions from operation_executor to make it dependency injectable.