forked from envoyproxy/envoy
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #12 from envoyproxy/master
Sync Fork from Upstream Repo
- Loading branch information
Showing
498 changed files
with
18,828 additions
and
2,053 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -39,6 +39,7 @@ routing PRs, questions, etc. to the right place. | |
* All maintainers | ||
* Piotr Sikora ([PiotrSikora](https://github.com/PiotrSikora)) ([email protected]) | ||
* Yan Avlasov ([yanavlasov](https://github.com/yanavlasov)) ([email protected]) | ||
* Asra Ali ([asraa](https://github.com/asraa)) ([email protected]) | ||
|
||
# Emeritus maintainers | ||
|
||
|
@@ -60,3 +61,5 @@ matter expert reviews. Feel free to loop them in as needed. | |
* Bazel/build. | ||
* Daniel Hochman ([danielhochman](https://github.com/danielhochman)) ([email protected]) | ||
* Redis, Python, configuration/operational questions. | ||
* Yuchen Dai ([lambdai](https://github.com/lambdai)) ([email protected]) | ||
* v2 xDS, listeners, filter chain discovery service. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
load("@io_bazel_rules_go//proto:compiler.bzl", "go_proto_compiler") | ||
|
||
licenses(["notice"]) # Apache 2 | ||
|
||
go_proto_compiler( | ||
name = "pgv_plugin_go", | ||
options = ["lang=go"], | ||
plugin = "@com_envoyproxy_protoc_gen_validate//:protoc-gen-validate", | ||
suffix = ".pb.validate.go", | ||
valid_archive = False, | ||
visibility = ["//visibility:public"], | ||
) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.