const rsRetryTimeout …
func newRS(rsName string, replicas int32, rsPodLabels map[string]string, imageName string, image string, args []string) *appsv1.ReplicaSet { … }
func newPodQuota(name, number string) *v1.ResourceQuota { … }
var _ …
func testReplicaSetServeImageOrFail(ctx context.Context, f *framework.Framework, test string, image string) { … }
func testReplicaSetConditionCheck(ctx context.Context, f *framework.Framework) { … }
func testRSAdoptMatchingAndReleaseNotMatching(ctx context.Context, f *framework.Framework) { … }
func testRSScaleSubresources(ctx context.Context, f *framework.Framework) { … }
func testRSLifeCycle(ctx context.Context, f *framework.Framework) { … }
func listRSDeleteCollection(ctx context.Context, f *framework.Framework) { … }
func testRSStatus(ctx context.Context, f *framework.Framework) { … }