From 0ca07814349d8d69779d619f5baf2b78c2e820ab Mon Sep 17 00:00:00 2001
From: Yossi Mesika AuthenticationPolicy
MeshConfig.IngressControllerMode
a secondary ingress controller (e.g., in addition to a
cloud-provided ingress controller).
MeshNetworks (config map) provides information about the set of networks +inside a mesh and how to route to endpoints in each network. For example
+ +MeshNetworks(file/config map): +networks: +- network1: + - endpoints: + - fromRegistry: registry1 #must match secret name in kubernetes + - fromCidr: 192.168.100.0/22 #a VM network for example + gateways: + - registryServiceName: istio-ingressgateway.istio-system.svc.cluster.local + port: 15443 + locality: us-east-1a
+ +| Field | +Type | +Description | +
|---|---|---|
networks |
+map<string, Network> |
+
+ REQUIRED: The set of networks inside this mesh. Each network should +have a unique name and information about how to infer the endpoints in +the network as well as the gateways associated with the network. + |
name |
-string |
+|
endpoints |
+Network.NetworkEndpoints[] |
- A unique name assigned to the network. - - |
-
registries |
-string[] |
-
- One or more service registries that are in this network. Endpoints -from these registries will be directly reachable to one another. -The names of the registries should correspond to the data sources. +REQUIRED: The list of endpoints in the network (obtained through the +constituent service registries or from CIDR ranges). All endpoints in +the network are directly accessible to one another. |
gateways |
Network.IstioNetworkGateway[] |
+ REQUIRED: Set of gateways associated with the network. + |
@@ -345,7 +377,7 @@ port |
uint32 |
- The port associated with the gateway. +REQUIRED: The port associated with the gateway. |
@@ -355,6 +387,63 @@
The locality associated with an explicitly specified gateway (i.e. ip) + |
+
+
+
NetworkEndpoints describes how the network associated with an endpoint +should be inferred. An endpoint will be assigned to a network based on +the following rules:
+ +Implicitly: If the registry explicitly provides information about +the network to which the endpoint belongs to. In some cases, its +possible to indicate the network associated with the endpoint by +adding ISTIOMETANETWORK environment variable to the sidecar.
Explicitly:
a. By matching the registry name with one of the “fromregistries” + in the mesh config. A “fromregistry” can only be assinged to a + single network.
+ +b. By matching the IP against one of the CIDR ranges in a mesh + config network. The CIDR ranges must not overlap and be assigned to + a single network.
+ +(2) will override (1) if both are present.
+ +| Field | +Type | +Description | +
|---|---|---|
fromCidr |
+string (oneof) |
+
+ A CIDR range for the set of endpoints in this network. The CIDR +ranges for endpoints from different networks must not overlap. + + |
+
fromRegistry |
+string (oneof) |
+
+ Add all endpoints from the specified registry into this network. +The names of the registries should correspond to the secret name +that was used to configure the registry (kubernetes multicluster) or +supplied by MCP server. + |
|
Timeout per retry attempt for a given request. format: 1h/1m/1s/1ms. MUST BE >=1ms. + |
+
+||
retryOn |
+string |
+
+ Specifies the conditions under which retry takes place. +One or more policies can be specified using a ‘,’ delimited list. +The supported policies can be found in +“https://www.envoyproxy.io/docs/envoy/latest/configuration/httpfilters/routerfilter#x-envoy-retry-on” +and “https://www.envoyproxy.io/docs/envoy/latest/configuration/httpfilters/routerfilter#x-envoy-retry-grpc-on” + |
retryOn |
string |
diff --git a/networking/v1alpha3/virtual_service.pb.go b/networking/v1alpha3/virtual_service.pb.go
index 68c99ae12f..19abdd4626 100644
--- a/networking/v1alpha3/virtual_service.pb.go
+++ b/networking/v1alpha3/virtual_service.pb.go
@@ -1385,7 +1385,7 @@ type HTTPRetry struct {
// The supported policies can be found in
// "https://www.envoyproxy.io/docs/envoy/latest/configuration/http_filters/router_filter#x-envoy-retry-on"
// and "https://www.envoyproxy.io/docs/envoy/latest/configuration/http_filters/router_filter#x-envoy-retry-grpc-on"
- RetryOn string `protobuf:"bytes,3,opt,name=retryOn,proto3" json:"retryOn,omitempty"`
+ RetryOn string `protobuf:"bytes,3,opt,name=retry_on,json=retryOn,proto3" json:"retry_on,omitempty"`
}
func (m *HTTPRetry) Reset() { *m = HTTPRetry{} }
@@ -8326,107 +8326,107 @@ func init() {
}
var fileDescriptorVirtualService = []byte{
- // 1629 bytes of a gzipped FileDescriptorProto
- 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xcc, 0x58, 0x5f, 0x6f, 0xdb, 0x46,
- 0x12, 0x0f, 0x25, 0x51, 0xb6, 0x46, 0xb2, 0x63, 0xef, 0x39, 0x0e, 0xa3, 0x0b, 0x7c, 0x8e, 0x72,
- 0xb9, 0xf3, 0x21, 0x17, 0x09, 0x67, 0xe7, 0xee, 0x8c, 0xbb, 0xc4, 0x89, 0x65, 0x27, 0x51, 0x8a,
- 0x04, 0x09, 0x68, 0x37, 0x0f, 0x7d, 0x21, 0x28, 0x6a, 0x2d, 0xb1, 0xa1, 0x48, 0x76, 0x77, 0x69,
- 0x59, 0x4f, 0x05, 0x8a, 0x7c, 0x81, 0x16, 0x7d, 0x2d, 0x8a, 0x7e, 0x92, 0xbe, 0xf6, 0xb1, 0x9f,
- 0xa0, 0x08, 0xf2, 0xd8, 0x2f, 0xd1, 0x62, 0x67, 0x49, 0x89, 0xb6, 0x6c, 0xfd, 0x69, 0xd3, 0xa2,
- 0x6f, 0xdc, 0xdd, 0xf9, 0xcd, 0xce, 0xce, 0xce, 0xfe, 0x66, 0x86, 0xf0, 0x0f, 0x9f, 0x8a, 0x5e,
- 0xc0, 0x5e, 0xbb, 0x7e, 0xbb, 0x76, 0xfc, 0x2f, 0xdb, 0x0b, 0x3b, 0xf6, 0x56, 0xed, 0xd8, 0x65,
- 0x22, 0xb2, 0x3d, 0x8b, 0x53, 0x76, 0xec, 0x3a, 0xb4, 0x1a, 0xb2, 0x40, 0x04, 0xe4, 0x9a, 0xcb,
- 0x85, 0x1b, 0x54, 0x87, 0x80, 0x6a, 0x02, 0x28, 0xaf, 0xb5, 0x83, 0xa0, 0xed, 0xd1, 0x1a, 0x0a,
- 0x36, 0xa3, 0xa3, 0x5a, 0x2b, 0x62, 0xb6, 0x70, 0x03, 0x5f, 0x41, 0x47, 0xd7, 0x7b, 0xcc, 0x0e,
- 0x43, 0xca, 0xb8, 0x5a, 0xaf, 0xfc, 0xa8, 0xc1, 0xe2, 0x2b, 0xb5, 0xe9, 0x81, 0xda, 0x93, 0xac,
- 0x80, 0xde, 0x09, 0xb8, 0xe0, 0x86, 0xb6, 0x9e, 0xdd, 0x28, 0x98, 0x6a, 0x40, 0xca, 0x30, 0xdf,
- 0xb6, 0x05, 0xed, 0xd9, 0x7d, 0x6e, 0x64, 0x70, 0x61, 0x30, 0x26, 0xdb, 0x90, 0xeb, 0x08, 0x11,
- 0x1a, 0xd9, 0xf5, 0xec, 0x46, 0x71, 0xf3, 0xaf, 0xd5, 0x0b, 0xcd, 0xad, 0x36, 0x0e, 0x0f, 0x5f,
- 0x9a, 0x41, 0x24, 0xa8, 0x89, 0x08, 0xf2, 0x6f, 0xc8, 0x0a, 0x27, 0x34, 0x72, 0x08, 0xbc, 0x39,
- 0x06, 0x78, 0xb8, 0x17, 0xe3, 0xa4, 0x3c, 0xc2, 0x3c, 0x6e, 0xe8, 0x93, 0x61, 0xcf, 0x0e, 0x12,
- 0x98, 0xc7, 0x2b, 0xc7, 0x50, 0xdc, 0xa7, 0x5c, 0xb8, 0x3e, 0x7a, 0x88, 0x10, 0xc8, 0xc9, 0xb3,
- 0x19, 0xda, 0xba, 0xb6, 0x51, 0x30, 0xf1, 0x9b, 0xac, 0x42, 0x9e, 0x47, 0x4d, 0x4e, 0x85, 0x91,
- 0xc1, 0xd9, 0x78, 0x44, 0xfe, 0x0f, 0xb9, 0x30, 0x60, 0xc2, 0xc8, 0xae, 0x6b, 0x1b, 0xc5, 0xcd,
- 0xbf, 0x8f, 0xd9, 0xf2, 0x65, 0xc0, 0xc4, 0x01, 0xf5, 0xa8, 0x23, 0x02, 0x66, 0x22, 0xa8, 0xf2,
- 0x0d, 0x40, 0x61, 0x70, 0x72, 0xb2, 0x0b, 0x7a, 0xd7, 0x16, 0x4e, 0x07, 0xfd, 0x5b, 0xdc, 0xbc,
- 0x3d, 0xc1, 0x5d, 0xcf, 0xa5, 0xac, 0x49, 0x3f, 0x89, 0x28, 0x17, 0xa6, 0x42, 0x92, 0x47, 0xa0,
- 0x33, 0xa9, 0x0b, 0x6f, 0xa2, 0xb8, 0x59, 0x9b, 0xc6, 0xe3, 0xa9, 0x93, 0x9b, 0x0a, 0x4d, 0xf6,
- 0x60, 0x9e, 0xd1, 0x96, 0xcb, 0xa8, 0x33, 0xcd, 0xc1, 0x50, 0x53, 0x2c, 0x6e, 0x0e, 0x80, 0xe4,
- 0x21, 0xcc, 0x31, 0xda, 0x63, 0xae, 0xa0, 0x46, 0x0e, 0x75, 0xfc, 0x6d, 0xa2, 0x0e, 0x94, 0x36,
- 0x13, 0x18, 0xb9, 0x0d, 0xcb, 0x3d, 0xda, 0xe4, 0x81, 0xf3, 0x9a, 0x0a, 0x2b, 0x0a, 0xdb, 0xcc,
- 0x6e, 0x51, 0x43, 0x5f, 0xd7, 0x36, 0xe6, 0xcd, 0xa5, 0xc1, 0xc2, 0x87, 0x6a, 0x9e, 0x6c, 0xc1,
- 0x9c, 0x70, 0xbb, 0x34, 0x88, 0x84, 0x91, 0xc7, 0xed, 0xae, 0x55, 0x55, 0x88, 0x57, 0x93, 0x10,
- 0xaf, 0xee, 0xc7, 0x4f, 0xc0, 0x4c, 0x24, 0xc9, 0x8e, 0xb4, 0x51, 0x30, 0x97, 0x72, 0x63, 0x0e,
- 0x41, 0x13, 0x63, 0x94, 0x0a, 0xd6, 0x37, 0x13, 0x10, 0xd9, 0x03, 0xfd, 0xc8, 0x8e, 0x3c, 0x61,
- 0xcc, 0x23, 0xfa, 0xce, 0x04, 0xf4, 0x63, 0x29, 0xfb, 0xd4, 0xff, 0x98, 0x3a, 0xca, 0xdb, 0x88,
- 0x25, 0x3b, 0x90, 0xef, 0xba, 0x8c, 0x05, 0xcc, 0x28, 0x4c, 0xf4, 0x53, 0xfa, 0xb2, 0x62, 0x14,
- 0x79, 0x0c, 0x45, 0x27, 0x60, 0xdc, 0x0a, 0x03, 0xcf, 0x75, 0xfa, 0x06, 0xa0, 0x92, 0x5b, 0x63,
- 0x94, 0xec, 0x05, 0x8c, 0xbf, 0x44, 0x61, 0x13, 0x9c, 0xc1, 0x37, 0x69, 0xc2, 0xa2, 0xa4, 0x00,
- 0xbf, 0x65, 0x75, 0xa8, 0xdd, 0xa2, 0x8c, 0x1b, 0x45, 0x8c, 0xa2, 0xff, 0x4e, 0x13, 0x45, 0xd5,
- 0x5d, 0x84, 0x36, 0x14, 0xf2, 0x91, 0x2f, 0x58, 0xbf, 0x9e, 0x31, 0x34, 0x73, 0xc1, 0x4e, 0xcf,
- 0x93, 0xff, 0xc0, 0x55, 0x46, 0xbb, 0xc1, 0x31, 0xb5, 0x18, 0xe5, 0x61, 0xe0, 0x73, 0x3a, 0xd8,
- 0xac, 0x84, 0xe4, 0x71, 0x45, 0x2d, 0x9b, 0xf1, 0x6a, 0x82, 0xeb, 0xc1, 0xd5, 0xd8, 0xb6, 0x11,
- 0xdc, 0x02, 0x1a, 0xf9, 0x60, 0x06, 0x23, 0xcf, 0x28, 0x47, 0x63, 0xcd, 0x2b, 0xf6, 0x79, 0x6b,
- 0xe4, 0x2e, 0xac, 0x0e, 0x0c, 0xc6, 0xa7, 0x36, 0xd8, 0x77, 0x11, 0xed, 0x5d, 0x49, 0xec, 0xc5,
- 0xc5, 0x04, 0x25, 0x60, 0x75, 0x60, 0xee, 0x69, 0xd4, 0x65, 0xb4, 0x76, 0x67, 0x26, 0x6b, 0xd3,
- 0xaa, 0x95, 0xb1, 0x2b, 0xf6, 0x39, 0x4b, 0xe5, 0x87, 0x40, 0x46, 0x6f, 0x81, 0x2c, 0x41, 0xf6,
- 0x35, 0xed, 0xc7, 0x64, 0x26, 0x3f, 0x25, 0x91, 0x1f, 0xdb, 0x5e, 0x44, 0x63, 0x2a, 0x53, 0x83,
- 0xff, 0x65, 0xb6, 0xb5, 0x72, 0x03, 0xca, 0x17, 0xbb, 0x68, 0x26, 0x4d, 0x4f, 0xe0, 0xda, 0x85,
- 0xe6, 0xcf, 0xa2, 0xa8, 0xf2, 0x85, 0x06, 0xf3, 0x09, 0x5b, 0xcb, 0xf7, 0x96, 0xa6, 0xc8, 0x3b,
- 0xe3, 0x19, 0x1e, 0x19, 0x72, 0x57, 0x08, 0xe6, 0x36, 0x23, 0x41, 0x79, 0x42, 0x92, 0xbb, 0xa7,
- 0x49, 0x72, 0x1c, 0xcf, 0x5e, 0x40, 0x90, 0x95, 0xcf, 0xa5, 0x51, 0x71, 0xe6, 0x21, 0xf5, 0xd3,
- 0x46, 0xfd, 0x73, 0x8c, 0xbe, 0x67, 0x77, 0x7f, 0x3b, 0x9b, 0xbe, 0xd6, 0x61, 0xe9, 0x6c, 0x5e,
- 0x20, 0xdb, 0x90, 0x8d, 0x98, 0x8b, 0x9e, 0x1e, 0x4f, 0x2c, 0x07, 0x82, 0xb9, 0x7e, 0x5b, 0x61,
- 0x25, 0x44, 0xb2, 0x12, 0x77, 0x3a, 0xb4, 0xab, 0xae, 0x64, 0x7a, 0x70, 0x8c, 0x42, 0x56, 0xa3,
- 0xa2, 0x13, 0xb4, 0xe2, 0x0c, 0x32, 0x35, 0x5e, 0xa1, 0xc8, 0x3e, 0x14, 0xec, 0x48, 0x74, 0x02,
- 0xe6, 0x8a, 0xfe, 0x14, 0x09, 0x24, 0xad, 0x62, 0x08, 0x24, 0x26, 0xcc, 0x25, 0x2f, 0x4f, 0x15,
- 0x05, 0xdb, 0x33, 0x64, 0xd5, 0xea, 0xa9, 0x37, 0x97, 0x28, 0x92, 0xe5, 0x01, 0xa6, 0x7c, 0x99,
- 0x66, 0x16, 0x54, 0x26, 0x27, 0x4d, 0x58, 0xe0, 0x41, 0xc4, 0x1c, 0x6a, 0x79, 0x76, 0x93, 0x7a,
- 0x32, 0x9d, 0xc8, 0xdd, 0xee, 0xcf, 0xb2, 0xdb, 0x01, 0x2a, 0x78, 0x86, 0x78, 0xb5, 0x65, 0x89,
- 0xa7, 0xa6, 0x4e, 0x55, 0x5a, 0xf3, 0xa7, 0x2b, 0xad, 0x72, 0x13, 0x4a, 0x13, 0x5e, 0xd8, 0xbd,
- 0xf4, 0x0b, 0x9b, 0xde, 0x97, 0xa9, 0x27, 0xfd, 0x00, 0x96, 0x47, 0x4c, 0x9c, 0xe9, 0x29, 0xff,
- 0x94, 0x83, 0x95, 0xf3, 0xca, 0x0e, 0xd2, 0x80, 0x62, 0x6b, 0x38, 0x9c, 0x22, 0x5a, 0xd3, 0xe1,
- 0x9f, 0x86, 0xca, 0x32, 0xad, 0x47, 0xdd, 0x76, 0x47, 0x95, 0x69, 0xba, 0x19, 0x8f, 0xc6, 0xe5,
- 0x9d, 0xec, 0xb8, 0xbc, 0xf3, 0x99, 0x76, 0x71, 0xe2, 0x51, 0xc5, 0xe9, 0x07, 0x33, 0xd6, 0x58,
- 0xef, 0x35, 0x07, 0xe9, 0x63, 0x72, 0xd0, 0xa7, 0x17, 0xe6, 0xa0, 0x3c, 0x1a, 0xfe, 0xf4, 0x97,
- 0x1a, 0x3e, 0x6d, 0x3a, 0xfa, 0x03, 0x26, 0x13, 0x01, 0x4b, 0xbf, 0x7f, 0xf0, 0x55, 0xbe, 0xcd,
- 0xc0, 0xf2, 0x08, 0xf3, 0x93, 0x1a, 0xfc, 0x29, 0x05, 0xb6, 0x78, 0xd4, 0xf4, 0xe9, 0xa0, 0xb9,
- 0x22, 0xa9, 0xa5, 0x03, 0xb5, 0x32, 0xe0, 0x9d, 0x4c, 0x8a, 0x77, 0x6e, 0x0e, 0x78, 0x47, 0xe1,
- 0x91, 0x6c, 0x0b, 0x09, 0x71, 0x28, 0x24, 0x71, 0xce, 0x92, 0x53, 0x6e, 0x62, 0x11, 0x32, 0x62,
- 0xee, 0x4c, 0xec, 0xa4, 0x9f, 0x61, 0xa7, 0x5f, 0xcd, 0x1c, 0x3f, 0x64, 0x80, 0x8c, 0x26, 0x74,
- 0xf2, 0x67, 0x28, 0x70, 0xdf, 0xb5, 0xd2, 0x5d, 0xe9, 0x3c, 0xf7, 0xdd, 0x06, 0x36, 0xa6, 0x17,
- 0xf8, 0x37, 0x33, 0xd1, 0xbf, 0xd9, 0x71, 0xfe, 0xcd, 0x9d, 0xe3, 0xdf, 0xd6, 0x59, 0xff, 0xea,
- 0x13, 0x4b, 0xd2, 0xd1, 0xc3, 0xcc, 0xe4, 0xe0, 0xfc, 0xfb, 0x76, 0xf0, 0x0e, 0x94, 0xd2, 0x6d,
- 0x9c, 0xc4, 0x26, 0x75, 0x43, 0x41, 0xd5, 0x03, 0xd7, 0xd3, 0xf9, 0x58, 0xe1, 0x87, 0x13, 0x95,
- 0xfb, 0x50, 0x4c, 0xb5, 0x70, 0x33, 0xc3, 0x29, 0x14, 0x53, 0x49, 0x87, 0xac, 0x82, 0x4e, 0x4f,
- 0x6c, 0x27, 0xee, 0xc0, 0x1b, 0x97, 0x4c, 0x35, 0x24, 0x06, 0xe4, 0x43, 0x46, 0x8f, 0xdc, 0x13,
- 0xa5, 0xa1, 0x71, 0xc9, 0x8c, 0xc7, 0x12, 0xc1, 0x68, 0x9b, 0x9e, 0xa8, 0xf8, 0x97, 0x08, 0x1c,
- 0xd6, 0x4b, 0x00, 0x58, 0x60, 0x59, 0xa2, 0x1f, 0xd2, 0xca, 0x1b, 0x2d, 0xee, 0xb7, 0x65, 0x17,
- 0x27, 0x1d, 0x6a, 0x0b, 0x41, 0xbb, 0x21, 0x06, 0x8f, 0x7c, 0xb0, 0x83, 0x31, 0xd9, 0x85, 0xcb,
- 0x21, 0x65, 0x96, 0x60, 0x7d, 0x2b, 0xe9, 0x2a, 0x33, 0x93, 0xba, 0xca, 0x85, 0x90, 0xb2, 0x43,
- 0xd6, 0x3f, 0x8c, 0x7b, 0x4b, 0x43, 0xf5, 0x96, 0xfd, 0x17, 0x7e, 0xfc, 0x28, 0x93, 0x61, 0xe5,
- 0xab, 0x0c, 0xc0, 0xb0, 0x07, 0x23, 0x37, 0xa0, 0x64, 0x7b, 0x5e, 0xd0, 0xb3, 0x02, 0xe6, 0xb6,
- 0x5d, 0x3f, 0x0e, 0xe4, 0x22, 0xce, 0xbd, 0xc0, 0x29, 0x19, 0x86, 0x4a, 0x44, 0x15, 0x47, 0x49,
- 0x14, 0x2b, 0xdc, 0x73, 0x35, 0x37, 0x14, 0x3a, 0x9d, 0xd9, 0x94, 0x50, 0x92, 0x15, 0x6e, 0xc1,
- 0x22, 0x3d, 0x09, 0x83, 0x33, 0x69, 0xac, 0x60, 0x2e, 0xa8, 0xd9, 0x44, 0x6c, 0x13, 0xe6, 0xba,
- 0xf6, 0x89, 0x65, 0xb7, 0x55, 0xc3, 0x3d, 0xf6, 0xdc, 0xf9, 0xae, 0x7d, 0xb2, 0xdb, 0xa6, 0xe4,
- 0x09, 0x2c, 0xab, 0xfd, 0x1d, 0x46, 0x5b, 0xd4, 0x17, 0xae, 0xed, 0xf1, 0xb8, 0x17, 0x2f, 0x8f,
- 0xa0, 0xeb, 0x41, 0xe0, 0xbd, 0x92, 0xe1, 0x67, 0x2e, 0x21, 0x68, 0x6f, 0x88, 0xa9, 0x7c, 0xa9,
- 0x03, 0x19, 0x6d, 0x97, 0xc9, 0x53, 0xd0, 0x5b, 0xd4, 0xb3, 0xfb, 0x31, 0x45, 0x6f, 0xcd, 0xd4,
- 0x6c, 0x57, 0xf7, 0x25, 0xd4, 0x54, 0x1a, 0xa4, 0x2a, 0xbb, 0x99, 0x70, 0xe9, 0xcc, 0xaa, 0x76,
- 0x25, 0xd4, 0x54, 0x1a, 0xca, 0x6f, 0x32, 0xa0, 0xa3, 0x6e, 0x72, 0x1d, 0xe6, 0x42, 0xca, 0x1c,
- 0xea, 0xab, 0xb8, 0xd5, 0xb1, 0xff, 0x4d, 0xa6, 0xc8, 0x3d, 0x28, 0x1e, 0xb9, 0x27, 0xb4, 0x65,
- 0xa9, 0x33, 0x4c, 0x8a, 0xa6, 0xc6, 0x25, 0x13, 0x50, 0x5e, 0xe9, 0x6e, 0xc0, 0xb2, 0xbc, 0x20,
- 0x5f, 0xb9, 0x28, 0xd6, 0x91, 0x9d, 0xac, 0x63, 0x29, 0x85, 0x52, 0x9a, 0xea, 0x00, 0xb1, 0x49,
- 0xc3, 0xcb, 0xad, 0x8c, 0xfb, 0x6d, 0xa5, 0x84, 0xcd, 0x14, 0xaa, 0xbe, 0x0c, 0x97, 0x3b, 0x42,
- 0x84, 0xca, 0x0c, 0x7c, 0x5a, 0xe5, 0xb7, 0x1a, 0xe8, 0xe8, 0x97, 0x09, 0x6e, 0xb8, 0x01, 0x45,
- 0x84, 0x72, 0x61, 0x8b, 0x88, 0xab, 0x44, 0x29, 0xcf, 0x2a, 0x27, 0x0f, 0x70, 0x4e, 0x8a, 0xb4,
- 0x59, 0xe8, 0x24, 0x22, 0xc9, 0x8b, 0x06, 0x39, 0x39, 0x14, 0x91, 0x80, 0x4d, 0x8b, 0xe2, 0x7f,
- 0x93, 0x5c, 0x22, 0x82, 0x93, 0x8f, 0xf0, 0xaf, 0xc8, 0xfb, 0x38, 0x67, 0x09, 0x00, 0x37, 0x50,
- 0xec, 0xf1, 0x18, 0x4a, 0xe9, 0x7f, 0x78, 0x92, 0x8d, 0xfc, 0xa8, 0xdb, 0xa4, 0x0c, 0xcf, 0xb9,
- 0x20, 0xd9, 0x48, 0x8d, 0xc9, 0x0a, 0xe4, 0x7c, 0x3b, 0xee, 0x9c, 0xa4, 0x5d, 0x38, 0xaa, 0xe7,
- 0x55, 0x7e, 0xa9, 0xfc, 0x05, 0xe6, 0xe2, 0xcd, 0x86, 0x84, 0x2c, 0x35, 0x68, 0x31, 0x21, 0xd7,
- 0xab, 0xdf, 0xbd, 0x5b, 0xd3, 0xbe, 0x7f, 0xb7, 0xa6, 0xbd, 0x7d, 0xb7, 0xa6, 0x7d, 0xb4, 0xae,
- 0x6c, 0x76, 0x83, 0x9a, 0x1d, 0xba, 0xb5, 0x73, 0x7e, 0x0e, 0x37, 0xf3, 0x78, 0xf3, 0x5b, 0x3f,
- 0x07, 0x00, 0x00, 0xff, 0xff, 0x32, 0xf1, 0x63, 0x41, 0x3a, 0x16, 0x00, 0x00,
+ // 1631 bytes of a gzipped FileDescriptorProto
+ 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xcc, 0x58, 0xdf, 0x6f, 0x1b, 0xc5,
+ 0x13, 0xef, 0xd9, 0x3e, 0x27, 0x1e, 0x3b, 0x69, 0xb2, 0xdf, 0x34, 0xbd, 0xf8, 0x5b, 0x85, 0xd4,
+ 0xa5, 0x10, 0x54, 0x6a, 0x8b, 0xa4, 0x40, 0x04, 0x6d, 0xda, 0x38, 0x69, 0xeb, 0xa2, 0x56, 0xad,
+ 0x2e, 0xa1, 0x0f, 0xbc, 0x58, 0xe7, 0xf3, 0xc6, 0x3e, 0x7a, 0xbe, 0x3d, 0xf6, 0xf6, 0xe2, 0xf8,
+ 0x09, 0x09, 0xc1, 0x1f, 0x00, 0xe2, 0x15, 0x21, 0xfe, 0x12, 0x5e, 0x79, 0xe4, 0x2f, 0x40, 0x55,
+ 0x1f, 0xf9, 0x27, 0x40, 0x3b, 0x7b, 0x67, 0x5f, 0xe2, 0xc4, 0x3f, 0xa0, 0x20, 0xde, 0x6e, 0x77,
+ 0xe7, 0x33, 0x3b, 0x3b, 0x3b, 0xfb, 0x99, 0x99, 0x83, 0x77, 0x3c, 0x2a, 0xba, 0x8c, 0xbf, 0x70,
+ 0xbc, 0x56, 0xe5, 0xe8, 0x3d, 0xcb, 0xf5, 0xdb, 0xd6, 0x66, 0xe5, 0xc8, 0xe1, 0x22, 0xb4, 0xdc,
+ 0x7a, 0x40, 0xf9, 0x91, 0x63, 0xd3, 0xb2, 0xcf, 0x99, 0x60, 0x64, 0xc5, 0x09, 0x84, 0xc3, 0xca,
+ 0x03, 0x40, 0x39, 0x06, 0x14, 0x57, 0x5b, 0x8c, 0xb5, 0x5c, 0x5a, 0x41, 0xc1, 0x46, 0x78, 0x58,
+ 0x69, 0x86, 0xdc, 0x12, 0x0e, 0xf3, 0x14, 0x74, 0x78, 0xbd, 0xcb, 0x2d, 0xdf, 0xa7, 0x3c, 0x50,
+ 0xeb, 0xa5, 0xdf, 0x35, 0x98, 0x7f, 0xae, 0x36, 0xdd, 0x57, 0x7b, 0x92, 0x25, 0xd0, 0xdb, 0x2c,
+ 0x10, 0x81, 0xa1, 0xad, 0xa5, 0xd7, 0x73, 0xa6, 0x1a, 0x90, 0x22, 0xcc, 0xb6, 0x2c, 0x41, 0xbb,
+ 0x56, 0x2f, 0x30, 0x52, 0xb8, 0xd0, 0x1f, 0x93, 0x2d, 0xc8, 0xb4, 0x85, 0xf0, 0x8d, 0xf4, 0x5a,
+ 0x7a, 0x3d, 0xbf, 0xf1, 0x66, 0xf9, 0x5c, 0x73, 0xcb, 0xb5, 0x83, 0x83, 0x67, 0x26, 0x0b, 0x05,
+ 0x35, 0x11, 0x41, 0xde, 0x87, 0xb4, 0xb0, 0x7d, 0x23, 0x83, 0xc0, 0x6b, 0x23, 0x80, 0x07, 0xbb,
+ 0x11, 0x4e, 0xca, 0x23, 0xcc, 0x0d, 0x0c, 0x7d, 0x3c, 0xec, 0xf1, 0x7e, 0x0c, 0x73, 0x83, 0xd2,
+ 0x11, 0xe4, 0xf7, 0x68, 0x20, 0x1c, 0x0f, 0x3d, 0x44, 0x08, 0x64, 0xe4, 0xd9, 0x0c, 0x6d, 0x4d,
+ 0x5b, 0xcf, 0x99, 0xf8, 0x4d, 0x96, 0x21, 0x1b, 0x84, 0x8d, 0x80, 0x0a, 0x23, 0x85, 0xb3, 0xd1,
+ 0x88, 0x7c, 0x0c, 0x19, 0x9f, 0x71, 0x61, 0xa4, 0xd7, 0xb4, 0xf5, 0xfc, 0xc6, 0xdb, 0x23, 0xb6,
+ 0x7c, 0xc6, 0xb8, 0xd8, 0xa7, 0x2e, 0xb5, 0x05, 0xe3, 0x26, 0x82, 0x4a, 0x3f, 0x01, 0xe4, 0xfa,
+ 0x27, 0x27, 0x3b, 0xa0, 0x77, 0x2c, 0x61, 0xb7, 0xd1, 0xbf, 0xf9, 0x8d, 0x1b, 0x63, 0xdc, 0xf5,
+ 0x44, 0xca, 0x9a, 0xf4, 0x8b, 0x90, 0x06, 0xc2, 0x54, 0x48, 0x72, 0x1f, 0x74, 0x2e, 0x75, 0xe1,
+ 0x4d, 0xe4, 0x37, 0x2a, 0x93, 0x78, 0x3c, 0x71, 0x72, 0x53, 0xa1, 0xc9, 0x2e, 0xcc, 0x72, 0xda,
+ 0x74, 0x38, 0xb5, 0x27, 0x39, 0x18, 0x6a, 0x8a, 0xc4, 0xcd, 0x3e, 0x90, 0xdc, 0x83, 0x19, 0x4e,
+ 0xbb, 0xdc, 0x11, 0xd4, 0xc8, 0xa0, 0x8e, 0xb7, 0xc6, 0xea, 0x40, 0x69, 0x33, 0x86, 0x91, 0x1b,
+ 0xb0, 0xd8, 0xa5, 0x8d, 0x80, 0xd9, 0x2f, 0xa8, 0xa8, 0x87, 0x7e, 0x8b, 0x5b, 0x4d, 0x6a, 0xe8,
+ 0x6b, 0xda, 0xfa, 0xac, 0xb9, 0xd0, 0x5f, 0xf8, 0x54, 0xcd, 0x93, 0x4d, 0x98, 0x11, 0x4e, 0x87,
+ 0xb2, 0x50, 0x18, 0x59, 0xdc, 0x6e, 0xa5, 0xac, 0x42, 0xbc, 0x1c, 0x87, 0x78, 0x79, 0x2f, 0x7a,
+ 0x02, 0x66, 0x2c, 0x49, 0xb6, 0xa5, 0x8d, 0x82, 0x3b, 0x34, 0x30, 0x66, 0x10, 0x34, 0x36, 0x46,
+ 0xa9, 0xe0, 0x3d, 0x33, 0x06, 0x91, 0x5d, 0xd0, 0x0f, 0xad, 0xd0, 0x15, 0xc6, 0x2c, 0xa2, 0x6f,
+ 0x8e, 0x41, 0x3f, 0x90, 0xb2, 0x8f, 0xbc, 0xcf, 0xa9, 0xad, 0xbc, 0x8d, 0x58, 0xb2, 0x0d, 0xd9,
+ 0x8e, 0xc3, 0x39, 0xe3, 0x46, 0x6e, 0xac, 0x9f, 0x92, 0x97, 0x15, 0xa1, 0xc8, 0x03, 0xc8, 0xdb,
+ 0x8c, 0x07, 0x75, 0x9f, 0xb9, 0x8e, 0xdd, 0x33, 0x00, 0x95, 0x5c, 0x1f, 0xa1, 0x64, 0x97, 0xf1,
+ 0xe0, 0x19, 0x0a, 0x9b, 0x60, 0xf7, 0xbf, 0x49, 0x03, 0xe6, 0x25, 0x05, 0x78, 0xcd, 0x7a, 0x9b,
+ 0x5a, 0x4d, 0xca, 0x03, 0x23, 0x8f, 0x51, 0xf4, 0xe1, 0x24, 0x51, 0x54, 0xde, 0x41, 0x68, 0x4d,
+ 0x21, 0xef, 0x7b, 0x82, 0xf7, 0xaa, 0x29, 0x43, 0x33, 0xe7, 0xac, 0xe4, 0x3c, 0xf9, 0x00, 0x2e,
+ 0x73, 0xda, 0x61, 0x47, 0xb4, 0xce, 0x69, 0xe0, 0x33, 0x2f, 0xa0, 0xfd, 0xcd, 0x0a, 0x48, 0x1e,
+ 0x97, 0xd4, 0xb2, 0x19, 0xad, 0xc6, 0xb8, 0x2e, 0x5c, 0x8e, 0x6c, 0x1b, 0xc2, 0xcd, 0xa1, 0x91,
+ 0x77, 0xa7, 0x30, 0xf2, 0x94, 0x72, 0x34, 0xd6, 0xbc, 0x64, 0x9d, 0xb5, 0x46, 0x6e, 0xc1, 0x72,
+ 0xdf, 0x60, 0x7c, 0x6a, 0xfd, 0x7d, 0xe7, 0xd1, 0xde, 0xa5, 0xd8, 0x5e, 0x5c, 0x8c, 0x51, 0x02,
+ 0x96, 0xfb, 0xe6, 0x9e, 0x44, 0x5d, 0x44, 0x6b, 0xb7, 0xa7, 0xb2, 0x36, 0xa9, 0x5a, 0x19, 0xbb,
+ 0x64, 0x9d, 0xb1, 0x54, 0xbc, 0x07, 0x64, 0xf8, 0x16, 0xc8, 0x02, 0xa4, 0x5f, 0xd0, 0x5e, 0x44,
+ 0x66, 0xf2, 0x53, 0x12, 0xf9, 0x91, 0xe5, 0x86, 0x34, 0xa2, 0x32, 0x35, 0xf8, 0x28, 0xb5, 0xa5,
+ 0x15, 0x6b, 0x50, 0x3c, 0xdf, 0x45, 0x53, 0x69, 0x7a, 0x08, 0x2b, 0xe7, 0x9a, 0x3f, 0x8d, 0xa2,
+ 0xd2, 0x77, 0x1a, 0xcc, 0xc6, 0x6c, 0x2d, 0xdf, 0x5b, 0x92, 0x22, 0x6f, 0x8e, 0x66, 0x78, 0x64,
+ 0xc8, 0x1d, 0x21, 0xb8, 0xd3, 0x08, 0x05, 0x0d, 0x62, 0x92, 0xdc, 0x39, 0x49, 0x92, 0xa3, 0x78,
+ 0xf6, 0x1c, 0x82, 0x2c, 0x7d, 0x2b, 0x8d, 0x8a, 0x32, 0x0f, 0xa9, 0x9e, 0x34, 0xea, 0xdd, 0x11,
+ 0xfa, 0x1e, 0xdf, 0xfa, 0xe7, 0x6c, 0xfa, 0x51, 0x87, 0x85, 0xd3, 0x79, 0x81, 0x6c, 0x41, 0x3a,
+ 0xe4, 0x0e, 0x7a, 0x7a, 0x34, 0xb1, 0xec, 0x0b, 0xee, 0x78, 0x2d, 0x85, 0x95, 0x10, 0xc9, 0x4a,
+ 0x81, 0xdd, 0xa6, 0x1d, 0x75, 0x25, 0x93, 0x83, 0x23, 0x14, 0xb2, 0x1a, 0x15, 0x6d, 0xd6, 0x8c,
+ 0x32, 0xc8, 0xc4, 0x78, 0x85, 0x22, 0x7b, 0x90, 0xb3, 0x42, 0xd1, 0x66, 0xdc, 0x11, 0xbd, 0x09,
+ 0x12, 0x48, 0x52, 0xc5, 0x00, 0x48, 0x4c, 0x98, 0x89, 0x5f, 0x9e, 0x2a, 0x0a, 0xb6, 0xa6, 0xc8,
+ 0xaa, 0xe5, 0x13, 0x6f, 0x2e, 0x56, 0x24, 0xcb, 0x03, 0x4c, 0xf9, 0x32, 0xcd, 0xcc, 0xa9, 0x4c,
+ 0x4e, 0x1a, 0x30, 0x17, 0xb0, 0x90, 0xdb, 0xb4, 0xee, 0x5a, 0x0d, 0xea, 0xca, 0x74, 0x22, 0x77,
+ 0xbb, 0x33, 0xcd, 0x6e, 0xfb, 0xa8, 0xe0, 0x31, 0xe2, 0xd5, 0x96, 0x85, 0x20, 0x31, 0x75, 0xa2,
+ 0xd2, 0x9a, 0x3d, 0x59, 0x69, 0x15, 0x1b, 0x50, 0x18, 0xf3, 0xc2, 0x6e, 0x27, 0x5f, 0xd8, 0xe4,
+ 0xbe, 0x4c, 0x3c, 0xe9, 0xbb, 0xb0, 0x38, 0x64, 0xe2, 0x54, 0x4f, 0xf9, 0x8f, 0x0c, 0x2c, 0x9d,
+ 0x55, 0x76, 0x90, 0x1a, 0xe4, 0x9b, 0x83, 0xe1, 0x04, 0xd1, 0x9a, 0x0c, 0xff, 0x24, 0x54, 0x96,
+ 0x69, 0x5d, 0xea, 0xb4, 0xda, 0xaa, 0x4c, 0xd3, 0xcd, 0x68, 0x34, 0x2a, 0xef, 0xa4, 0x47, 0xe5,
+ 0x9d, 0xaf, 0xb4, 0xf3, 0x13, 0x8f, 0x2a, 0x4e, 0x3f, 0x99, 0xb2, 0xc6, 0x7a, 0xad, 0x39, 0x48,
+ 0x1f, 0x91, 0x83, 0xbe, 0x3c, 0x37, 0x07, 0x65, 0xd1, 0xf0, 0x47, 0x7f, 0xd5, 0xf0, 0x49, 0xd3,
+ 0xd1, 0x7f, 0x30, 0x99, 0x08, 0x58, 0xf8, 0xf7, 0x83, 0xaf, 0xf4, 0x73, 0x0a, 0x16, 0x87, 0x98,
+ 0x9f, 0x54, 0xe0, 0x7f, 0x09, 0x70, 0x3d, 0x08, 0x1b, 0x1e, 0xed, 0x37, 0x57, 0x24, 0xb1, 0xb4,
+ 0xaf, 0x56, 0xfa, 0xbc, 0x93, 0x4a, 0xf0, 0xce, 0xb5, 0x3e, 0xef, 0x28, 0x3c, 0x92, 0x6d, 0x2e,
+ 0x26, 0x0e, 0x85, 0x24, 0xf6, 0x69, 0x72, 0xca, 0x8c, 0x2d, 0x42, 0x86, 0xcc, 0x9d, 0x8a, 0x9d,
+ 0xf4, 0x53, 0xec, 0xf4, 0xb7, 0x99, 0xe3, 0xb7, 0x14, 0x90, 0xe1, 0x84, 0x4e, 0xfe, 0x0f, 0xb9,
+ 0xc0, 0x73, 0xea, 0xc9, 0xae, 0x74, 0x36, 0xf0, 0x9c, 0x1a, 0x36, 0xa6, 0xe7, 0xf8, 0x37, 0x35,
+ 0xd6, 0xbf, 0xe9, 0x51, 0xfe, 0xcd, 0x9c, 0xe1, 0xdf, 0xe6, 0x69, 0xff, 0xea, 0x63, 0x4b, 0xd2,
+ 0xe1, 0xc3, 0x4c, 0xe5, 0xe0, 0xec, 0xeb, 0x76, 0xf0, 0x36, 0x14, 0x92, 0x6d, 0x9c, 0xc4, 0xc6,
+ 0x75, 0x43, 0x4e, 0xd5, 0x03, 0x57, 0x92, 0xf9, 0x58, 0xe1, 0x07, 0x13, 0xa5, 0x3b, 0x90, 0x4f,
+ 0xb4, 0x70, 0x53, 0xc3, 0x29, 0xe4, 0x13, 0x49, 0x87, 0x2c, 0x83, 0x4e, 0x8f, 0x2d, 0x3b, 0xea,
+ 0xc0, 0x6b, 0x17, 0x4c, 0x35, 0x24, 0x06, 0x64, 0x7d, 0x4e, 0x0f, 0x9d, 0x63, 0xa5, 0xa1, 0x76,
+ 0xc1, 0x8c, 0xc6, 0x12, 0xc1, 0x69, 0x8b, 0x1e, 0xab, 0xf8, 0x97, 0x08, 0x1c, 0x56, 0x0b, 0x00,
+ 0x58, 0x60, 0xd5, 0x45, 0xcf, 0xa7, 0xa5, 0x6f, 0xb4, 0xa8, 0xdf, 0x96, 0x5d, 0x9c, 0x74, 0xa8,
+ 0x25, 0x04, 0xed, 0xf8, 0x18, 0x3c, 0xf2, 0xc1, 0xf6, 0xc7, 0x64, 0x07, 0x2e, 0xfa, 0x94, 0xd7,
+ 0x05, 0xef, 0xd5, 0xe3, 0xae, 0x32, 0x35, 0xae, 0xab, 0x9c, 0xf3, 0x29, 0x3f, 0xe0, 0xbd, 0x83,
+ 0xa8, 0xb7, 0x5c, 0x91, 0x4d, 0xb4, 0x54, 0xc0, 0xbc, 0xe8, 0x55, 0x62, 0xdb, 0xd8, 0x7b, 0xea,
+ 0x95, 0x7e, 0x48, 0x01, 0x0c, 0x9a, 0x30, 0x72, 0x15, 0x0a, 0x96, 0xeb, 0xb2, 0x6e, 0x9d, 0x71,
+ 0xa7, 0xe5, 0x78, 0x51, 0x24, 0xe7, 0x71, 0xee, 0x29, 0x4e, 0xc9, 0x38, 0x54, 0x22, 0xaa, 0x3a,
+ 0x8a, 0xc3, 0x58, 0xe1, 0x9e, 0xa8, 0xb9, 0x81, 0xd0, 0xc9, 0xd4, 0xa6, 0x84, 0xe2, 0xb4, 0x70,
+ 0x1d, 0xe6, 0xe9, 0xb1, 0xcf, 0x4e, 0xe5, 0xb1, 0x9c, 0x39, 0xa7, 0x66, 0x63, 0xb1, 0x0d, 0x98,
+ 0xe9, 0x58, 0xc7, 0x75, 0xab, 0xa5, 0x3a, 0xee, 0x91, 0x07, 0xcf, 0x76, 0xac, 0xe3, 0x9d, 0x16,
+ 0x25, 0x0f, 0x61, 0x51, 0xed, 0x6f, 0x73, 0xda, 0xa4, 0x9e, 0x70, 0x2c, 0x37, 0x88, 0x9a, 0xf1,
+ 0xe2, 0x10, 0xba, 0xca, 0x98, 0xfb, 0x5c, 0xc6, 0x9f, 0xb9, 0x80, 0xa0, 0xdd, 0x01, 0xa6, 0xf4,
+ 0xbd, 0x0e, 0x64, 0xb8, 0x5f, 0x26, 0x8f, 0x40, 0x6f, 0x52, 0xd7, 0xea, 0x45, 0x1c, 0xbd, 0x39,
+ 0x55, 0xb7, 0x5d, 0xde, 0x93, 0x50, 0x53, 0x69, 0x90, 0xaa, 0xac, 0x46, 0x4c, 0xa6, 0x53, 0xab,
+ 0xda, 0x91, 0x50, 0x53, 0x69, 0x28, 0x7e, 0x9d, 0x02, 0x1d, 0x75, 0x93, 0x2b, 0x30, 0xe3, 0x53,
+ 0x6e, 0x53, 0x4f, 0x05, 0xae, 0x8e, 0x0d, 0x70, 0x3c, 0x45, 0x6e, 0x43, 0xfe, 0xd0, 0x39, 0xa6,
+ 0xcd, 0xba, 0x3a, 0xc3, 0xb8, 0x70, 0xaa, 0x5d, 0x30, 0x01, 0xe5, 0x95, 0xee, 0x1a, 0x2c, 0xca,
+ 0x0b, 0xf2, 0x94, 0x8b, 0x22, 0x1d, 0xe9, 0xf1, 0x3a, 0x16, 0x12, 0x28, 0xa5, 0xa9, 0x0a, 0x10,
+ 0x99, 0x34, 0xb8, 0xdc, 0xd2, 0xa8, 0xff, 0x56, 0x4a, 0xd8, 0x4c, 0xa0, 0xaa, 0x8b, 0x70, 0xb1,
+ 0x2d, 0x84, 0xaf, 0xcc, 0xc0, 0xb7, 0x55, 0x7c, 0xa9, 0x81, 0x8e, 0x7e, 0x19, 0xe3, 0x86, 0xab,
+ 0x90, 0x47, 0x68, 0x20, 0x2c, 0x11, 0x06, 0x2a, 0x53, 0xca, 0xb3, 0xca, 0xc9, 0x7d, 0x9c, 0x93,
+ 0x22, 0x2d, 0xee, 0xdb, 0xb1, 0x48, 0xfc, 0xa4, 0x41, 0x4e, 0x0e, 0x44, 0x24, 0x60, 0xa3, 0x4e,
+ 0xf1, 0xc7, 0x49, 0x26, 0x16, 0xc1, 0xc9, 0xfb, 0xf8, 0x5b, 0xe4, 0x75, 0x9c, 0xb3, 0x00, 0x80,
+ 0x1b, 0x28, 0xfa, 0x78, 0x00, 0x85, 0xe4, 0x4f, 0x3c, 0x49, 0x47, 0x5e, 0xd8, 0x69, 0x50, 0x8e,
+ 0xe7, 0x9c, 0x93, 0x74, 0xa4, 0xc6, 0x64, 0x09, 0x32, 0x9e, 0x15, 0xb5, 0x4e, 0xd2, 0x2e, 0x1c,
+ 0x55, 0xb3, 0x2a, 0xc1, 0x94, 0xde, 0x80, 0x99, 0x68, 0xb3, 0x01, 0x23, 0x4b, 0x0d, 0x5a, 0xc4,
+ 0xc8, 0xd5, 0xf2, 0x2f, 0xaf, 0x56, 0xb5, 0x5f, 0x5f, 0xad, 0x6a, 0x2f, 0x5f, 0xad, 0x6a, 0x9f,
+ 0xad, 0x29, 0x9b, 0x1d, 0x56, 0xb1, 0x7c, 0xa7, 0x72, 0xc6, 0xdf, 0xe1, 0x46, 0x16, 0x6f, 0x7e,
+ 0xf3, 0xcf, 0x00, 0x00, 0x00, 0xff, 0xff, 0x77, 0x6d, 0xd7, 0xd3, 0x3b, 0x16, 0x00, 0x00,
}
diff --git a/networking/v1alpha3/virtual_service.proto b/networking/v1alpha3/virtual_service.proto
index f8c8c3bd58..a86c295033 100644
--- a/networking/v1alpha3/virtual_service.proto
+++ b/networking/v1alpha3/virtual_service.proto
@@ -874,7 +874,7 @@ message HTTPRetry {
// The supported policies can be found in
// "https://www.envoyproxy.io/docs/envoy/latest/configuration/http_filters/router_filter#x-envoy-retry-on"
// and "https://www.envoyproxy.io/docs/envoy/latest/configuration/http_filters/router_filter#x-envoy-retry-grpc-on"
- string retryOn = 3;
+ string retry_on = 3;
}
// Describes the Cross-Origin Resource Sharing (CORS) policy, for a given
diff --git a/python/istio_api/networking/v1alpha3/virtual_service_pb2.py b/python/istio_api/networking/v1alpha3/virtual_service_pb2.py
index 10b7d0c00d..4588a89298 100644
--- a/python/istio_api/networking/v1alpha3/virtual_service_pb2.py
+++ b/python/istio_api/networking/v1alpha3/virtual_service_pb2.py
@@ -21,7 +21,7 @@
name='networking/v1alpha3/virtual_service.proto',
package='istio.networking.v1alpha3',
syntax='proto3',
- serialized_pb=_b('\n)networking/v1alpha3/virtual_service.proto\x12\x19istio.networking.v1alpha3\x1a\x1egoogle/protobuf/duration.proto\x1a\x1egoogle/protobuf/wrappers.proto\"\xc9\x01\n\x0eVirtualService\x12\r\n\x05hosts\x18\x01 \x03(\t\x12\x10\n\x08gateways\x18\x02 \x03(\t\x12\x32\n\x04http\x18\x03 \x03(\x0b\x32$.istio.networking.v1alpha3.HTTPRoute\x12\x30\n\x03tls\x18\x05 \x03(\x0b\x32#.istio.networking.v1alpha3.TLSRoute\x12\x30\n\x03tcp\x18\x04 \x03(\x0b\x32#.istio.networking.v1alpha3.TCPRoute\"b\n\x0b\x44\x65stination\x12\x0c\n\x04host\x18\x01 \x01(\t\x12\x0e\n\x06subset\x18\x02 \x01(\t\x12\x35\n\x04port\x18\x03 \x01(\x0b\x32\'.istio.networking.v1alpha3.PortSelector\"\xb4\x08\n\tHTTPRoute\x12:\n\x05match\x18\x01 \x03(\x0b\x32+.istio.networking.v1alpha3.HTTPMatchRequest\x12>\n\x05route\x18\x02 \x03(\x0b\x32/.istio.networking.v1alpha3.HTTPRouteDestination\x12\x39\n\x08redirect\x18\x03 \x01(\x0b\x32\'.istio.networking.v1alpha3.HTTPRedirect\x12\x37\n\x07rewrite\x18\x04 \x01(\x0b\x32&.istio.networking.v1alpha3.HTTPRewrite\x12\x19\n\x11websocket_upgrade\x18\x05 \x01(\x08\x12*\n\x07timeout\x18\x06 \x01(\x0b\x32\x19.google.protobuf.Duration\x12\x35\n\x07retries\x18\x07 \x01(\x0b\x32$.istio.networking.v1alpha3.HTTPRetry\x12<\n\x05\x66\x61ult\x18\x08 \x01(\x0b\x32-.istio.networking.v1alpha3.HTTPFaultInjection\x12\x36\n\x06mirror\x18\t \x01(\x0b\x32&.istio.networking.v1alpha3.Destination\x12:\n\x0b\x63ors_policy\x18\n \x01(\x0b\x32%.istio.networking.v1alpha3.CorsPolicy\x12S\n\x0e\x61ppend_headers\x18\x0b \x03(\x0b\x32\x37.istio.networking.v1alpha3.HTTPRoute.AppendHeadersEntryB\x02\x18\x01\x12\x1f\n\x17remove_response_headers\x18\x0c \x03(\t\x12`\n\x17\x61ppend_response_headers\x18\r \x03(\x0b\x32?.istio.networking.v1alpha3.HTTPRoute.AppendResponseHeadersEntry\x12\x1e\n\x16remove_request_headers\x18\x0e \x03(\t\x12^\n\x16\x61ppend_request_headers\x18\x0f \x03(\x0b\x32>.istio.networking.v1alpha3.HTTPRoute.AppendRequestHeadersEntry\x1a\x34\n\x12\x41ppendHeadersEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12\r\n\x05value\x18\x02 \x01(\t:\x02\x38\x01\x1a<\n\x1a\x41ppendResponseHeadersEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12\r\n\x05value\x18\x02 \x01(\t:\x02\x38\x01\x1a;\n\x19\x41ppendRequestHeadersEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12\r\n\x05value\x18\x02 \x01(\t:\x02\x38\x01\"\x84\x01\n\x08TLSRoute\x12<\n\x05match\x18\x01 \x03(\x0b\x32-.istio.networking.v1alpha3.TLSMatchAttributes\x12:\n\x05route\x18\x02 \x03(\x0b\x32+.istio.networking.v1alpha3.RouteDestination\"\x83\x01\n\x08TCPRoute\x12;\n\x05match\x18\x01 \x03(\x0b\x32,.istio.networking.v1alpha3.L4MatchAttributes\x12:\n\x05route\x18\x02 \x03(\x0b\x32+.istio.networking.v1alpha3.RouteDestination\"\xc0\x04\n\x10HTTPMatchRequest\x12\x33\n\x03uri\x18\x01 \x01(\x0b\x32&.istio.networking.v1alpha3.StringMatch\x12\x36\n\x06scheme\x18\x02 \x01(\x0b\x32&.istio.networking.v1alpha3.StringMatch\x12\x36\n\x06method\x18\x03 \x01(\x0b\x32&.istio.networking.v1alpha3.StringMatch\x12\x39\n\tauthority\x18\x04 \x01(\x0b\x32&.istio.networking.v1alpha3.StringMatch\x12I\n\x07headers\x18\x05 \x03(\x0b\x32\x38.istio.networking.v1alpha3.HTTPMatchRequest.HeadersEntry\x12\x0c\n\x04port\x18\x06 \x01(\r\x12T\n\rsource_labels\x18\x07 \x03(\x0b\x32=.istio.networking.v1alpha3.HTTPMatchRequest.SourceLabelsEntry\x12\x10\n\x08gateways\x18\x08 \x03(\t\x1aV\n\x0cHeadersEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12\x35\n\x05value\x18\x02 \x01(\x0b\x32&.istio.networking.v1alpha3.StringMatch:\x02\x38\x01\x1a\x33\n\x11SourceLabelsEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12\r\n\x05value\x18\x02 \x01(\t:\x02\x38\x01\"\xf7\x03\n\x14HTTPRouteDestination\x12;\n\x0b\x64\x65stination\x18\x01 \x01(\x0b\x32&.istio.networking.v1alpha3.Destination\x12\x0e\n\x06weight\x18\x02 \x01(\x05\x12\x1f\n\x17remove_response_headers\x18\x03 \x03(\t\x12k\n\x17\x61ppend_response_headers\x18\x04 \x03(\x0b\x32J.istio.networking.v1alpha3.HTTPRouteDestination.AppendResponseHeadersEntry\x12\x1e\n\x16remove_request_headers\x18\x05 \x03(\t\x12i\n\x16\x61ppend_request_headers\x18\x06 \x03(\x0b\x32I.istio.networking.v1alpha3.HTTPRouteDestination.AppendRequestHeadersEntry\x1a<\n\x1a\x41ppendResponseHeadersEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12\r\n\x05value\x18\x02 \x01(\t:\x02\x38\x01\x1a;\n\x19\x41ppendRequestHeadersEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12\r\n\x05value\x18\x02 \x01(\t:\x02\x38\x01\"_\n\x10RouteDestination\x12;\n\x0b\x64\x65stination\x18\x01 \x01(\x0b\x32&.istio.networking.v1alpha3.Destination\x12\x0e\n\x06weight\x18\x02 \x01(\x05\"\xf3\x01\n\x11L4MatchAttributes\x12\x1b\n\x13\x64\x65stination_subnets\x18\x01 \x03(\t\x12\x0c\n\x04port\x18\x02 \x01(\r\x12\x15\n\rsource_subnet\x18\x03 \x01(\t\x12U\n\rsource_labels\x18\x04 \x03(\x0b\x32>.istio.networking.v1alpha3.L4MatchAttributes.SourceLabelsEntry\x12\x10\n\x08gateways\x18\x05 \x03(\t\x1a\x33\n\x11SourceLabelsEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12\r\n\x05value\x18\x02 \x01(\t:\x02\x38\x01\"\x88\x02\n\x12TLSMatchAttributes\x12\x11\n\tsni_hosts\x18\x01 \x03(\t\x12\x1b\n\x13\x64\x65stination_subnets\x18\x02 \x03(\t\x12\x0c\n\x04port\x18\x03 \x01(\r\x12\x15\n\rsource_subnet\x18\x04 \x01(\t\x12V\n\rsource_labels\x18\x05 \x03(\x0b\x32?.istio.networking.v1alpha3.TLSMatchAttributes.SourceLabelsEntry\x12\x10\n\x08gateways\x18\x06 \x03(\t\x1a\x33\n\x11SourceLabelsEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12\r\n\x05value\x18\x02 \x01(\t:\x02\x38\x01\".\n\x0cHTTPRedirect\x12\x0b\n\x03uri\x18\x01 \x01(\t\x12\x11\n\tauthority\x18\x02 \x01(\t\"-\n\x0bHTTPRewrite\x12\x0b\n\x03uri\x18\x01 \x01(\t\x12\x11\n\tauthority\x18\x02 \x01(\t\"O\n\x0bStringMatch\x12\x0f\n\x05\x65xact\x18\x01 \x01(\tH\x00\x12\x10\n\x06prefix\x18\x02 \x01(\tH\x00\x12\x0f\n\x05regex\x18\x03 \x01(\tH\x00\x42\x0c\n\nmatch_type\"b\n\tHTTPRetry\x12\x10\n\x08\x61ttempts\x18\x01 \x01(\x05\x12\x32\n\x0fper_try_timeout\x18\x02 \x01(\x0b\x32\x19.google.protobuf.Duration\x12\x0f\n\x07retryOn\x18\x03 \x01(\t\"\xcb\x01\n\nCorsPolicy\x12\x14\n\x0c\x61llow_origin\x18\x01 \x03(\t\x12\x15\n\rallow_methods\x18\x02 \x03(\t\x12\x15\n\rallow_headers\x18\x03 \x03(\t\x12\x16\n\x0e\x65xpose_headers\x18\x04 \x03(\t\x12*\n\x07max_age\x18\x05 \x01(\x0b\x32\x19.google.protobuf.Duration\x12\x35\n\x11\x61llow_credentials\x18\x06 \x01(\x0b\x32\x1a.google.protobuf.BoolValue\"\x9a\x04\n\x12HTTPFaultInjection\x12\x42\n\x05\x64\x65lay\x18\x01 \x01(\x0b\x32\x33.istio.networking.v1alpha3.HTTPFaultInjection.Delay\x12\x42\n\x05\x61\x62ort\x18\x02 \x01(\x0b\x32\x33.istio.networking.v1alpha3.HTTPFaultInjection.Abort\x1a\xd1\x01\n\x05\x44\x65lay\x12\x13\n\x07percent\x18\x01 \x01(\x05\x42\x02\x18\x01\x12\x30\n\x0b\x66ixed_delay\x18\x02 \x01(\x0b\x32\x19.google.protobuf.DurationH\x00\x12\x36\n\x11\x65xponential_delay\x18\x03 \x01(\x0b\x32\x19.google.protobuf.DurationH\x00\x12\x36\n\npercentage\x18\x05 \x01(\x0b\x32\".istio.networking.v1alpha3.PercentB\x11\n\x0fhttp_delay_type\x1a\xa7\x01\n\x05\x41\x62ort\x12\x13\n\x07percent\x18\x01 \x01(\x05\x42\x02\x18\x01\x12\x15\n\x0bhttp_status\x18\x02 \x01(\x05H\x00\x12\x15\n\x0bgrpc_status\x18\x03 \x01(\tH\x00\x12\x15\n\x0bhttp2_error\x18\x04 \x01(\tH\x00\x12\x36\n\npercentage\x18\x05 \x01(\x0b\x32\".istio.networking.v1alpha3.PercentB\x0c\n\nerror_type\"8\n\x0cPortSelector\x12\x10\n\x06number\x18\x01 \x01(\rH\x00\x12\x0e\n\x04name\x18\x02 \x01(\tH\x00\x42\x06\n\x04port\"\x18\n\x07Percent\x12\r\n\x05value\x18\x01 \x01(\x01\x42\"Z istio.io/api/networking/v1alpha3b\x06proto3')
+ serialized_pb=_b('\n)networking/v1alpha3/virtual_service.proto\x12\x19istio.networking.v1alpha3\x1a\x1egoogle/protobuf/duration.proto\x1a\x1egoogle/protobuf/wrappers.proto\"\xc9\x01\n\x0eVirtualService\x12\r\n\x05hosts\x18\x01 \x03(\t\x12\x10\n\x08gateways\x18\x02 \x03(\t\x12\x32\n\x04http\x18\x03 \x03(\x0b\x32$.istio.networking.v1alpha3.HTTPRoute\x12\x30\n\x03tls\x18\x05 \x03(\x0b\x32#.istio.networking.v1alpha3.TLSRoute\x12\x30\n\x03tcp\x18\x04 \x03(\x0b\x32#.istio.networking.v1alpha3.TCPRoute\"b\n\x0b\x44\x65stination\x12\x0c\n\x04host\x18\x01 \x01(\t\x12\x0e\n\x06subset\x18\x02 \x01(\t\x12\x35\n\x04port\x18\x03 \x01(\x0b\x32\'.istio.networking.v1alpha3.PortSelector\"\xb4\x08\n\tHTTPRoute\x12:\n\x05match\x18\x01 \x03(\x0b\x32+.istio.networking.v1alpha3.HTTPMatchRequest\x12>\n\x05route\x18\x02 \x03(\x0b\x32/.istio.networking.v1alpha3.HTTPRouteDestination\x12\x39\n\x08redirect\x18\x03 \x01(\x0b\x32\'.istio.networking.v1alpha3.HTTPRedirect\x12\x37\n\x07rewrite\x18\x04 \x01(\x0b\x32&.istio.networking.v1alpha3.HTTPRewrite\x12\x19\n\x11websocket_upgrade\x18\x05 \x01(\x08\x12*\n\x07timeout\x18\x06 \x01(\x0b\x32\x19.google.protobuf.Duration\x12\x35\n\x07retries\x18\x07 \x01(\x0b\x32$.istio.networking.v1alpha3.HTTPRetry\x12<\n\x05\x66\x61ult\x18\x08 \x01(\x0b\x32-.istio.networking.v1alpha3.HTTPFaultInjection\x12\x36\n\x06mirror\x18\t \x01(\x0b\x32&.istio.networking.v1alpha3.Destination\x12:\n\x0b\x63ors_policy\x18\n \x01(\x0b\x32%.istio.networking.v1alpha3.CorsPolicy\x12S\n\x0e\x61ppend_headers\x18\x0b \x03(\x0b\x32\x37.istio.networking.v1alpha3.HTTPRoute.AppendHeadersEntryB\x02\x18\x01\x12\x1f\n\x17remove_response_headers\x18\x0c \x03(\t\x12`\n\x17\x61ppend_response_headers\x18\r \x03(\x0b\x32?.istio.networking.v1alpha3.HTTPRoute.AppendResponseHeadersEntry\x12\x1e\n\x16remove_request_headers\x18\x0e \x03(\t\x12^\n\x16\x61ppend_request_headers\x18\x0f \x03(\x0b\x32>.istio.networking.v1alpha3.HTTPRoute.AppendRequestHeadersEntry\x1a\x34\n\x12\x41ppendHeadersEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12\r\n\x05value\x18\x02 \x01(\t:\x02\x38\x01\x1a<\n\x1a\x41ppendResponseHeadersEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12\r\n\x05value\x18\x02 \x01(\t:\x02\x38\x01\x1a;\n\x19\x41ppendRequestHeadersEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12\r\n\x05value\x18\x02 \x01(\t:\x02\x38\x01\"\x84\x01\n\x08TLSRoute\x12<\n\x05match\x18\x01 \x03(\x0b\x32-.istio.networking.v1alpha3.TLSMatchAttributes\x12:\n\x05route\x18\x02 \x03(\x0b\x32+.istio.networking.v1alpha3.RouteDestination\"\x83\x01\n\x08TCPRoute\x12;\n\x05match\x18\x01 \x03(\x0b\x32,.istio.networking.v1alpha3.L4MatchAttributes\x12:\n\x05route\x18\x02 \x03(\x0b\x32+.istio.networking.v1alpha3.RouteDestination\"\xc0\x04\n\x10HTTPMatchRequest\x12\x33\n\x03uri\x18\x01 \x01(\x0b\x32&.istio.networking.v1alpha3.StringMatch\x12\x36\n\x06scheme\x18\x02 \x01(\x0b\x32&.istio.networking.v1alpha3.StringMatch\x12\x36\n\x06method\x18\x03 \x01(\x0b\x32&.istio.networking.v1alpha3.StringMatch\x12\x39\n\tauthority\x18\x04 \x01(\x0b\x32&.istio.networking.v1alpha3.StringMatch\x12I\n\x07headers\x18\x05 \x03(\x0b\x32\x38.istio.networking.v1alpha3.HTTPMatchRequest.HeadersEntry\x12\x0c\n\x04port\x18\x06 \x01(\r\x12T\n\rsource_labels\x18\x07 \x03(\x0b\x32=.istio.networking.v1alpha3.HTTPMatchRequest.SourceLabelsEntry\x12\x10\n\x08gateways\x18\x08 \x03(\t\x1aV\n\x0cHeadersEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12\x35\n\x05value\x18\x02 \x01(\x0b\x32&.istio.networking.v1alpha3.StringMatch:\x02\x38\x01\x1a\x33\n\x11SourceLabelsEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12\r\n\x05value\x18\x02 \x01(\t:\x02\x38\x01\"\xf7\x03\n\x14HTTPRouteDestination\x12;\n\x0b\x64\x65stination\x18\x01 \x01(\x0b\x32&.istio.networking.v1alpha3.Destination\x12\x0e\n\x06weight\x18\x02 \x01(\x05\x12\x1f\n\x17remove_response_headers\x18\x03 \x03(\t\x12k\n\x17\x61ppend_response_headers\x18\x04 \x03(\x0b\x32J.istio.networking.v1alpha3.HTTPRouteDestination.AppendResponseHeadersEntry\x12\x1e\n\x16remove_request_headers\x18\x05 \x03(\t\x12i\n\x16\x61ppend_request_headers\x18\x06 \x03(\x0b\x32I.istio.networking.v1alpha3.HTTPRouteDestination.AppendRequestHeadersEntry\x1a<\n\x1a\x41ppendResponseHeadersEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12\r\n\x05value\x18\x02 \x01(\t:\x02\x38\x01\x1a;\n\x19\x41ppendRequestHeadersEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12\r\n\x05value\x18\x02 \x01(\t:\x02\x38\x01\"_\n\x10RouteDestination\x12;\n\x0b\x64\x65stination\x18\x01 \x01(\x0b\x32&.istio.networking.v1alpha3.Destination\x12\x0e\n\x06weight\x18\x02 \x01(\x05\"\xf3\x01\n\x11L4MatchAttributes\x12\x1b\n\x13\x64\x65stination_subnets\x18\x01 \x03(\t\x12\x0c\n\x04port\x18\x02 \x01(\r\x12\x15\n\rsource_subnet\x18\x03 \x01(\t\x12U\n\rsource_labels\x18\x04 \x03(\x0b\x32>.istio.networking.v1alpha3.L4MatchAttributes.SourceLabelsEntry\x12\x10\n\x08gateways\x18\x05 \x03(\t\x1a\x33\n\x11SourceLabelsEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12\r\n\x05value\x18\x02 \x01(\t:\x02\x38\x01\"\x88\x02\n\x12TLSMatchAttributes\x12\x11\n\tsni_hosts\x18\x01 \x03(\t\x12\x1b\n\x13\x64\x65stination_subnets\x18\x02 \x03(\t\x12\x0c\n\x04port\x18\x03 \x01(\r\x12\x15\n\rsource_subnet\x18\x04 \x01(\t\x12V\n\rsource_labels\x18\x05 \x03(\x0b\x32?.istio.networking.v1alpha3.TLSMatchAttributes.SourceLabelsEntry\x12\x10\n\x08gateways\x18\x06 \x03(\t\x1a\x33\n\x11SourceLabelsEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12\r\n\x05value\x18\x02 \x01(\t:\x02\x38\x01\".\n\x0cHTTPRedirect\x12\x0b\n\x03uri\x18\x01 \x01(\t\x12\x11\n\tauthority\x18\x02 \x01(\t\"-\n\x0bHTTPRewrite\x12\x0b\n\x03uri\x18\x01 \x01(\t\x12\x11\n\tauthority\x18\x02 \x01(\t\"O\n\x0bStringMatch\x12\x0f\n\x05\x65xact\x18\x01 \x01(\tH\x00\x12\x10\n\x06prefix\x18\x02 \x01(\tH\x00\x12\x0f\n\x05regex\x18\x03 \x01(\tH\x00\x42\x0c\n\nmatch_type\"c\n\tHTTPRetry\x12\x10\n\x08\x61ttempts\x18\x01 \x01(\x05\x12\x32\n\x0fper_try_timeout\x18\x02 \x01(\x0b\x32\x19.google.protobuf.Duration\x12\x10\n\x08retry_on\x18\x03 \x01(\t\"\xcb\x01\n\nCorsPolicy\x12\x14\n\x0c\x61llow_origin\x18\x01 \x03(\t\x12\x15\n\rallow_methods\x18\x02 \x03(\t\x12\x15\n\rallow_headers\x18\x03 \x03(\t\x12\x16\n\x0e\x65xpose_headers\x18\x04 \x03(\t\x12*\n\x07max_age\x18\x05 \x01(\x0b\x32\x19.google.protobuf.Duration\x12\x35\n\x11\x61llow_credentials\x18\x06 \x01(\x0b\x32\x1a.google.protobuf.BoolValue\"\x9a\x04\n\x12HTTPFaultInjection\x12\x42\n\x05\x64\x65lay\x18\x01 \x01(\x0b\x32\x33.istio.networking.v1alpha3.HTTPFaultInjection.Delay\x12\x42\n\x05\x61\x62ort\x18\x02 \x01(\x0b\x32\x33.istio.networking.v1alpha3.HTTPFaultInjection.Abort\x1a\xd1\x01\n\x05\x44\x65lay\x12\x13\n\x07percent\x18\x01 \x01(\x05\x42\x02\x18\x01\x12\x30\n\x0b\x66ixed_delay\x18\x02 \x01(\x0b\x32\x19.google.protobuf.DurationH\x00\x12\x36\n\x11\x65xponential_delay\x18\x03 \x01(\x0b\x32\x19.google.protobuf.DurationH\x00\x12\x36\n\npercentage\x18\x05 \x01(\x0b\x32\".istio.networking.v1alpha3.PercentB\x11\n\x0fhttp_delay_type\x1a\xa7\x01\n\x05\x41\x62ort\x12\x13\n\x07percent\x18\x01 \x01(\x05\x42\x02\x18\x01\x12\x15\n\x0bhttp_status\x18\x02 \x01(\x05H\x00\x12\x15\n\x0bgrpc_status\x18\x03 \x01(\tH\x00\x12\x15\n\x0bhttp2_error\x18\x04 \x01(\tH\x00\x12\x36\n\npercentage\x18\x05 \x01(\x0b\x32\".istio.networking.v1alpha3.PercentB\x0c\n\nerror_type\"8\n\x0cPortSelector\x12\x10\n\x06number\x18\x01 \x01(\rH\x00\x12\x0e\n\x04name\x18\x02 \x01(\tH\x00\x42\x06\n\x04port\"\x18\n\x07Percent\x12\r\n\x05value\x18\x01 \x01(\x01\x42\"Z istio.io/api/networking/v1alpha3b\x06proto3')
,
dependencies=[google_dot_protobuf_dot_duration__pb2.DESCRIPTOR,google_dot_protobuf_dot_wrappers__pb2.DESCRIPTOR,])
@@ -1125,7 +1125,7 @@
is_extension=False, extension_scope=None,
options=None, file=DESCRIPTOR),
_descriptor.FieldDescriptor(
- name='retryOn', full_name='istio.networking.v1alpha3.HTTPRetry.retryOn', index=2,
+ name='retry_on', full_name='istio.networking.v1alpha3.HTTPRetry.retry_on', index=2,
number=3, type=9, cpp_type=9, label=1,
has_default_value=False, default_value=_b("").decode('utf-8'),
message_type=None, enum_type=None, containing_type=None,
@@ -1144,7 +1144,7 @@
oneofs=[
],
serialized_start=3659,
- serialized_end=3757,
+ serialized_end=3758,
)
@@ -1209,8 +1209,8 @@
extension_ranges=[],
oneofs=[
],
- serialized_start=3760,
- serialized_end=3963,
+ serialized_start=3761,
+ serialized_end=3964,
)
@@ -1264,8 +1264,8 @@
name='http_delay_type', full_name='istio.networking.v1alpha3.HTTPFaultInjection.Delay.http_delay_type',
index=0, containing_type=None, fields=[]),
],
- serialized_start=4125,
- serialized_end=4334,
+ serialized_start=4126,
+ serialized_end=4335,
)
_HTTPFAULTINJECTION_ABORT = _descriptor.Descriptor(
@@ -1325,8 +1325,8 @@
name='error_type', full_name='istio.networking.v1alpha3.HTTPFaultInjection.Abort.error_type',
index=0, containing_type=None, fields=[]),
],
- serialized_start=4337,
- serialized_end=4504,
+ serialized_start=4338,
+ serialized_end=4505,
)
_HTTPFAULTINJECTION = _descriptor.Descriptor(
@@ -1362,8 +1362,8 @@
extension_ranges=[],
oneofs=[
],
- serialized_start=3966,
- serialized_end=4504,
+ serialized_start=3967,
+ serialized_end=4505,
)
@@ -1403,8 +1403,8 @@
name='port', full_name='istio.networking.v1alpha3.PortSelector.port',
index=0, containing_type=None, fields=[]),
],
- serialized_start=4506,
- serialized_end=4562,
+ serialized_start=4507,
+ serialized_end=4563,
)
@@ -1434,8 +1434,8 @@
extension_ranges=[],
oneofs=[
],
- serialized_start=4564,
- serialized_end=4588,
+ serialized_start=4565,
+ serialized_end=4589,
)
_VIRTUALSERVICE.fields_by_name['http'].message_type = _HTTPROUTE
From 7ce9562e503f80fa461006dde844207d4586a389 Mon Sep 17 00:00:00 2001
From: Gregory Hanson AuthenticationPolicyMeshConfigand remain constant for the duration of the pod. The rest of the mesh config can be changed at runtime and config gets distributed dynamically. + |
+
outboundTrafficPolicy |
+MeshConfig.OutboundTrafficPolicy |
+
+ Set the default behavior of the sidecar for handling outbound traffic from the application. +While the default mode should work out of the box, if your application uses one or more external services that +are not known apriori, setting the policy to ALLOWANY will cause the sidecars to route traffic to the any +requested destination. +Users are strongly encouraged to use ServiceEntries to explicitly declare any external dependencies, +instead of using allowany. + |
| Field | +Type | +Description | +
|---|---|---|
mode |
+MeshConfig.OutboundTrafficPolicy.Mode |
++ | +
| Name | +Description | +|
|---|---|---|
REGISTRY_ONLY |
+
+ outbound traffic will be restricted to services defined in the service registry as well as those defined +through ServiceEntries + + |
+|
ALLOW_ANY |
+
+ outbound traffic to unknown destinations will be allowed + + |
+|
VIRTUAL_SERVICE_ONLY |
+
+ not implemented. outbound traffic will be restricted to destinations defined in VirtualServices only + |
|
TLSv1_0 |
+||
TLSV1_0 |
TLS version 1.0 |
|
TLSv1_1 |
+||
TLSV1_1 |
TLS version 1.1 |
|
TLSv1_2 |
+||
TLSV1_2 |
TLS version 1.2 |
|
TLSv1_3 |
+||
TLSV1_3 |
TLS version 1.3 diff --git a/python/istio_api/networking/v1alpha3/gateway_pb2.py b/python/istio_api/networking/v1alpha3/gateway_pb2.py index 6f39eb55d2..3a492b02fd 100644 --- a/python/istio_api/networking/v1alpha3/gateway_pb2.py +++ b/python/istio_api/networking/v1alpha3/gateway_pb2.py @@ -19,7 +19,7 @@ name='networking/v1alpha3/gateway.proto', package='istio.networking.v1alpha3', syntax='proto3', - serialized_pb=_b('\n!networking/v1alpha3/gateway.proto\x12\x19istio.networking.v1alpha3\"\xb2\x01\n\x07Gateway\x12\x32\n\x07servers\x18\x01 \x03(\x0b\x32!.istio.networking.v1alpha3.Server\x12\x42\n\x08selector\x18\x02 \x03(\x0b\x32\x30.istio.networking.v1alpha3.Gateway.SelectorEntry\x1a/\n\rSelectorEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12\r\n\x05value\x18\x02 \x01(\t:\x02\x38\x01\"\xb3\x05\n\x06Server\x12-\n\x04port\x18\x01 \x01(\x0b\x32\x1f.istio.networking.v1alpha3.Port\x12\r\n\x05hosts\x18\x02 \x03(\t\x12\x39\n\x03tls\x18\x03 \x01(\x0b\x32,.istio.networking.v1alpha3.Server.TLSOptions\x1a\xaf\x04\n\nTLSOptions\x12\x16\n\x0ehttps_redirect\x18\x01 \x01(\x08\x12\x42\n\x04mode\x18\x02 \x01(\x0e\x32\x34.istio.networking.v1alpha3.Server.TLSOptions.TLSmode\x12\x1a\n\x12server_certificate\x18\x03 \x01(\t\x12\x13\n\x0bprivate_key\x18\x04 \x01(\t\x12\x17\n\x0f\x63\x61_certificates\x18\x05 \x01(\t\x12\x19\n\x11subject_alt_names\x18\x06 \x03(\t\x12V\n\x14min_protocol_version\x18\x07 \x01(\x0e\x32\x38.istio.networking.v1alpha3.Server.TLSOptions.TLSProtocol\x12V\n\x14max_protocol_version\x18\x08 \x01(\x0e\x32\x38.istio.networking.v1alpha3.Server.TLSOptions.TLSProtocol\x12\x15\n\rcipher_suites\x18\t \x03(\t\"H\n\x07TLSmode\x12\x0f\n\x0bPASSTHROUGH\x10\x00\x12\n\n\x06SIMPLE\x10\x01\x12\n\n\x06MUTUAL\x10\x02\x12\x14\n\x10\x41UTO_PASSTHROUGH\x10\x03\"O\n\x0bTLSProtocol\x12\x0c\n\x08TLS_AUTO\x10\x00\x12\x0b\n\x07TLSv1_0\x10\x01\x12\x0b\n\x07TLSv1_1\x10\x02\x12\x0b\n\x07TLSv1_2\x10\x03\x12\x0b\n\x07TLSv1_3\x10\x04\"6\n\x04Port\x12\x0e\n\x06number\x18\x01 \x01(\r\x12\x10\n\x08protocol\x18\x02 \x01(\t\x12\x0c\n\x04name\x18\x03 \x01(\tB\"Z istio.io/api/networking/v1alpha3b\x06proto3') + serialized_pb=_b('\n!networking/v1alpha3/gateway.proto\x12\x19istio.networking.v1alpha3\"\xb2\x01\n\x07Gateway\x12\x32\n\x07servers\x18\x01 \x03(\x0b\x32!.istio.networking.v1alpha3.Server\x12\x42\n\x08selector\x18\x02 \x03(\x0b\x32\x30.istio.networking.v1alpha3.Gateway.SelectorEntry\x1a/\n\rSelectorEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12\r\n\x05value\x18\x02 \x01(\t:\x02\x38\x01\"\xb3\x05\n\x06Server\x12-\n\x04port\x18\x01 \x01(\x0b\x32\x1f.istio.networking.v1alpha3.Port\x12\r\n\x05hosts\x18\x02 \x03(\t\x12\x39\n\x03tls\x18\x03 \x01(\x0b\x32,.istio.networking.v1alpha3.Server.TLSOptions\x1a\xaf\x04\n\nTLSOptions\x12\x16\n\x0ehttps_redirect\x18\x01 \x01(\x08\x12\x42\n\x04mode\x18\x02 \x01(\x0e\x32\x34.istio.networking.v1alpha3.Server.TLSOptions.TLSmode\x12\x1a\n\x12server_certificate\x18\x03 \x01(\t\x12\x13\n\x0bprivate_key\x18\x04 \x01(\t\x12\x17\n\x0f\x63\x61_certificates\x18\x05 \x01(\t\x12\x19\n\x11subject_alt_names\x18\x06 \x03(\t\x12V\n\x14min_protocol_version\x18\x07 \x01(\x0e\x32\x38.istio.networking.v1alpha3.Server.TLSOptions.TLSProtocol\x12V\n\x14max_protocol_version\x18\x08 \x01(\x0e\x32\x38.istio.networking.v1alpha3.Server.TLSOptions.TLSProtocol\x12\x15\n\rcipher_suites\x18\t \x03(\t\"H\n\x07TLSmode\x12\x0f\n\x0bPASSTHROUGH\x10\x00\x12\n\n\x06SIMPLE\x10\x01\x12\n\n\x06MUTUAL\x10\x02\x12\x14\n\x10\x41UTO_PASSTHROUGH\x10\x03\"O\n\x0bTLSProtocol\x12\x0c\n\x08TLS_AUTO\x10\x00\x12\x0b\n\x07TLSV1_0\x10\x01\x12\x0b\n\x07TLSV1_1\x10\x02\x12\x0b\n\x07TLSV1_2\x10\x03\x12\x0b\n\x07TLSV1_3\x10\x04\"6\n\x04Port\x12\x0e\n\x06number\x18\x01 \x01(\r\x12\x10\n\x08protocol\x18\x02 \x01(\t\x12\x0c\n\x04name\x18\x03 \x01(\tB\"Z istio.io/api/networking/v1alpha3b\x06proto3') ) @@ -65,19 +65,19 @@ options=None, type=None), _descriptor.EnumValueDescriptor( - name='TLSv1_0', index=1, number=1, + name='TLSV1_0', index=1, number=1, options=None, type=None), _descriptor.EnumValueDescriptor( - name='TLSv1_1', index=2, number=2, + name='TLSV1_1', index=2, number=2, options=None, type=None), _descriptor.EnumValueDescriptor( - name='TLSv1_2', index=3, number=3, + name='TLSV1_2', index=3, number=3, options=None, type=None), _descriptor.EnumValueDescriptor( - name='TLSv1_3', index=4, number=4, + name='TLSV1_3', index=4, number=4, options=None, type=None), ], From 510451bbdb2fad5f3e0d86c6c3c6efecddaa0b31 Mon Sep 17 00:00:00 2001 From: Zhonghu XuConfigSource
|
Address of the server implementing the Istio Mesh Configuration protocol (MCP). Can be IP address or a fully qualified DNS name. -Use file:/// to specify a file-based backend with absolute path to the directory. +Use fs:/// to specify a file-based backend with absolute path to the directory. | requestHeaderOperations |
Rule.HeaderOperationTemplate[] |
- Optional. Templatized operations on the request headers using attributes produced by the + Optional. Templatized operations on the request headers using values produced by the rule actions. |
@@ -642,7 +642,7 @@ responseHeaderOperations |
Rule.HeaderOperationTemplate[] |
- Optional. Templatized operations on the response headers using attributes produced by the + Optional. Templatized operations on the response headers using values produced by the rule actions. |
@@ -652,7 +652,16 @@
name |
string |
- Required. Header name. +Required. Header name literal value. |
@@ -675,7 +684,7 @@ values |
string[] |
- Optional. Header values to replace or append. +Optional. Header value expressions. |
@@ -705,21 +714,21 @@
REPLACE |
- replaces the header with the given name +Replace a header by name. |
|
REMOVE |
- removes the header with the given name (the value is ignored) +Remove a header by name. Values are ignored. |
|
APPEND |
- appends the values to the existing values (preserving existing values) +Append values to the existing header values. |
|
minHealthPercent |
+int32 |
+
+ Outlier detection will be enabled as long as the associated load balancing +pool has at least minhealthpercent hosts in healthy mode. When the +percentage of healthy hosts in the load balancing pool drops below this +threshold, outlier detection will be disabled and the proxy will load balance +across all hosts in the pool (healthy and unhealthy). The default is 50%. + |