move storage/storagebackend to apiserver

This commit is contained in:
deads2k
2017-01-26 14:42:01 -05:00
parent 9775269fb9
commit aea12038b4
41 changed files with 47 additions and 71 deletions

View File

@@ -14,8 +14,8 @@ go_test(
library = ":go_default_library",
tags = ["automanaged"],
deps = [
"//pkg/storage/storagebackend:go_default_library",
"//vendor:k8s.io/apimachinery/pkg/runtime/schema",
"//vendor:k8s.io/apiserver/pkg/storage/storagebackend",
],
)

View File

@@ -20,7 +20,7 @@ import (
"testing"
"k8s.io/apimachinery/pkg/runtime/schema"
"k8s.io/kubernetes/pkg/storage/storagebackend"
"k8s.io/apiserver/pkg/storage/storagebackend"
)
func TestGetServersToValidate(t *testing.T) {