kubernetes/pkg/registry/batch/job/storage/storage_test.go

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

func validNewJob() *batch.Job {}

func validNewV1Job() *batchv1.Job {}

func TestCreate(t *testing.T) {}

func TestUpdate(t *testing.T) {}

func TestDelete(t *testing.T) {}

type dummyRecorder

func (r *dummyRecorder) AddWarning(agent, text string) {}

func (r *dummyRecorder) getWarning() string {}

var _

func TestJobDeletion(t *testing.T) {}

func TestGet(t *testing.T) {}

func TestList(t *testing.T) {}

func TestWatch(t *testing.T) {}

func newBool(val bool) *bool {}

func TestCategories(t *testing.T) {}