package
1.14.0-alpha.0
Repository: https://github.com/kolyshkin/kubernetes.git
Documentation: pkg.go.dev

# Functions

GetCondition returns a replication controller condition with the provided type if it exists.
NewReplicationControllerCondition creates a new replication controller condition.
NewReplicationManager configures a replication manager with the specified event recorder.
RemoveCondition removes the condition with the provided type from the replication controller status.
SetCondition adds/replaces the given condition in the replication controller status.

# Constants

No description provided by the author

# Structs

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