Autogenerated: hack/update-bazel.sh

Kubernetes-commit: ef56a8d6bb3800ab7803713eafc4191e8202ad6e
This commit is contained in:
Jeff Grafton 2018-02-16 13:43:01 -08:00 committed by Kubernetes Publisher
parent 07ac1ce76e
commit 6b0f73bee0

1
BUILD
View File

@ -38,7 +38,6 @@ go_library(
go_binary(
name = "sample-controller",
embed = [":go_default_library"],
importpath = "k8s.io/sample-controller",
visibility = ["//visibility:public"],
)