package
0.0.0-20170824060325-cf23810f2098
Repository: https://github.com/sttts/kubernetes.git
Documentation: pkg.go.dev
# Packages
No description provided by the author
# Functions
GetCondition returns a replicaset condition with the provided type if it exists.
NewReplicaSetCondition creates a new replicaset condition.
NewReplicaSetController configures a replica set controller with the specified event recorder.
RemoveCondition removes the condition with the provided type from the replicaset status.
SetCondition adds/replaces the given condition in the replicaset status.
# Constants
Realistic value of the burstReplica field for the replica set manager based off performance requirements for kubernetes 1.0.
# Structs
ReplicaSetController is responsible for synchronizing ReplicaSet objects stored in the system with actual running pods.