[READ ONLY MIRROR] Envoy REST/proto API definitions and documentation. (grpc依赖)
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
update-envoy[bot] 6fc033aea9 deps/api: Bump `envoy_toolshed` -> 0.1.13 (#36892) 4 weeks ago
.circleci
.github/workflows
bazel deps/api: Bump `envoy_toolshed` -> 0.1.13 (#36892) 4 weeks ago
ci
contrib/envoy/extensions Revert "Revert "generic proxy: move generic proxy from contrib into extension (#35134) 4 months ago
envoy quic: add debug visitor to export various quic stats from quiche (#36813) 4 weeks ago
examples/service_envoy
test bazel: rename `@com_github_cncf_udpa` to `@com_github_cncf_xds` (#30802) 1 year ago
tools
versioning quic: add debug visitor to export various quic stats from quiche (#36813) 4 weeks ago
.clang-format
.gitignore
API_VERSIONING.md docs: minor fixes to API docs (#30480) 1 year ago
BUILD quic: add debug visitor to export various quic stats from quiche (#36813) 4 weeks ago
CONTRIBUTING.md docs: Improve builds for Envoy and mobile (stamping) (#29887) 1 year ago
LICENSE
README.md
STYLE.md API: change style guide to discourage use of "oneof" (#30851) 1 year ago
buf.lock
buf.yaml buf/api: Fix warning about missing import (#28782) 1 year ago
go.mod
review_checklist.md

README.md

Data plane API

This tree hosts the configuration and APIs that drive Envoy. The APIs are also in some cases used by other proxy solutions that aim to interoperate with management systems and configuration generators that are built against this standard. Thus, we consider these a set of universal data plane APIs. See this blog post for more information on the universal data plane concept.

Repository structure

The API tree can be found at two locations:

Further API reading