mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-02 08:17:26 +00:00
Fix BUILD files
This commit is contained in:
parent
3579017b86
commit
3afeb7cd3c
@ -9,7 +9,7 @@ pkg_tar(
|
|||||||
"container-linux/configure-helper.sh",
|
"container-linux/configure-helper.sh",
|
||||||
"gci/configure-helper.sh",
|
"gci/configure-helper.sh",
|
||||||
"gci/health-monitor.sh",
|
"gci/health-monitor.sh",
|
||||||
"gci/mounter/mounter",
|
"//cluster/gce/gci/mounter",
|
||||||
],
|
],
|
||||||
mode = "0755",
|
mode = "0755",
|
||||||
strip_prefix = ".",
|
strip_prefix = ".",
|
||||||
|
@ -2,6 +2,13 @@ package(default_visibility = ["//visibility:public"])
|
|||||||
|
|
||||||
licenses(["notice"])
|
licenses(["notice"])
|
||||||
|
|
||||||
|
load(
|
||||||
|
"@io_bazel_rules_go//go:def.bzl",
|
||||||
|
"go_binary",
|
||||||
|
"go_library",
|
||||||
|
"go_test",
|
||||||
|
)
|
||||||
|
|
||||||
filegroup(
|
filegroup(
|
||||||
name = "package-srcs",
|
name = "package-srcs",
|
||||||
srcs = glob(["**"]),
|
srcs = glob(["**"]),
|
||||||
|
Loading…
Reference in New Issue
Block a user