# Functions
Helper function.
NewReplicationManager creates a new ReplicationManager.
# Structs
RealPodControl is the default implementation of PodControllerInterface.
ReplicationManager is responsible for synchronizing ReplicationController objects stored in the system with actual running pods.
# Interfaces
PodControlInterface is an interface that knows how to add or delete pods created as an interface to allow testing.