# Packages
No description provided by the author
# Functions
NewAddPodEvent is constructor for AddPod event.
NewDeletePodEvent is constructor for DeletePod event.
NewPlugin creates a new Plugin with the provided Options.
UseDeps returns Option that can inject custom dependencies.
# Variables
DefaultPlugin is a default instance of PodManager.
# Structs
AddPod event is triggered when a new pod is being deployed on this node.
DeletePod event is triggered when pod deployed on this node is being terminated.
Deps lists dependencies of PodManager.
IPWithGateway encapsulates IP address and gateway.
LocalPod represents a locally deployed pod (locally = on this node).
Pod represents a pod in the cluster (may or may not be local).
PodInterface represents a single pod interface.
PodManager plugin manages pods deployed on this node.
Route represents single IP route.
# Interfaces
API defines methods provided by PodManager for use by other plugins.
DockerClient defines API of a Docker client needed by PodManager.