const rsName …
const scaleNum …
type ReplicaSetUpgradeTest …
func (ReplicaSetUpgradeTest) Name() string { … }
func (r *ReplicaSetUpgradeTest) Setup(ctx context.Context, f *framework.Framework) { … }
func (r *ReplicaSetUpgradeTest) Test(ctx context.Context, f *framework.Framework, done <-chan struct{ … }
func (r *ReplicaSetUpgradeTest) Teardown(ctx context.Context, f *framework.Framework) { … }
func newReplicaSet(name, namespace string, replicas int32, podLabels map[string]string, imageName, image string) *appsv1.ReplicaSet { … }