Commit 7c5e354e authored by Dr. Stefan Schimanski's avatar Dr. Stefan Schimanski

Update bazel

parent 5dc31d35
......@@ -21,6 +21,7 @@ go_library(
"resource_config.go",
"resource_encoding_config.go",
"reststorage_interfaces.go",
"serve.go",
"storage_factory.go",
"tunneler.go",
],
......@@ -66,6 +67,7 @@ go_library(
"//vendor:github.com/emicklei/go-restful",
"//vendor:github.com/go-openapi/spec",
"//vendor:github.com/golang/glog",
"//vendor:github.com/pkg/errors",
"//vendor:github.com/prometheus/client_golang/prometheus",
"//vendor:gopkg.in/natefinch/lumberjack.v2",
],
......@@ -77,6 +79,7 @@ go_test(
"default_storage_factory_builder_test.go",
"genericapiserver_test.go",
"resource_config_test.go",
"serve_test.go",
"server_run_options_test.go",
"storage_factory_test.go",
"tunneler_test.go",
......@@ -100,6 +103,7 @@ go_test(
"//pkg/registry/core/service/ipallocator:go_default_library",
"//pkg/storage/etcd/testing:go_default_library",
"//pkg/storage/storagebackend:go_default_library",
"//pkg/util/cert:go_default_library",
"//pkg/util/clock:go_default_library",
"//pkg/util/sets:go_default_library",
"//pkg/version:go_default_library",
......
......@@ -17,6 +17,7 @@ go_library(
"configuration_map.go",
"doc.go",
"feature_gate.go",
"namedcertkey_flag.go",
],
tags = ["automanaged"],
deps = [
......@@ -31,6 +32,7 @@ go_test(
srcs = [
"config_test.go",
"feature_gate_test.go",
"namedcertkey_flag_test.go",
],
library = "go_default_library",
tags = ["automanaged"],
......
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