Commit 6afc1303 authored by Katharine Berry's avatar Katharine Berry

Add autogenerated BUILD files.

parent 254618ed
...@@ -16,6 +16,7 @@ filegroup( ...@@ -16,6 +16,7 @@ filegroup(
"//pkg/util/config:all-srcs", "//pkg/util/config:all-srcs",
"//pkg/util/configz:all-srcs", "//pkg/util/configz:all-srcs",
"//pkg/util/conntrack:all-srcs", "//pkg/util/conntrack:all-srcs",
"//pkg/util/coverage:all-srcs",
"//pkg/util/dbus:all-srcs", "//pkg/util/dbus:all-srcs",
"//pkg/util/ebtables:all-srcs", "//pkg/util/ebtables:all-srcs",
"//pkg/util/env:all-srcs", "//pkg/util/env:all-srcs",
......
load("@io_bazel_rules_go//go:def.bzl", "go_library")
go_library(
name = "go_default_library",
srcs = [
"coverage_disabled.go",
"fake_test_deps.go",
],
importpath = "k8s.io/kubernetes/pkg/util/coverage",
visibility = ["//visibility:public"],
)
filegroup(
name = "package-srcs",
srcs = glob(["**"]),
tags = ["automanaged"],
visibility = ["//visibility:private"],
)
filegroup(
name = "all-srcs",
srcs = [":package-srcs"],
tags = ["automanaged"],
visibility = ["//visibility:public"],
)
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment