package
1.33.0-alpha.2
Repository: https://github.com/kubernetes/kubernetes.git
Documentation: pkg.go.dev
# Functions
GetCondition returns a replicaset condition with the provided type if it exists.
NewBaseController is the implementation of NewReplicaSetController with additional injected parameters so that it can also serve as the implementation of NewReplicationController.
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.