Autogenerate BUILD files

This commit is contained in:
Jeff Grafton
2017-12-23 13:06:26 -08:00
parent b13263eeb3
commit efee0704c6
825 changed files with 6006 additions and 1311 deletions

View File

@@ -7,6 +7,7 @@ load("//pkg/version:def.bzl", "version_x_defs")
go_binary(
name = "kubectl",
embed = [":go_default_library"],
gc_linkopts = select({
# Mac OS X doesn't support static binaries:
# https://developer.apple.com/library/content/qa/qa1118/_index.html
@@ -19,7 +20,6 @@ go_binary(
],
}),
importpath = "k8s.io/kubernetes/cmd/kubectl",
library = ":go_default_library",
visibility = ["//visibility:public"],
x_defs = version_x_defs(),
)