package
0.13.2
Repository: https://github.com/alpe/kubernetes.git
Documentation: pkg.go.dev

# Functions

Helper function.
NewReplicationManager creates a new ReplicationManager.

# Constants

Time period of main replication controller sync loop.

# 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.