data-plane-api(Azure Pipelines)
e2b13556f4
api: new subset lb extension api ( #27256 )
...
* api: new subset lb extension api
Signed-off-by: wbpcode <wangbaiping@corp.netease.com>
* fix proto format
Signed-off-by: wbpcode <wangbaiping@corp.netease.com>
* address comment
Signed-off-by: wbpcode <wangbaiping@corp.netease.com>
* add previous message type
Signed-off-by: wbpcode <wangbaiping@corp.netease.com>
---------
Signed-off-by: wbpcode <wangbaiping@corp.netease.com>
Mirrored from https://github.com/envoyproxy/envoy @ 39b25c0bec2a9a6c3e8e776ca0effd742d68d82f
2 years ago
data-plane-api(Azure Pipelines)
6e021b670e
http: Only append to xfh if it was not the last value appended ( #26417 )
...
Signed-off-by: River phillips <riverphillips1@gmail.com>
Mirrored from https://github.com/envoyproxy/envoy @ 6aa3fa96240b79655652cce4918a7a14867a531b
2 years ago
data-plane-api(Azure Pipelines)
eb8248ef69
[rbac] Correct deprecation comment ( #27374 )
...
Change rbac deprecation comment
Signed-off-by: Raven Black <ravenblack@dropbox.com>
Mirrored from https://github.com/envoyproxy/envoy @ e8576f77b7d1082bd5c8f19801da1c4c5ad6a97a
2 years ago
data-plane-api(Azure Pipelines)
fe1520d3a2
Envoy ext_proc filter throw exception when received response timeout Duration is too large ( #27260 )
...
* Adding ext_proc filter config and response timeout Duration PGVs to avoid ext_proc filter fuzzer crash due to duration config out-of-bounds.
Signed-off-by: Yanjun Xiang <yanjunxiang@google.com>
Mirrored from https://github.com/envoyproxy/envoy @ b14b3e875db1436d2239c0affb8f9429196b13dd
2 years ago
data-plane-api(Azure Pipelines)
b15edc54be
access_log: add AccessLogType filter ( #27105 )
...
Signed-off-by: ohadvano <ohadvano@gmail.com>
Mirrored from https://github.com/envoyproxy/envoy @ dddea445402655f7025270aba41cbfc09c153dbc
2 years ago
data-plane-api(Azure Pipelines)
279ddf66f0
api-description: remove duplicated comments words ( #27337 )
...
Signed-off-by: bozhang <bozhang@ebay.com>
Mirrored from https://github.com/envoyproxy/envoy @ b978af64641aa46d3b7012ec1d9f3d7d9fd3b307
2 years ago
data-plane-api(Azure Pipelines)
547cad5bf0
doc: `google_re2` for type type.matcher.v3.RegexMatcher is not required any more ( #26876 )
...
Related to https://github.com/envoyproxy/envoy/issues/26875
Signed-off-by: Davin Kevin <davin.kevin@gmail.com>
Mirrored from https://github.com/envoyproxy/envoy @ 5e834d0d8d18918beddd4a8f1267f9fda8b49807
2 years ago
data-plane-api(Azure Pipelines)
9e2cb423b6
api: clarify ranges of LB config parameters ( #27192 )
...
* api: clarify ranges of LB config parameters
Signed-off-by: Yousuk Seung <ysseung@google.com>
Mirrored from https://github.com/envoyproxy/envoy @ d93958dbef1c2b11587bea6f3eb561bd630b212d
2 years ago
data-plane-api(Azure Pipelines)
3cd025cad1
Updating ext_proc filter clear route cache logic. ( #26388 )
...
Adding in the ability to disable route cache clearing ont he ext_proc filter. Changing the behavior of the clearing to check if there is a header mutation.
Risk Level: Low
Testing: test/extensions/filters/http/ext_proc/filter_test.cc
Docs Changes: docs/root/configuration/http/http_filters/ext_proc_filter.rst
Release Notes: changelogs/current.yaml
Signed-off-by: Joseph Straceski <jstraceski@google.com>
Mirrored from https://github.com/envoyproxy/envoy @ a3f01a5190b56e576842ac3b08b337c181a02bda
2 years ago
data-plane-api(Azure Pipelines)
35a6f889a9
config: moving grpc subscriptions to extensions ( #26742 )
...
Risk Level: low
Testing: n/a
Docs Changes: inline
Release Notes: n/a
Signed-off-by: Alyssa Wilk <alyssar@chromium.org>
Mirrored from https://github.com/envoyproxy/envoy @ 522f0551adf70a9fa27edf7088de0c6d2d14d63f
2 years ago
data-plane-api(Azure Pipelines)
df9cba188c
xds: add config for pick_first LB policy extension ( #26952 )
...
Signed-off-by: Easwar Swaminathan <easwars@google.com>
Mirrored from https://github.com/envoyproxy/envoy @ 7897f75a1f0cc744cbd83191fa37fb485ceabab8
2 years ago
data-plane-api(Azure Pipelines)
0bb9abc1ed
generic proxy: virtual host support for the generic proxy routing ( #26932 )
...
* update proto api of generic proxy
Signed-off-by: wbpcode <wangbaiping@corp.netease.com>
* update comment
Signed-off-by: wbpcode <wangbaiping@corp.netease.com>
* initial common matcher
Signed-off-by: wbpcode <wangbaiping@corp.netease.com>
* complete test
Signed-off-by: wbpcode <wangbaiping@corp.netease.com>
* minor update of new custom matcher
Signed-off-by: wbpcode <wangbaiping@corp.netease.com>
* add const to name() methods
Signed-off-by: wbpcode <wangbaiping@corp.netease.com>
* address all comments
Signed-off-by: wbpcode <wangbaiping@corp.netease.com>
* fix error after merge main
Signed-off-by: wbpcode <wangbaiping@corp.netease.com>
---------
Signed-off-by: wbpcode <wangbaiping@corp.netease.com>
Mirrored from https://github.com/envoyproxy/envoy @ d699a6329de2cd0a2c8aba88907d49cc6dcdd121
2 years ago
data-plane-api(Azure Pipelines)
80d04f6ed7
[rbac] Make deprecation of Principal.source_ip documented ( #26762 )
...
Make deprecation of source_ip documented
Signed-off-by: Raven Black <ravenblack@dropbox.com>
Mirrored from https://github.com/envoyproxy/envoy @ fe274c0277a8633b277f02b720930137280f7529
2 years ago
data-plane-api(Azure Pipelines)
91bf190c58
[balsa] Add config field to enable custom methods. ( #26448 )
...
* [balsa] Add config field to enable custom methods.
This is no behavioral change by default: only methods from a hard-coded
list (that matches the list hard-coded in http-parser, and is slightly
different from the one that will be used by UHV) are accepted.
Then the new knob is true, BalsaParser does the exact same validation as
UHV will by default: method has to be non-empty and only contain allowed
characters.
When UHV method validation logic is turned on in the future, all
validation can be removed from BalsaParser. When non-UHV mode is
deprecated, this new proto field can be removed.
Tracking issue: #21245
Signed-off-by: Bence Béky <bnc@google.com>
Mirrored from https://github.com/envoyproxy/envoy @ 8c17c7a8c91380b2ad5d2e352db94fd1c7571d46
2 years ago
data-plane-api(Azure Pipelines)
d852b5d48d
redis filter: Add rate limit for redis client reconnection ( #26502 )
...
Adding a rate limiting for redis client reconnection rate to avoid reconnection storm on redis server
Risk Level: Low
Testing: Unit test, Manual test with redis
Fixes #26400
Signed-off-by: lgao <lgao@roblox.com>
Mirrored from https://github.com/envoyproxy/envoy @ dbec6f88d6d814829f1988d92e888cdc98c34fb1
2 years ago
data-plane-api(Azure Pipelines)
21707ffaf6
matcher: Add RuntimeFraction input matcher ( #26958 )
...
* matcher: Add RuntimeFraction input matcher
Signed-off-by: Ruslan Nigmatullin <elessar@dropbox.com>
Mirrored from https://github.com/envoyproxy/envoy @ a380096537d1439206c89f413e44d44a8d8a01cb
2 years ago
data-plane-api(Azure Pipelines)
28fc77eb3c
access_log: add ACCESS_LOG_TYPE substitution string ( #26755 )
...
Signed-off-by: ohadvano <ohadvano@gmail.com>
Mirrored from https://github.com/envoyproxy/envoy @ dca0337bcf44ca8df90a86aa6b1c5fb830414dcb
2 years ago
data-plane-api(Azure Pipelines)
0f9d0bb5a0
Add support for per-route domains ( #26847 )
...
Signed-off-by: Jacob Neil Taylor <me@jacobtaylor.id.au>
Mirrored from https://github.com/envoyproxy/envoy @ 9acbd289ae12c0164951641931268c0824168336
2 years ago
data-plane-api(Azure Pipelines)
b746e276b4
stat_sinks: add OpenTelemetry stats sink ( #26620 )
...
Signed-off-by: ohadvano <ohadvano@gmail.com>
Mirrored from https://github.com/envoyproxy/envoy @ a6d46b6ac4750720eec9a49abe701f0df9bf8e0a
2 years ago
data-plane-api(Azure Pipelines)
daea3904e5
[CER] Traverse per route filter hierarchy till match is found. ( #26767 )
...
* [CER] Traverse per route filter hierarchy till match is found.
Mirrored from https://github.com/envoyproxy/envoy @ f63220bdeda9336ce54584e044141eb963d3cb27
2 years ago
data-plane-api(Azure Pipelines)
2110bf3692
build: Move bazel/utils.bzl into api/bazel ( #26858 )
...
Move bazel/utils.bzl into api/bazel
The api/... subtree depends on utils.bzl, but it is stored in //bazel,
not //api/bazel. When the api sub-tree is exported as
"data-plane-api", the resulting repository is not buildable.
This attempts to fix that by changing the canonical location of
utils.bzl and updating the references to it.
Signed-off-by: Ryan Anderson <ryan@michonline.com>
Mirrored from https://github.com/envoyproxy/envoy @ 35ef2c4eeac8e930e3c00e40baaea5271590db41
2 years ago
data-plane-api(Azure Pipelines)
84d576a549
Remove the misleading comment ( #26838 )
...
* Remove the misleading comment
Signed-off-by: tyxia <tyxia@google.com>
Mirrored from https://github.com/envoyproxy/envoy @ 7e4dbfbeb93776a6a4830a2b5b6f067cff6029da
2 years ago
data-plane-api(Azure Pipelines)
510f8c22c4
redis_proxy: add support for formatting redis key ( #26560 )
...
Signed-off-by: deveshkandpal1224 <deveshkandpal1224@gmail.com>
Mirrored from https://github.com/envoyproxy/envoy @ 7000e2565a219ca270d1c889531e6f1732accdbb
2 years ago
data-plane-api(Azure Pipelines)
f28a053a5d
fix crl docs ( #26787 )
...
Signed-off-by: Rama Chavali <rama.rao@salesforce.com>
Mirrored from https://github.com/envoyproxy/envoy @ 635289d8430b01a0e1b5a8e4905b359e1c5bbd1e
2 years ago
data-plane-api(Azure Pipelines)
09674a7549
Geoip filter ( #24318 )
...
Signed-off-by: Kateryna Nezdolii <nezdolik@spotify.com>
Mirrored from https://github.com/envoyproxy/envoy @ 46aecfca0e8930375ebedc2444471332f5b23783
2 years ago
data-plane-api(Azure Pipelines)
6c06e515fb
config: Make gRPC xDS retry backoff configurable ( #24701 )
...
The gRPC xDS implementation uses hardcoded retry durations for re-establishing the gRPC channel. This change makes the backoff parameters configurable.
Risk Level: Low
Testing: unit test
Fixes #24236
Signed-off-by: Jayson Dmello <jdmello@confluent.io>
Mirrored from https://github.com/envoyproxy/envoy @ 672b41532a9f03bc84fbbfec0d1db5b633833f9c
2 years ago
data-plane-api(Azure Pipelines)
8c1c31967b
Overload Manager: Implement LoadshedPoint for Tcp Accept. ( #26706 )
...
* Implement TCP Accept LoadShedPoint.
Signed-off-by: Kevin Baichoo <kbaichoo@google.com>
Mirrored from https://github.com/envoyproxy/envoy @ 1219e3f53c2cf14c397fe0337c2fd1a342a3af91
2 years ago
data-plane-api(Azure Pipelines)
0bc7653228
api: add stdout audit logger for RBAC audit logging. ( #26453 )
...
* Add stdout audit logger for RBAC audit logging.
Signed-off-by: Luwei Ge <lwge@google.com>
Mirrored from https://github.com/envoyproxy/envoy @ ce2ee7608faa34421a65be9986c29d0cc5d5e608
2 years ago
data-plane-api(Azure Pipelines)
a59b9cc96f
router: add periodic upstream access log option ( #26733 )
...
Signed-off-by: Ohad Vano <ohadvano@gmail.com>
Mirrored from https://github.com/envoyproxy/envoy @ 990b934a3c1d80ab9436422caa0d21e3e6fcd7ff
2 years ago
data-plane-api(Azure Pipelines)
da30f47d1e
fix client sampling annotation ( #26751 )
...
Signed-off-by: wangkai19 <wangkai19@corp.netease.com>
Mirrored from https://github.com/envoyproxy/envoy @ b5ff42d5025a669065902c7a45f5088c31b2fbbc
2 years ago
data-plane-api(Azure Pipelines)
c03c6b8e89
router: add upstream access log option on upstream stream ( #26515 )
...
Commit Message:
Additional Description: Follow up to #26155 , enabling a similar feature for upstream access logs - record an access log on upstream connection established, if requested.
Risk Level: Low
Testing: Unit tests, integration tests
Docs Changes: router API
Release Notes: none
Platform Specific Features: none
Signed-off-by: Ohad Vano <ohadvano@gmail.com>
Signed-off-by: ohadvano <49730675+ohadvano@users.noreply.github.com>
Mirrored from https://github.com/envoyproxy/envoy @ 49a2fc0e4dbfd608737d06ab0a9b94ca4fc73104
2 years ago
data-plane-api(Azure Pipelines)
d5b023a95e
hcm: group access log options in a protobuf message ( #26441 )
...
Signed-off-by: Ohad Vano <ohadvano@gmail.com>
Mirrored from https://github.com/envoyproxy/envoy @ 88161745fef81d68363913e8494664a3ce768bf5
2 years ago
data-plane-api(Azure Pipelines)
7ba3449425
tcp_proxy: group access log options in a protobuf message ( #26495 )
...
Signed-off-by: Ohad Vano <ohadvano@gmail.com>
Mirrored from https://github.com/envoyproxy/envoy @ 7b99cf48dffbe8f7983fd03a22e7ae617fa9789c
2 years ago
data-plane-api(Azure Pipelines)
0006f3631f
Overload Manager: Implement LoadShedPoint. ( #26578 )
...
* Implement Overload Manager LoadShedPoint.
Signed-off-by: Kevin Baichoo <kbaichoo@google.com>
Mirrored from https://github.com/envoyproxy/envoy @ b824baf79e912b56cef5173566896a5e031af610
2 years ago
data-plane-api(Azure Pipelines)
2456249b61
http2: adds a protocol option for which HTTP/2 codec to use. ( #26524 )
...
Commit Message: Adds a protocol option for which HTTP/2 codec to use.
Additional Description:
Risk Level: low
Testing: ran unit tests and integration tests locally
Docs Changes: n/a
Release Notes: n/a
Platform Specific Features:
Signed-off-by: Biren Roy <birenroy@google.com>
Mirrored from https://github.com/envoyproxy/envoy @ 73115db835f27a79a79a44b8ee8f7ac4333891c7
2 years ago
data-plane-api(Azure Pipelines)
6838c0f6c7
golang filter: move go.mod & go.sum to the root directory. ( #26606 )
...
Signed-off-by: doujiang24 <doujiang24@gmail.com>
Mirrored from https://github.com/envoyproxy/envoy @ 8eb62df1a4913e4dab1b4f02ff97b40781013193
2 years ago
data-plane-api(Azure Pipelines)
9e0602b523
metrics service: allow only histogram summaries ( #25812 )
...
Commit Message: Allow only histogram summaries in metric service
Additional Description: Histogram metrics by default send two metrics Summary (containing quantiles) and Histogram (containing all the buckets), this makes payloads extremely large when handling lots of stats. In some cases, only having the summary is enough, since we can get sum, count, and percentiles. Furthermore, it probably only makes sense to send one of both, if I were to need buckets, then Summary is probably useless.
Risk Level: low, off by default
Testing:
Docs Changes:
Release Notes:
Platform Specific Features:
Signed-off-by: Sebastian Schepens <sebastian.schepens@mercadolibre.com>
Mirrored from https://github.com/envoyproxy/envoy @ c40aca4c1b51f2089fd33e70b393041c6b291064
2 years ago
data-plane-api(Azure Pipelines)
b88832427b
build: moving filesystem subscription ( #26521 )
...
Risk Level: low
Testing: n/a
Docs Changes: n/a
Release Notes: inline
#26450
Signed-off-by: Alyssa Wilk <alyssar@chromium.org>
Mirrored from https://github.com/envoyproxy/envoy @ a75b99df543f7ccb9f562fd6abcd3173eaa445b5
2 years ago
data-plane-api(Azure Pipelines)
68d4315167
proto_format: Optimize and cleanup ( #26496 )
...
Signed-off-by: Ryan Northey <ryan@synca.io>
Mirrored from https://github.com/envoyproxy/envoy @ bd346d51816e149eb1b1390164c558357acfa147
2 years ago
data-plane-api(Azure Pipelines)
c852242e23
api: wrap the audit logger extension with an is_optional bool ( #26415 )
...
Signed-off-by: Luwei Ge <lwge@google.com>
Mirrored from https://github.com/envoyproxy/envoy @ 38d6cfa44ab28fbf6f78eff182a54a9a79bd678c
2 years ago
data-plane-api(Azure Pipelines)
2c005c080f
access_logs: resolve current duration for %DURATION% ( #26203 )
...
Signed-off-by: Ohad Vano <ohadvano@gmail.com>
Mirrored from https://github.com/envoyproxy/envoy @ 3a56e84b4f4b38ed6278f66c8411f038d697114c
2 years ago
data-plane-api(Azure Pipelines)
6292fd6d1a
build: moving rest config subscription to extensions ( #26469 )
...
Risk Level: low
Testing: n/a
Docs Changes: n/a
Release Notes: inline
#26450
Signed-off-by: Alyssa Wilk <alyssar@chromium.org>
Mirrored from https://github.com/envoyproxy/envoy @ d32189df676e84be7d0328dcaf6df889e11ceb6e
2 years ago
data-plane-api(Azure Pipelines)
70092e771b
deps: Bump `opencensus_proto` -> 0.4.1 ( #26446 )
...
Signed-off-by: Ryan Northey <ryan@synca.io>
Mirrored from https://github.com/envoyproxy/envoy @ aa02be22f513d0d14fd0038c9d960c233cf92295
2 years ago
data-plane-api(Azure Pipelines)
db51b44245
tls: add option to set signature algorithms ( #26167 )
...
Add a new optional field to TlsParameters to configure signature algorithms.
The value is used during TLS handshake in TLS Signature Algorithms extension.
It indicates which signature algorithms may be used for digital signatures.
The value can be used for both DownstreamTlsContext and UpstreamTlsContext.
Signed-off-by: Tero Saarni <tero.saarni@est.tech>
Mirrored from https://github.com/envoyproxy/envoy @ 084794dd06c36edbcb27e05dc06c9d56a72b403f
2 years ago
data-plane-api(Azure Pipelines)
2d0a93568a
http: add on-upstream-connected access log flush ( #26155 )
...
Signed-off-by: Ohad Vano <ohadvano@gmail.com>
Mirrored from https://github.com/envoyproxy/envoy @ 758e277c3c436bf6e2acd285fa07a4d719065118
2 years ago
data-plane-api(Azure Pipelines)
c6aed655a8
accesslog: add fields to data.accesslog.v3.AccessLogCommon ( #25575 )
...
* accesslog: add fields to ALS proto
Signed-off-by: Lex Herbert <lex.herbert@gmail.com>
* update code to match proto changes
Signed-off-by: Lex Herbert <lex.herbert@gmail.com>
* address PR feedback
Signed-off-by: Lex Herbert <lex.herbert@gmail.com>
---------
Signed-off-by: Lex Herbert <lex.herbert@gmail.com>
Mirrored from https://github.com/envoyproxy/envoy @ a565b6e68ab269540a16c03fa5a6183d0cb3094f
2 years ago
data-plane-api(Azure Pipelines)
bbc4599be9
api: remove WIP from k-v store ( #26372 )
...
Signed-off-by: Alyssa Wilk <alyssar@chromium.org>
Mirrored from https://github.com/envoyproxy/envoy @ c1191910be18c309c1ff6795cc67402f3131e4e3
2 years ago
data-plane-api(Azure Pipelines)
76b7f0785c
ext-authz: send SNI in CheckRequest to the authorization server ( #25775 )
...
Signed-off-by: Harry Bagdi <harrybagdi@gmail.com>
Mirrored from https://github.com/envoyproxy/envoy @ 89eabf6847cbe0cdb786ae776c73e165483e82a6
2 years ago
data-plane-api(Azure Pipelines)
81f0aab40e
deps: Update protoc-gen-validate to 0.10.1 ( #26233 )
...
Signed-off-by: Yan Avlasov <yavlasov@google.com>
Mirrored from https://github.com/envoyproxy/envoy @ d79bc73686506d1ba0f6f5d5e7c80c773103a9e5
2 years ago
data-plane-api(Azure Pipelines)
2f68fd3c2e
golang extension: implement cluster_specifier_plugin to choose cluster dynamically ( #25677 )
...
* wip: cluster specifier.
Signed-off-by: doujiang24 <doujiang24@gmail.com>
* goland happy.
Signed-off-by: doujiang24 <doujiang24@gmail.com>
* go module build ok.
Signed-off-by: doujiang24 <doujiang24@gmail.com>
* resue the utils module.
Signed-off-by: doujiang24 <doujiang24@gmail.com>
* golang filter test ok.
Signed-off-by: doujiang24 <doujiang24@gmail.com>
* wip: C++ not compile ok yet.
Signed-off-by: doujiang24 <doujiang24@gmail.com>
* c++ compile ok.
Signed-off-by: doujiang24 <doujiang24@gmail.com>
* simple work.
Signed-off-by: doujiang24 <doujiang24@gmail.com>
* change go.mod.
Signed-off-by: doujiang24 <doujiang24@gmail.com>
* http filters test passed.
Signed-off-by: doujiang24 <doujiang24@gmail.com>
* prepare cluster test.
Signed-off-by: doujiang24 <doujiang24@gmail.com>
* cluster specifier test.
Signed-off-by: doujiang24 <doujiang24@gmail.com>
* cluster specifier: make the headermap API simple.
Signed-off-by: doujiang24 <doujiang24@gmail.com>
* test compile.
Signed-off-by: doujiang24 <doujiang24@gmail.com>
* code tweak.
Signed-off-by: doujiang24 <doujiang24@gmail.com>
* configFactory.
Signed-off-by: doujiang24 <doujiang24@gmail.com>
* compile ok.
Signed-off-by: doujiang24 <doujiang24@gmail.com>
* test: default_cluster.
Signed-off-by: doujiang24 <doujiang24@gmail.com>
* tweak.
Signed-off-by: doujiang24 <doujiang24@gmail.com>
* recover panic.
Signed-off-by: doujiang24 <doujiang24@gmail.com>
* validator plugin_id from golang.
Signed-off-by: doujiang24 <doujiang24@gmail.com>
* fix format.
Signed-off-by: doujiang24 <doujiang24@gmail.com>
* make deps simplier.
Signed-off-by: doujiang24 <doujiang24@gmail.com>
* tweak proto comments.
Signed-off-by: doujiang24 <doujiang24@gmail.com>
* update go.mod.
Signed-off-by: doujiang24 <doujiang24@gmail.com>
* format tweak.
Signed-off-by: doujiang24 <doujiang24@gmail.com>
* add metadata.
Signed-off-by: doujiang24 <doujiang24@gmail.com>
* add extenstion categories.
Signed-off-by: doujiang24 <doujiang24@gmail.com>
* add doc.
Signed-off-by: doujiang24 <doujiang24@gmail.com>
* doc cluster_specifier.
Signed-off-by: doujiang24 <doujiang24@gmail.com>
* doc: extension category
Signed-off-by: doujiang24 <doujiang24@gmail.com>
* used registry in Go filter plugin.
Signed-off-by: doujiang24 <doujiang24@gmail.com>
* update deps.
Signed-off-by: doujiang24 <doujiang24@gmail.com>
* upgrade golang/x/* version.
Signed-off-by: doujiang24 <doujiang24@gmail.com>
* fix dso test.
Signed-off-by: doujiang24 <doujiang24@gmail.com>
* revert change in examples/grpc-bridge/server/go.mod.
Signed-off-by: doujiang24 <doujiang24@gmail.com>
* address comments.
Signed-off-by: doujiang24 <doujiang24@gmail.com>
* style fix: NOLINT(readability-identifier-naming)
Signed-off-by: doujiang24 <doujiang24@gmail.com>
* remove unused function.
Signed-off-by: doujiang24 <doujiang24@gmail.com>
* clang code style fix.
Signed-off-by: doujiang24 <doujiang24@gmail.com>
* address comments.
Signed-off-by: doujiang24 <doujiang24@gmail.com>
* refactor dso load and Go API regsitry.
Signed-off-by: doujiang24 <doujiang24@gmail.com>
* rename http/cluster_specifier => router/cluster_specifier.
Signed-off-by: doujiang24 <doujiang24@gmail.com>
* address comments.
Signed-off-by: doujiang24 <doujiang24@gmail.com>
* protected => private.
Signed-off-by: doujiang24 <doujiang24@gmail.com>
* works.
Signed-off-by: doujiang24 <doujiang24@gmail.com>
* fix format.
Signed-off-by: doujiang24 <doujiang24@gmail.com>
* fix clang tidy.
Signed-off-by: doujiang24 <doujiang24@gmail.com>
* address comments.
Signed-off-by: doujiang24 <doujiang24@gmail.com>
* fix format.
Signed-off-by: doujiang24 <doujiang24@gmail.com>
---------
Signed-off-by: doujiang24 <doujiang24@gmail.com>
Mirrored from https://github.com/envoyproxy/envoy @ 3c7612f595f67fd8905e172129b09d5dce66a89a
2 years ago