package
1.8.0-alpha.2
Repository: https://github.com/lxpollitt/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.
# Structs
ReplicaSetController is responsible for synchronizing ReplicaSet objects stored in the system with actual running pods.