package
1.4.0-alpha.2
Repository: https://github.com/areed/kubernetes.git
Documentation: pkg.go.dev

# Functions

NewReplicationManager creates a replication manager.
NewReplicationManagerFromClient creates a new ReplicationManager that runs its own informer.
NewReplicationManagerFromClientForIntegration creates a new ReplicationManager that runs its own informer.

# Constants

Realistic value of the burstReplica field for the replication manager based off performance requirements for kubernetes 1.0.
We'll attempt to recompute the required replicas of all replication controllers that have fulfilled their expectations at least this often.
We must avoid counting pods until the pod store has synced.

# Structs

ReplicationManager is responsible for synchronizing ReplicationController objects stored in the system with actual running pods.

# Type aliases

OverlappingControllers sorts a list of controllers by creation timestamp, using their names as a tie breaker.