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

# Packages

No description provided by the author

# Functions

GetCondition returns a replica set condition with the provided type if it exists.
NewReplicaSetCondition creates a new replica set condition.
NewReplicaSetController configures a replica set controller with the specified event recorder.
RemoveCondition removes the condition with the provided type from the replica set status.
SetCondition adds/replaces the given condition in the replica set status.

# Constants

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

# Structs

ReplicaSetController is responsible for synchronizing ReplicaSet objects stored in the system with actual running pods.