You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
k3s/vendor/k8s.io/cluster-bootstrap/BUILD

18 lines
427 B

6 years ago
filegroup(
name = "package-srcs",
srcs = glob(["**"]),
tags = ["automanaged"],
visibility = ["//visibility:private"],
)
filegroup(
name = "all-srcs",
6 years ago
srcs = [
":package-srcs",
5 years ago
"//staging/src/k8s.io/cluster-bootstrap/token/api:all-srcs",
"//staging/src/k8s.io/cluster-bootstrap/token/util:all-srcs",
6 years ago
],
6 years ago
tags = ["automanaged"],
5 years ago
visibility = ["//visibility:public"],
6 years ago
)