12345678910111213141516171819202122232425262728293031323334353637383940414243444546 |
- package(default_visibility = ["//visibility:public"])
- filegroup(
- name = "package-srcs",
- srcs = glob(["**"]),
- tags = ["automanaged"],
- visibility = ["//visibility:private"],
- )
- filegroup(
- name = "all-srcs",
- srcs = [
- ":package-srcs",
- "//test/images/agnhost:all-srcs",
- "//test/images/apparmor-loader:all-srcs",
- "//test/images/audit-proxy:all-srcs",
- "//test/images/crd-conversion-webhook:all-srcs",
- "//test/images/echoserver:all-srcs",
- "//test/images/entrypoint-tester:all-srcs",
- "//test/images/fakegitserver:all-srcs",
- "//test/images/inclusterclient:all-srcs",
- "//test/images/liveness:all-srcs",
- "//test/images/logs-generator:all-srcs",
- "//test/images/metadata-concealment:all-srcs",
- "//test/images/mounttest:all-srcs",
- "//test/images/net:all-srcs",
- "//test/images/netexec:all-srcs",
- "//test/images/nettest:all-srcs",
- "//test/images/no-snat-test:all-srcs",
- "//test/images/no-snat-test-proxy:all-srcs",
- "//test/images/nonewprivs:all-srcs",
- "//test/images/pets/peer-finder:all-srcs",
- "//test/images/port-forward-tester:all-srcs",
- "//test/images/porter:all-srcs",
- "//test/images/regression-issue-74839:all-srcs",
- "//test/images/resource-consumer:all-srcs",
- "//test/images/resource-consumer-controller:all-srcs",
- "//test/images/sample-apiserver:all-srcs",
- "//test/images/sample-device-plugin:all-srcs",
- "//test/images/serve-hostname:all-srcs",
- "//test/images/test-webserver:all-srcs",
- "//test/images/webhook:all-srcs",
- ],
- tags = ["automanaged"],
- )
|