BUILD 1.7 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546
  1. package(default_visibility = ["//visibility:public"])
  2. filegroup(
  3. name = "package-srcs",
  4. srcs = glob(["**"]),
  5. tags = ["automanaged"],
  6. visibility = ["//visibility:private"],
  7. )
  8. filegroup(
  9. name = "all-srcs",
  10. srcs = [
  11. ":package-srcs",
  12. "//test/images/agnhost:all-srcs",
  13. "//test/images/apparmor-loader:all-srcs",
  14. "//test/images/audit-proxy:all-srcs",
  15. "//test/images/crd-conversion-webhook:all-srcs",
  16. "//test/images/echoserver:all-srcs",
  17. "//test/images/entrypoint-tester:all-srcs",
  18. "//test/images/fakegitserver:all-srcs",
  19. "//test/images/inclusterclient:all-srcs",
  20. "//test/images/liveness:all-srcs",
  21. "//test/images/logs-generator:all-srcs",
  22. "//test/images/metadata-concealment:all-srcs",
  23. "//test/images/mounttest:all-srcs",
  24. "//test/images/net:all-srcs",
  25. "//test/images/netexec:all-srcs",
  26. "//test/images/nettest:all-srcs",
  27. "//test/images/no-snat-test:all-srcs",
  28. "//test/images/no-snat-test-proxy:all-srcs",
  29. "//test/images/nonewprivs:all-srcs",
  30. "//test/images/pets/peer-finder:all-srcs",
  31. "//test/images/port-forward-tester:all-srcs",
  32. "//test/images/porter:all-srcs",
  33. "//test/images/regression-issue-74839:all-srcs",
  34. "//test/images/resource-consumer:all-srcs",
  35. "//test/images/resource-consumer-controller:all-srcs",
  36. "//test/images/sample-apiserver:all-srcs",
  37. "//test/images/sample-device-plugin:all-srcs",
  38. "//test/images/serve-hostname:all-srcs",
  39. "//test/images/test-webserver:all-srcs",
  40. "//test/images/webhook:all-srcs",
  41. ],
  42. tags = ["automanaged"],
  43. )