Autogenerated: hack/update-bazel.sh

This commit is contained in:
Jeff Grafton
2018-02-16 13:43:01 -08:00
parent 7cf152e0b0
commit ef56a8d6bb
806 changed files with 31 additions and 829 deletions

View File

@@ -33,7 +33,6 @@ go_test(
"openapi_test.go",
],
data = ["//api/openapi-spec:swagger-spec"],
importpath = "k8s.io/kubernetes/pkg/kubectl/cmd/util/openapi_test",
deps = [
":go_default_library",
"//pkg/kubectl/cmd/util/openapi/testing:go_default_library",

View File

@@ -28,7 +28,6 @@ go_test(
],
data = ["//api/openapi-spec:swagger-spec"],
embed = [":go_default_library"],
importpath = "k8s.io/kubernetes/pkg/kubectl/cmd/util/openapi/validation",
deps = [
"//pkg/api/testapi:go_default_library",
"//pkg/kubectl/cmd/util/openapi:go_default_library",