package
0.16.2
Repository: https://github.com/ghodss/kubernetes.git
Documentation: pkg.go.dev

# Packages

Package framework implements all the grunt work involved in running a simple controller.

# Functions

NewReplicationManager creates a new ReplicationManager.

# Constants

No description provided by the author
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.