Add overload manager to bootstrap config (#4038)
Initialize on startup and add documentation (issue #373) Risk Level: low Testing: unit tests Docs Changes: add docs for overload manager Signed-off-by: Elisha Ziskind <eziskind@google.com> Mirrored from https://github.com/envoyproxy/envoy @ 14140ad83293d2cb4fcf356064ed98c3bffa295bpull/620/head
parent
27371599d3
commit
60170a36bb
7 changed files with 31 additions and 10 deletions
@ -1,8 +1,14 @@ |
||||
load("//bazel:api_build_system.bzl", "api_proto_library_internal") |
||||
load("//bazel:api_build_system.bzl", "api_go_proto_library", "api_proto_library_internal") |
||||
|
||||
licenses(["notice"]) # Apache 2 |
||||
|
||||
api_proto_library_internal( |
||||
name = "overload", |
||||
srcs = ["overload.proto"], |
||||
visibility = ["//visibility:public"], |
||||
) |
||||
|
||||
api_go_proto_library( |
||||
name = "overload", |
||||
proto = ":overload", |
||||
) |
||||
|
Loading…
Reference in new issue