kubernetes/pkg/registry/storage/volumeattachment/storage/storage_test.go

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

func validNewVolumeAttachment(name string) *storageapi.VolumeAttachment {}

func TestCreate(t *testing.T) {}

func TestUpdate(t *testing.T) {}

func TestDelete(t *testing.T) {}

func TestGet(t *testing.T) {}

func TestList(t *testing.T) {}

func TestWatch(t *testing.T) {}

func TestEtcdStatusUpdate(t *testing.T) {}