Enable auto-generating sources rules

This commit is contained in:
Jeff Grafton
2017-01-03 14:40:41 -08:00
parent f8288ed1f3
commit 20d221f75c
1002 changed files with 14557 additions and 1 deletions

View File

@@ -36,3 +36,19 @@ go_library(
"//vendor:k8s.io/apiserver/pkg/healthz",
],
)
filegroup(
name = "package-srcs",
srcs = glob(["**"]),
tags = ["automanaged"],
visibility = ["//visibility:private"],
)
filegroup(
name = "all-srcs",
srcs = [
":package-srcs",
"//cmd/cloud-controller-manager/app/options:all-srcs",
],
tags = ["automanaged"],
)

View File

@@ -20,3 +20,16 @@ go_library(
"//vendor:github.com/spf13/pflag",
],
)
filegroup(
name = "package-srcs",
srcs = glob(["**"]),
tags = ["automanaged"],
visibility = ["//visibility:private"],
)
filegroup(
name = "all-srcs",
srcs = [":package-srcs"],
tags = ["automanaged"],
)