[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] 062589afa2 deps/api: Bump `com_github_bufbuild_buf` -> 1.41.0 (#36090) 3 months ago
.circleci ci: remove docs/format jobs. (#619) 7 years ago
.github/workflows ci/sync: Use app to push changes (#629) 2 years ago
bazel deps/api: Bump `com_github_bufbuild_buf` -> 1.41.0 (#36090) 3 months ago
ci ci/sync: Use app to push changes (#629) 2 years ago
contrib/envoy/extensions Revert "Revert "generic proxy: move generic proxy from contrib into extension (#35134) 4 months ago
envoy Add a CPU utilization resource monitor for overload manager (#34713) 3 months ago
examples/service_envoy
test bazel: rename `@com_github_cncf_udpa` to `@com_github_cncf_xds` (#30802) 1 year ago
tools tap: Fix the failure of protobuf to PCAP generation (#28180) 1 year ago
versioning Add a CPU utilization resource monitor for overload manager (#34713) 3 months ago
.clang-format
.gitignore
API_VERSIONING.md docs: minor fixes to API docs (#30480) 1 year ago
BUILD Add a CPU utilization resource monitor for overload manager (#34713) 3 months 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