var rcgvr …
var rsgvr …
var deploygvr …
var stsgvr …
func TestReplicationControllerScaleRetry(t *testing.T) { … }
func TestReplicationControllerScaleInvalid(t *testing.T) { … }
func TestReplicationControllerScale(t *testing.T) { … }
func TestReplicationControllerScaleFailsPreconditions(t *testing.T) { … }
func TestDeploymentScaleRetry(t *testing.T) { … }
func TestDeploymentScale(t *testing.T) { … }
func TestDeploymentScaleInvalid(t *testing.T) { … }
func TestDeploymentScaleFailsPreconditions(t *testing.T) { … }
func TestStatefulSetScale(t *testing.T) { … }
func TestStatefulSetScaleRetry(t *testing.T) { … }
func TestStatefulSetScaleInvalid(t *testing.T) { … }
func TestStatefulSetScaleFailsPreconditions(t *testing.T) { … }
func TestReplicaSetScale(t *testing.T) { … }
func TestReplicaSetScaleRetry(t *testing.T) { … }
func TestReplicaSetScaleInvalid(t *testing.T) { … }
func TestReplicaSetsGetterFailsPreconditions(t *testing.T) { … }
func TestGenericScaleSimple(t *testing.T) { … }
func TestGenericScale(t *testing.T) { … }
func createFakeScaleClient(resource string, resourceName string, replicas int, errorsOnVerb map[string]*apierrors.StatusError) *fakescale.FakeScaleClient { … }