Run hack/update-bazel

This commit is contained in:
Lee Cattarin 2019-03-04 15:44:57 -08:00 committed by Patrick Lang
parent d63c90e25f
commit c0e079bb15

View File

@ -6,6 +6,7 @@ go_library(
name = "go_default_library",
srcs = [
"density.go",
"dns.go",
"framework.go",
"gmsa.go",
"hybrid_network.go",
@ -13,7 +14,6 @@ go_library(
"networking.go",
"service.go",
"volumes.go",
"dns.go",
],
importpath = "k8s.io/kubernetes/test/e2e/windows",
visibility = ["//visibility:public"],