mirror of
https://github.com/kubernetes/sample-controller.git
synced 2026-04-12 00:00:26 +08:00
sync: initially remove files BUILD */BUILD BUILD.bazel */BUILD.bazel
This commit is contained in:
18
vendor/k8s.io/code-generator/hack/BUILD
generated
vendored
18
vendor/k8s.io/code-generator/hack/BUILD
generated
vendored
@@ -1,18 +0,0 @@
|
||||
exports_files(
|
||||
glob(["*.txt"]),
|
||||
visibility = ["//visibility:public"],
|
||||
)
|
||||
|
||||
filegroup(
|
||||
name = "package-srcs",
|
||||
srcs = glob(["**"]),
|
||||
tags = ["automanaged"],
|
||||
visibility = ["//visibility:public"],
|
||||
)
|
||||
|
||||
filegroup(
|
||||
name = "all-srcs",
|
||||
srcs = [":package-srcs"],
|
||||
tags = ["automanaged"],
|
||||
visibility = ["//visibility:public"],
|
||||
)
|
||||
Reference in New Issue
Block a user