package
0.0.0-20191024030528-a481964b876e
Repository: https://github.com/divinerapier/learn-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 registeration/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.