Files
kubernetes/test/images/resource-consumer/consume-cpu/BUILD
2016-12-12 13:30:07 -08:00

16 lines
299 B
Python

package(default_visibility = ["//visibility:public"])
licenses(["notice"])
load(
"@io_bazel_rules_go//go:def.bzl",
"go_binary",
)
go_binary(
name = "consume-cpu",
srcs = ["consume_cpu.go"],
tags = ["automanaged"],
deps = ["//vendor:bitbucket.org/bertimus9/systemstat"],
)