kubernetes/pkg/registry/core/replicationcontroller/storage/storage_test.go

const namespace

const name

func newStorage(t *testing.T) (ControllerStorage, *etcd3testing.EtcdTestServer) {}

// createController is a helper function that returns a controller with the updated resource version.
func createController(storage *REST, rc api.ReplicationController, t *testing.T) (api.ReplicationController, error) {}

func validNewController() *api.ReplicationController {}

var validController

func TestCreate(t *testing.T) {}

func TestUpdate(t *testing.T) {}

func TestDelete(t *testing.T) {}

func TestGenerationNumber(t *testing.T) {}

func TestGet(t *testing.T) {}

func TestList(t *testing.T) {}

func TestWatch(t *testing.T) {}

func TestUpdateStatus(t *testing.T) {}

func TestScaleGet(t *testing.T) {}

func TestScaleUpdate(t *testing.T) {}

func TestShortNames(t *testing.T) {}

func TestCategories(t *testing.T) {}

func TestScalePatchErrors(t *testing.T) {}

func TestScalePatchConflicts(t *testing.T) {}