4
4
5
5
This folder contains the proto buffers for the Mesh Configuration
6
6
Protocol (MCP). MCP is based on
7
- [ XDS] ( https://github.com/ envoyproxy/data-plane-api/blob/master/xds_protocol.rst#streaming-grpc-subscriptions )
7
+ [ XDS] ( https://www. envoyproxy.io/docs/envoy/latest/api-docs/xds_protocol )
8
8
and maintains conceptual alignment with it, despite the specific
9
9
service and proto definitions being different.
10
10
@@ -43,7 +43,7 @@ initiates the connection and opens the grpc stream.
43
43
MCP is the mechanism of transport whereby Pilot and Mixer can be
44
44
configured by a manager component. MCP defines a common per-resource
45
45
metadata format and resource specific contents is defined elsewhere
46
- (e.g. < https://github.com/istio/api/tree/master/networking/v1alpha3 > ).
46
+ (e.g. < https://github.com/istio/api/tree/master/networking/v1beta1 > ).
47
47
48
48
### Collections
49
49
@@ -52,7 +52,7 @@ collections. Istio API collection names are of the form
52
52
` istio/<area>/<version>/<api> ` where ` <area> ` , ` <version> ` , and ` <api> `
53
53
are defined by the [ API style guidelines] ( ../GUIDELINES.md ) . For
54
54
example, the collection name for VirtualService is
55
- ` istio/networking/v1alpha3 /virtualservices ` .
55
+ ` istio/networking/v1beta1 /virtualservices ` .
56
56
57
57
### Metadata
58
58
@@ -124,7 +124,7 @@ The following example shows the same desired resource delivered with
124
124
incremental updates. This example assumes incremental is supported by
125
125
the source. When source does not support incremental updates, the
126
126
pushed ` Resources ` will always have incremental set to false,
127
- regardles of whether the sink requested an incremental update. At any
127
+ regardless of whether the sink requested an incremental update. At any
128
128
time, the source can decide to push a full-state update, ignoring the
129
129
sink's request. Both sides must negotiate (i.e. agree) to use
130
130
incremental on a per request/response basis for an update to be sent
0 commit comments