k3s/federation/cluster/BUILD

15 lines
232 B
Python
Raw Normal View History

2016-10-19 21:42:06 +00:00
package(default_visibility = ["//visibility:public"])
licenses(["notice"])
load(
"@io_bazel_rules_go//go:def.bzl",
"go_binary",
)
go_binary(
name = "cluster",
srcs = ["template.go"],
tags = ["automanaged"],
)