Versions in this module Expand all Collapse all v1 v1.16.3 Nov 9, 2022 Changes in this version + func CheckNewRSAnnotations(c clientset.Interface, ns, deploymentName string, ...) error + func NewReplicaSet(name, namespace string, replicas int32, podLabels map[string]string, ...) *appsv1.ReplicaSet + func RunReplicaSet(config testutils.ReplicaSetConfig) error + func UpdateReplicaSetWithRetries(c clientset.Interface, namespace, name string, ...) (*appsv1.ReplicaSet, error) + func WaitForReadyReplicaSet(c clientset.Interface, ns, name string) error + func WaitForReplicaSetDesiredReplicas(rsClient appsclient.ReplicaSetsGetter, replicaSet *appsv1.ReplicaSet) error + func WaitForReplicaSetTargetAvailableReplicas(c clientset.Interface, replicaSet *appsv1.ReplicaSet, targetReplicaNum int32) error + func WaitForReplicaSetTargetSpecReplicas(c clientset.Interface, replicaSet *appsv1.ReplicaSet, targetReplicaNum int32) error