File tree 1 file changed +9
-4
lines changed
1 file changed +9
-4
lines changed Original file line number Diff line number Diff line change 1
1
# Data plane API
2
2
3
- This repository hosts the configuration and APIs that drive [ Envoy] ( https://www.envoyproxy.io/ ) . The
3
+ This tree hosts the configuration and APIs that drive [ Envoy] ( https://www.envoyproxy.io/ ) . The
4
4
APIs are also in some cases used by other proxy solutions that aim to interoperate with management
5
5
systems and configuration generators that are built against this standard. Thus, we consider these a
6
6
set of * universal data plane* APIs. See [ this] ( https://medium.com/@mattklein123/the-universal-data-plane-api-d15cec7a )
7
7
blog post for more information on the universal data plane concept.
8
8
9
- Additionally, all of the documentation for the Envoy project is built directly from this repository.
10
- This allows us to keep all of our documentation next to the configuration and APIs that derive it.
9
+ # Repository structure
11
10
12
- # Further reading
11
+ The API tree can be found at two locations:
12
+ * https://github.com/envoyproxy/envoy/tree/master/api - canonical read/write home for the APIs.
13
+ * https://github.com/envoyproxy/data-plane-api - read-only mirror of
14
+ https://github.com/envoyproxy/envoy/tree/master/api , providing the ability to consume the data
15
+ plane APIs without the Envoy implementation.
16
+
17
+ # Further API reading
13
18
14
19
* [ API overview for developers] ( API_OVERVIEW.md )
15
20
* [ API overview for users] ( https://www.envoyproxy.io/docs/envoy/latest/configuration/overview/v2_overview# )
You can’t perform that action at this time.
0 commit comments