autogenerated

This commit is contained in:
Mike Danese
2016-12-29 13:02:00 -08:00
parent 087016dd1c
commit 161c391f44
512 changed files with 1081 additions and 614 deletions

View File

@@ -5,10 +5,17 @@ licenses(["notice"])
load(
"@io_bazel_rules_go//go:def.bzl",
"go_binary",
"go_library",
)
go_binary(
name = "kubelet",
library = ":go_default_library",
tags = ["automanaged"],
)
go_library(
name = "go_default_library",
srcs = ["kubelet.go"],
tags = ["automanaged"],
deps = [

View File

@@ -110,7 +110,7 @@ go_test(
"bootstrap_test.go",
"server_test.go",
],
library = "go_default_library",
library = ":go_default_library",
tags = ["automanaged"],
deps = [
"//pkg/client/restclient:go_default_library",