diff --git a/kubernetes/customresourcedefinitions.gen.yaml b/kubernetes/customresourcedefinitions.gen.yaml
index 0494fa7f087..6873fbd8edd 100644
--- a/kubernetes/customresourcedefinitions.gen.yaml
+++ b/kubernetes/customresourcedefinitions.gen.yaml
@@ -550,6 +550,12 @@ spec:
properties:
caCertificates:
type: string
+ cipherSuites:
+ description: 'Optional: If specified, only support
+ the specified cipher list.'
+ items:
+ type: string
+ type: array
clientCertificate:
description: REQUIRED if mode is `MUTUAL`.
type: string
@@ -582,6 +588,12 @@ spec:
properties:
caCertificates:
type: string
+ cipherSuites:
+ description: 'Optional: If specified, only support the
+ specified cipher list.'
+ items:
+ type: string
+ type: array
clientCertificate:
description: REQUIRED if mode is `MUTUAL`.
type: string
@@ -1086,6 +1098,12 @@ spec:
properties:
caCertificates:
type: string
+ cipherSuites:
+ description: 'Optional: If specified, only support the
+ specified cipher list.'
+ items:
+ type: string
+ type: array
clientCertificate:
description: REQUIRED if mode is `MUTUAL`.
type: string
@@ -1118,6 +1136,12 @@ spec:
properties:
caCertificates:
type: string
+ cipherSuites:
+ description: 'Optional: If specified, only support the specified
+ cipher list.'
+ items:
+ type: string
+ type: array
clientCertificate:
description: REQUIRED if mode is `MUTUAL`.
type: string
@@ -1678,6 +1702,12 @@ spec:
properties:
caCertificates:
type: string
+ cipherSuites:
+ description: 'Optional: If specified, only support
+ the specified cipher list.'
+ items:
+ type: string
+ type: array
clientCertificate:
description: REQUIRED if mode is `MUTUAL`.
type: string
@@ -1710,6 +1740,12 @@ spec:
properties:
caCertificates:
type: string
+ cipherSuites:
+ description: 'Optional: If specified, only support the
+ specified cipher list.'
+ items:
+ type: string
+ type: array
clientCertificate:
description: REQUIRED if mode is `MUTUAL`.
type: string
@@ -2214,6 +2250,12 @@ spec:
properties:
caCertificates:
type: string
+ cipherSuites:
+ description: 'Optional: If specified, only support the
+ specified cipher list.'
+ items:
+ type: string
+ type: array
clientCertificate:
description: REQUIRED if mode is `MUTUAL`.
type: string
@@ -2246,6 +2288,12 @@ spec:
properties:
caCertificates:
type: string
+ cipherSuites:
+ description: 'Optional: If specified, only support the specified
+ cipher list.'
+ items:
+ type: string
+ type: array
clientCertificate:
description: REQUIRED if mode is `MUTUAL`.
type: string
diff --git a/mesh/v1alpha1/istio.mesh.v1alpha1.gen.json b/mesh/v1alpha1/istio.mesh.v1alpha1.gen.json
index 2f8b5200da1..440ace28f11 100644
--- a/mesh/v1alpha1/istio.mesh.v1alpha1.gen.json
+++ b/mesh/v1alpha1/istio.mesh.v1alpha1.gen.json
@@ -1618,6 +1618,13 @@
"sni": {
"description": "SNI string to present to the server during TLS handshake.",
"type": "string"
+ },
+ "cipherSuites": {
+ "description": "Optional: If specified, only support the specified cipher list. Otherwise default to the default cipher list supported by Envoy.",
+ "type": "array",
+ "items": {
+ "type": "string"
+ }
}
}
},
diff --git a/networking/v1alpha3/destination_rule.gen.json b/networking/v1alpha3/destination_rule.gen.json
index 1eb9b5357eb..e0eb374bc8e 100644
--- a/networking/v1alpha3/destination_rule.gen.json
+++ b/networking/v1alpha3/destination_rule.gen.json
@@ -39,6 +39,13 @@
"sni": {
"description": "SNI string to present to the server during TLS handshake.",
"type": "string"
+ },
+ "cipherSuites": {
+ "description": "Optional: If specified, only support the specified cipher list. Otherwise default to the default cipher list supported by Envoy.",
+ "type": "array",
+ "items": {
+ "type": "string"
+ }
}
}
},
diff --git a/networking/v1alpha3/destination_rule.pb.go b/networking/v1alpha3/destination_rule.pb.go
index 3541fe3a022..9f538176906 100644
--- a/networking/v1alpha3/destination_rule.pb.go
+++ b/networking/v1alpha3/destination_rule.pb.go
@@ -1858,7 +1858,10 @@ type ClientTLSSettings struct {
// from the ServiceEntry.
SubjectAltNames []string `protobuf:"bytes,5,rep,name=subject_alt_names,json=subjectAltNames,proto3" json:"subject_alt_names,omitempty"`
// SNI string to present to the server during TLS handshake.
- Sni string `protobuf:"bytes,6,opt,name=sni,proto3" json:"sni,omitempty"`
+ Sni string `protobuf:"bytes,6,opt,name=sni,proto3" json:"sni,omitempty"`
+ // Optional: If specified, only support the specified cipher list.
+ // Otherwise default to the default cipher list supported by Envoy.
+ CipherSuites []string `protobuf:"bytes,8,rep,name=cipher_suites,json=cipherSuites,proto3" json:"cipher_suites,omitempty"`
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
@@ -1946,6 +1949,13 @@ func (m *ClientTLSSettings) GetSni() string {
return ""
}
+func (m *ClientTLSSettings) GetCipherSuites() []string {
+ if m != nil {
+ return m.CipherSuites
+ }
+ return nil
+}
+
// Locality-weighted load balancing allows administrators to control the
// distribution of traffic to endpoints based on the localities of where the
// traffic originates and where it will terminate. These localities are
@@ -2231,125 +2241,127 @@ func init() {
}
var fileDescriptor_12899beb695152c8 = []byte{
- // 1888 bytes of a gzipped FileDescriptorProto
- 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xb4, 0x58, 0xcd, 0x72, 0xdb, 0xc8,
- 0x11, 0x16, 0x7f, 0x25, 0x36, 0xf5, 0x43, 0x8e, 0x5d, 0x0e, 0x4d, 0xa7, 0xb4, 0x5e, 0x56, 0xaa,
- 0xd6, 0x71, 0xd6, 0x50, 0x2c, 0xaf, 0x53, 0x9b, 0x75, 0xf6, 0x87, 0x94, 0x68, 0x53, 0x6b, 0x4a,
- 0x64, 0x86, 0x54, 0x2a, 0x71, 0x0e, 0xa8, 0x21, 0x38, 0x22, 0x67, 0x05, 0x62, 0xb0, 0x83, 0x01,
- 0x4d, 0xf9, 0x9c, 0x5c, 0x52, 0x79, 0x84, 0x3c, 0x45, 0x4e, 0xb9, 0xe6, 0x96, 0x63, 0x72, 0xc9,
- 0x39, 0xe5, 0x43, 0xde, 0x20, 0x55, 0xa9, 0x9c, 0x52, 0x33, 0x18, 0x90, 0x90, 0x25, 0x4b, 0x96,
- 0xb5, 0x7b, 0x03, 0xa6, 0xbf, 0xfe, 0xba, 0xa7, 0xa7, 0xbb, 0xa7, 0x01, 0xb8, 0xef, 0x51, 0xf9,
- 0x92, 0x8b, 0x63, 0xe6, 0x8d, 0xb6, 0xa6, 0x0f, 0x89, 0xeb, 0x8f, 0xc9, 0xa3, 0xad, 0x21, 0x0d,
- 0x24, 0xf3, 0x88, 0x64, 0xdc, 0xb3, 0x45, 0xe8, 0x52, 0xcb, 0x17, 0x5c, 0x72, 0x74, 0x9b, 0x05,
- 0x92, 0x71, 0x6b, 0xa1, 0x61, 0xc5, 0x1a, 0xd5, 0x0f, 0x46, 0x9c, 0x8f, 0x5c, 0xba, 0x45, 0x7c,
- 0xb6, 0x75, 0xc4, 0xa8, 0x3b, 0xb4, 0x07, 0x74, 0x4c, 0xa6, 0x8c, 0x8b, 0x48, 0xb7, 0xba, 0x69,
- 0x00, 0xfa, 0x6d, 0x10, 0x1e, 0x6d, 0x0d, 0x43, 0xa1, 0x0d, 0xbc, 0x4d, 0xfe, 0x52, 0x10, 0xdf,
- 0xa7, 0x22, 0x30, 0xf2, 0x1f, 0x9f, 0xe7, 0xe7, 0x94, 0x09, 0x19, 0x12, 0xd7, 0x0e, 0xa8, 0x98,
- 0x32, 0xc7, 0xb8, 0x59, 0xbd, 0x39, 0xe2, 0x23, 0xae, 0x1f, 0xb7, 0xd4, 0x53, 0xb4, 0x5a, 0xfb,
- 0x67, 0x0a, 0x36, 0x76, 0x17, 0xfb, 0xc2, 0xa1, 0x4b, 0x51, 0x05, 0xb2, 0x63, 0x1e, 0xc8, 0x4a,
- 0xea, 0x6e, 0xea, 0x5e, 0xa1, 0x91, 0x7d, 0x5d, 0x4f, 0xa5, 0xb1, 0x5e, 0x41, 0x1d, 0x58, 0x97,
- 0x82, 0x1c, 0x1d, 0x31, 0xc7, 0xf6, 0xb9, 0xcb, 0x9c, 0x93, 0x4a, 0xfa, 0x6e, 0xea, 0x5e, 0x71,
- 0xfb, 0x9e, 0xf5, 0xd6, 0x18, 0x58, 0xfd, 0x48, 0xa1, 0xab, 0xf1, 0x78, 0x4d, 0x26, 0x5f, 0xd1,
- 0x13, 0x58, 0x0e, 0xc2, 0x41, 0x40, 0x65, 0x50, 0xc9, 0xdc, 0xcd, 0xdc, 0x2b, 0x6e, 0x7f, 0x78,
- 0x01, 0x53, 0x4f, 0x23, 0x71, 0xac, 0x81, 0xee, 0x40, 0x81, 0xce, 0x7c, 0x2e, 0xa4, 0x2d, 0x79,
- 0x25, 0x7b, 0x37, 0x73, 0xaf, 0x80, 0x57, 0xa2, 0x85, 0x3e, 0xaf, 0xfd, 0x3b, 0x0f, 0x6b, 0xa7,
- 0x4c, 0xa3, 0x3e, 0xac, 0xb9, 0x9c, 0x0c, 0xed, 0x01, 0x71, 0x89, 0xe7, 0x50, 0xa1, 0xf7, 0x57,
- 0xdc, 0xde, 0xba, 0xc0, 0x62, 0x9b, 0x93, 0x61, 0xc3, 0xc0, 0x7b, 0x54, 0x4a, 0xe6, 0x8d, 0x02,
- 0xbc, 0xea, 0x26, 0x56, 0xd1, 0x0b, 0xd8, 0x70, 0xb8, 0xe7, 0x51, 0x47, 0xa7, 0x85, 0xcf, 0xb9,
- 0x6b, 0x62, 0xf2, 0xf0, 0x02, 0xde, 0x9d, 0xb9, 0x46, 0x97, 0x73, 0x77, 0xce, 0xbc, 0xee, 0x9c,
- 0x5a, 0x47, 0xbf, 0x86, 0x32, 0x0f, 0xa5, 0xcb, 0xa8, 0xb0, 0x87, 0x54, 0x46, 0x82, 0x4a, 0x46,
- 0xb3, 0xff, 0xe4, 0x02, 0xf6, 0x4e, 0xa4, 0xb3, 0x1b, 0xab, 0xe0, 0x12, 0x7f, 0x63, 0x05, 0x7d,
- 0x01, 0x19, 0xe9, 0x06, 0x95, 0xac, 0xe6, 0xfa, 0xf8, 0x22, 0x4f, 0x5d, 0x46, 0x3d, 0xd9, 0x6f,
- 0xf7, 0xe6, 0x4e, 0x2a, 0x45, 0xf4, 0x0d, 0xdc, 0xd0, 0x81, 0x77, 0xe9, 0x94, 0xaa, 0x44, 0x8b,
- 0x64, 0x95, 0x9c, 0x3e, 0xc3, 0xcf, 0xde, 0x35, 0x1b, 0xac, 0xae, 0x3a, 0xab, 0x53, 0xf9, 0x51,
- 0x56, 0xb4, 0x6d, 0xc5, 0x1a, 0x1b, 0xac, 0xfe, 0x29, 0x03, 0xe5, 0x33, 0x40, 0xf4, 0x04, 0xb2,
- 0x0a, 0x6a, 0x0e, 0xf1, 0xa3, 0x0b, 0x4c, 0x2a, 0xdd, 0x1e, 0x75, 0xa9, 0x23, 0xb9, 0xc0, 0x5a,
- 0xe9, 0x6c, 0x2a, 0xa4, 0xbf, 0xa7, 0x54, 0xc8, 0x7c, 0xaf, 0xa9, 0x90, 0xfd, 0x0e, 0x53, 0x21,
- 0xf7, 0x9e, 0xa9, 0x50, 0xfb, 0x4f, 0x0a, 0xf2, 0x51, 0x65, 0xaa, 0xc6, 0xe1, 0x91, 0x09, 0x3d,
- 0xdd, 0x38, 0xd4, 0x0a, 0x6a, 0x42, 0xde, 0x25, 0x03, 0xea, 0x06, 0x95, 0xb4, 0x4e, 0x91, 0x07,
- 0x97, 0x96, 0xb9, 0xd5, 0xd6, 0xf8, 0xa6, 0x27, 0xc5, 0x09, 0x36, 0xca, 0xe7, 0xf4, 0x9f, 0xcc,
- 0xb5, 0xfa, 0x4f, 0xf5, 0xe7, 0x50, 0x4c, 0xd8, 0x41, 0x25, 0xc8, 0x1c, 0xd3, 0x93, 0xc8, 0x7f,
- 0xac, 0x1e, 0xd1, 0x4d, 0xc8, 0x4d, 0x89, 0x1b, 0x52, 0x9d, 0x21, 0x05, 0x1c, 0xbd, 0x7c, 0x96,
- 0xfe, 0x34, 0x55, 0xfb, 0x47, 0x1e, 0x6e, 0x9e, 0x97, 0x14, 0x08, 0x43, 0x3e, 0x60, 0x13, 0xdf,
- 0x8d, 0xe2, 0xb0, 0xbe, 0xfd, 0xe9, 0x15, 0xb3, 0xca, 0xea, 0x69, 0xed, 0x76, 0xa3, 0xb5, 0x84,
- 0x0d, 0x13, 0x3a, 0xd6, 0xa9, 0x15, 0xb0, 0x40, 0x52, 0x4f, 0xda, 0x63, 0x12, 0x8c, 0x4d, 0xca,
- 0x7e, 0x75, 0x55, 0xf2, 0x9d, 0x39, 0x4d, 0x8b, 0x04, 0x63, 0x6d, 0x64, 0xdd, 0x39, 0xb5, 0x86,
- 0x8e, 0xe0, 0x86, 0xcb, 0x1d, 0xe2, 0x32, 0x79, 0x62, 0xbb, 0x83, 0xb8, 0xba, 0x4d, 0xa8, 0x7f,
- 0x76, 0xa1, 0xc1, 0x48, 0xeb, 0x1c, 0xc3, 0xb8, 0x1c, 0x53, 0xb6, 0x07, 0x66, 0xa9, 0xfa, 0x97,
- 0x0c, 0x94, 0xde, 0x74, 0x07, 0xdd, 0x87, 0xd2, 0x58, 0x4a, 0xdf, 0x1e, 0x53, 0x32, 0xa4, 0xc2,
- 0x5e, 0xe4, 0x93, 0x72, 0x54, 0x49, 0x5a, 0x5a, 0x70, 0xa0, 0xb2, 0xca, 0x83, 0xa2, 0xc6, 0x3a,
- 0x9c, 0x1f, 0x33, 0x6a, 0x22, 0xf2, 0xfc, 0xba, 0x11, 0xb1, 0x5a, 0xfd, 0x7e, 0x77, 0x47, 0x53,
- 0xb6, 0x96, 0x30, 0x28, 0x0b, 0xd1, 0x1b, 0xfa, 0x11, 0xac, 0x85, 0x01, 0xb5, 0x03, 0x1e, 0x0a,
- 0x87, 0xda, 0xcc, 0xd7, 0x21, 0x59, 0x69, 0x2d, 0xe1, 0x62, 0x18, 0xd0, 0x9e, 0x5e, 0xdd, 0xf3,
- 0xd1, 0x13, 0xb8, 0xad, 0xbd, 0xfa, 0x36, 0xa4, 0xe2, 0xc4, 0xf6, 0x89, 0x20, 0x13, 0x2a, 0xe3,
- 0xad, 0xe4, 0xcc, 0x56, 0x6e, 0x29, 0xc8, 0x2f, 0x15, 0xa2, 0x1b, 0x03, 0xf4, 0x96, 0xee, 0x43,
- 0x79, 0xc2, 0x3c, 0x36, 0x09, 0x27, 0xb6, 0x60, 0xde, 0xc8, 0x0e, 0xd8, 0x2b, 0xaa, 0xeb, 0x3c,
- 0x8b, 0x37, 0x8c, 0x00, 0x33, 0x6f, 0xd4, 0x63, 0xaf, 0x68, 0x75, 0x02, 0xb0, 0x70, 0xf5, 0x82,
- 0xe2, 0x43, 0x90, 0xf5, 0x89, 0x1c, 0x9b, 0x14, 0xd6, 0xcf, 0xe8, 0x21, 0x64, 0xa4, 0x8c, 0xfb,
- 0xd3, 0x6d, 0x2b, 0x1a, 0x33, 0xac, 0x78, 0xcc, 0xb0, 0x76, 0xcd, 0x18, 0x62, 0x78, 0x14, 0xb6,
- 0x01, 0xb0, 0xa2, 0x12, 0xcf, 0x3e, 0xa6, 0x27, 0xb5, 0x16, 0xac, 0xc4, 0x59, 0x8a, 0x36, 0xa0,
- 0x88, 0x3b, 0x87, 0x07, 0xbb, 0x36, 0xee, 0x34, 0xf6, 0x0e, 0x4a, 0x4b, 0x68, 0x1d, 0xa0, 0xdd,
- 0xac, 0xf7, 0xfa, 0xf6, 0x4e, 0xe7, 0xe0, 0xa0, 0x94, 0x42, 0x00, 0x79, 0x5c, 0x3f, 0xd8, 0xed,
- 0xec, 0x97, 0xd2, 0x0a, 0xdc, 0xad, 0xf7, 0x7a, 0xfd, 0x16, 0xee, 0x1c, 0x3e, 0x6b, 0x95, 0x32,
- 0x8d, 0x22, 0x14, 0xdc, 0x81, 0xa9, 0xe6, 0xda, 0x5f, 0x57, 0xe0, 0xd6, 0xf9, 0x0d, 0x11, 0x75,
- 0x20, 0x23, 0x1d, 0xdf, 0xb4, 0xfb, 0xcf, 0xaf, 0xdc, 0x50, 0xad, 0xfe, 0x4e, 0x37, 0xd1, 0xb7,
- 0x1c, 0x1f, 0x61, 0xc8, 0xaa, 0x33, 0x30, 0x59, 0xf3, 0xc5, 0xd5, 0x19, 0x55, 0xec, 0xe7, 0x94,
- 0x9a, 0xab, 0xfa, 0xbf, 0x34, 0x14, 0x13, 0x86, 0xd0, 0x47, 0xb0, 0x31, 0x21, 0x33, 0x7b, 0xd1,
- 0xcb, 0x03, 0xbd, 0x81, 0x1c, 0x5e, 0x9f, 0x90, 0xd9, 0x82, 0x36, 0x40, 0x8d, 0xf9, 0xd5, 0x61,
- 0x4b, 0x36, 0xa1, 0x3c, 0x94, 0xc6, 0xaf, 0xb7, 0x1f, 0xcd, 0xfc, 0x8a, 0xe8, 0x47, 0x0a, 0x88,
- 0xc3, 0x9a, 0x74, 0x7c, 0xfb, 0x98, 0x52, 0x9f, 0xb8, 0x6c, 0x4a, 0xcd, 0xe1, 0x7e, 0x7d, 0xad,
- 0x58, 0x59, 0x7d, 0xc7, 0x7f, 0x1e, 0x33, 0xe2, 0x55, 0x99, 0x78, 0xab, 0xfe, 0x31, 0x05, 0xab,
- 0x49, 0x31, 0xba, 0x05, 0x79, 0x5f, 0xf0, 0x01, 0x8d, 0x76, 0xb9, 0x86, 0xcd, 0x1b, 0x7a, 0x00,
- 0x59, 0xb5, 0xab, 0xcb, 0xb7, 0xa4, 0x61, 0xe8, 0x31, 0xac, 0x30, 0x4f, 0x52, 0x31, 0x25, 0x97,
- 0x27, 0x28, 0x9e, 0x43, 0xab, 0xbf, 0xcb, 0xc2, 0x6a, 0xf2, 0x4c, 0xd0, 0x13, 0xa8, 0xaa, 0x53,
- 0x79, 0x68, 0xab, 0x33, 0xf0, 0xa9, 0x37, 0x54, 0x05, 0x25, 0xe8, 0xb7, 0x21, 0x0d, 0x64, 0x7c,
- 0x10, 0x3f, 0xd0, 0x88, 0x7d, 0x32, 0xeb, 0x46, 0x72, 0x6c, 0xc4, 0xe8, 0x63, 0x40, 0x4a, 0xb4,
- 0xad, 0x95, 0xe7, 0x4a, 0x69, 0xad, 0xa4, 0x3b, 0xd4, 0xf6, 0x3e, 0x99, 0xcd, 0xd1, 0x9f, 0xc3,
- 0x9d, 0x24, 0xce, 0xf6, 0xa9, 0x48, 0x9c, 0xba, 0xde, 0x45, 0x0e, 0x57, 0x26, 0x0b, 0x8d, 0x2e,
- 0x15, 0x8b, 0xe0, 0xa3, 0x0f, 0xa0, 0x18, 0xa9, 0x4b, 0xc1, 0x68, 0x34, 0x96, 0xe5, 0x30, 0x68,
- 0xb8, 0x5e, 0x41, 0xbf, 0x80, 0x55, 0x36, 0x74, 0xe9, 0x3c, 0x39, 0x72, 0x97, 0x85, 0xa5, 0xa8,
- 0xe0, 0x71, 0x66, 0xbc, 0x82, 0xf2, 0x78, 0xdb, 0x0e, 0xfd, 0x91, 0x20, 0x43, 0x1a, 0xdf, 0x9c,
- 0x79, 0x7d, 0x39, 0x1d, 0x5c, 0x2f, 0xef, 0xad, 0xd6, 0xf6, 0x61, 0x44, 0x6b, 0xee, 0xd7, 0x8d,
- 0xf1, 0xe9, 0x05, 0x64, 0xc1, 0x0d, 0xd5, 0x33, 0x1d, 0x3d, 0x3c, 0xd8, 0xda, 0x51, 0x87, 0xbb,
- 0x95, 0x65, 0xd5, 0x39, 0x71, 0x39, 0x0c, 0x68, 0x34, 0x56, 0x74, 0x8d, 0xa0, 0xf6, 0x25, 0x6c,
- 0xbc, 0xc1, 0x89, 0x8a, 0xb0, 0xbc, 0xdb, 0x7c, 0x5a, 0x3f, 0x6c, 0xf7, 0x4b, 0x4b, 0x08, 0xc1,
- 0xfa, 0x6e, 0xc7, 0x3e, 0xe8, 0xf4, 0xed, 0xc3, 0xee, 0x33, 0x5c, 0xdf, 0x6d, 0x96, 0x52, 0x0a,
- 0x10, 0xbf, 0xa4, 0x6b, 0x7f, 0xc8, 0x41, 0xe9, 0xcd, 0xb1, 0x07, 0x3d, 0x04, 0xa4, 0x2e, 0x39,
- 0xea, 0x84, 0x92, 0x4d, 0xa9, 0x4d, 0x85, 0xe0, 0xc2, 0xa4, 0x40, 0x23, 0x5d, 0x49, 0xe1, 0x72,
- 0x42, 0xda, 0xd4, 0x42, 0xf4, 0x35, 0xd4, 0x02, 0xdf, 0x65, 0xd2, 0xa6, 0x33, 0x49, 0x85, 0x47,
- 0x5c, 0x5b, 0xdf, 0x60, 0x36, 0x17, 0x6c, 0xc4, 0xbc, 0x98, 0x62, 0x45, 0xef, 0x63, 0x53, 0x23,
- 0x9b, 0x06, 0xa8, 0xaf, 0xc1, 0x8e, 0x86, 0x19, 0xae, 0x11, 0x7c, 0x98, 0x34, 0x7f, 0x8a, 0xe8,
- 0x88, 0x30, 0x37, 0x14, 0x34, 0xa8, 0x14, 0xf4, 0x99, 0xfe, 0xf0, 0xcc, 0x99, 0x1e, 0xee, 0x79,
- 0xf2, 0xd1, 0xf6, 0xaf, 0xd4, 0xe0, 0x81, 0x37, 0x13, 0x34, 0x09, 0x33, 0x4f, 0x0d, 0x07, 0x7a,
- 0x01, 0xd5, 0xa4, 0xa1, 0x11, 0x91, 0xf4, 0x25, 0x39, 0x89, 0x9d, 0xcd, 0xbf, 0x83, 0x85, 0x4a,
- 0x42, 0xff, 0x59, 0xa4, 0x6e, 0x36, 0x81, 0xe1, 0x56, 0x92, 0xfb, 0xf1, 0x6c, 0x16, 0xf3, 0x2e,
- 0xbf, 0x03, 0xef, 0xcd, 0x84, 0xee, 0xe3, 0xd9, 0xcc, 0x70, 0x26, 0x4b, 0x3d, 0xfd, 0xce, 0xa5,
- 0x8e, 0x9e, 0x01, 0x1a, 0x90, 0x80, 0xda, 0xf4, 0x1b, 0x33, 0x6c, 0xeb, 0xf6, 0x72, 0x69, 0xaf,
- 0x28, 0x29, 0xa5, 0xa6, 0xd1, 0x51, 0xc5, 0x81, 0x7e, 0x0a, 0x37, 0x55, 0xe1, 0xcd, 0x79, 0x7c,
- 0x2a, 0x1c, 0xea, 0x49, 0x53, 0x81, 0x68, 0x42, 0x66, 0x31, 0xbc, 0x1b, 0x49, 0x54, 0x5f, 0x98,
- 0x30, 0x4f, 0x8d, 0x27, 0xae, 0x1c, 0xcf, 0xf1, 0xb9, 0xa8, 0x2f, 0x4c, 0x98, 0xd7, 0xd2, 0x02,
- 0x83, 0xae, 0xfd, 0x3e, 0x03, 0xe5, 0x33, 0x73, 0x33, 0x3a, 0x80, 0xec, 0x84, 0x0f, 0xe3, 0xf9,
- 0xf0, 0x93, 0xab, 0xcc, 0xdc, 0x56, 0xbf, 0xdd, 0x53, 0xba, 0xf1, 0x05, 0xaf, 0x9e, 0xd1, 0x03,
- 0x40, 0xa6, 0xbe, 0x1c, 0x2a, 0x24, 0x3b, 0x62, 0x0e, 0x91, 0xf1, 0xc4, 0x5a, 0x8e, 0x24, 0x3b,
- 0x0b, 0x81, 0xea, 0x36, 0xbe, 0x60, 0x53, 0x22, 0xa9, 0xba, 0xcb, 0x75, 0xd8, 0x0a, 0x18, 0xcc,
- 0xd2, 0x73, 0x7a, 0xa2, 0xae, 0x2d, 0x87, 0x24, 0xb9, 0xa2, 0x96, 0x54, 0xc0, 0xeb, 0x0e, 0x49,
- 0x10, 0xe9, 0xfb, 0xcd, 0x11, 0x74, 0x48, 0x3d, 0xc9, 0x88, 0x1b, 0x0d, 0x38, 0xcb, 0x06, 0x38,
- 0x5f, 0x8e, 0xc7, 0x9a, 0x20, 0x1c, 0xa8, 0x50, 0xda, 0xc4, 0x95, 0x1a, 0x19, 0x7d, 0x2d, 0x16,
- 0xf0, 0x86, 0x11, 0xd4, 0x5d, 0xa9, 0xa0, 0x81, 0x1a, 0xc2, 0x03, 0x8f, 0xe9, 0x64, 0x2d, 0x60,
- 0xf5, 0x58, 0xfb, 0x0a, 0x96, 0xcd, 0xb6, 0x75, 0x2f, 0xd8, 0xeb, 0xd5, 0x1b, 0xed, 0x66, 0x69,
- 0x49, 0x0d, 0x16, 0xbd, 0xbd, 0xfd, 0x6e, 0xbb, 0x19, 0x0d, 0x19, 0xfb, 0x87, 0xfd, 0xc3, 0x7a,
- 0xbb, 0x94, 0x46, 0x25, 0x58, 0xdd, 0xeb, 0xf5, 0xf7, 0x3a, 0xb6, 0x59, 0xc9, 0xd4, 0xfe, 0x9b,
- 0x81, 0x3b, 0x17, 0x4c, 0xa7, 0x88, 0x00, 0x0c, 0x59, 0x20, 0x05, 0x1b, 0x84, 0x52, 0x9d, 0x8b,
- 0xfa, 0x46, 0xa9, 0xbf, 0xdf, 0xa4, 0x6b, 0xed, 0xce, 0x89, 0x70, 0x82, 0x14, 0xfd, 0x16, 0x56,
- 0x54, 0xa9, 0xf3, 0xa9, 0xfe, 0xdc, 0x54, 0x06, 0xbe, 0x7c, 0x4f, 0x03, 0x4f, 0x0d, 0x0d, 0x9e,
- 0x13, 0xa2, 0x4f, 0x60, 0x99, 0x7a, 0x64, 0xe0, 0xd2, 0xa1, 0xa9, 0x82, 0xea, 0x99, 0x2a, 0x68,
- 0x70, 0xee, 0x46, 0xa5, 0x18, 0x43, 0xab, 0x7f, 0x4e, 0x01, 0x2c, 0xbc, 0x55, 0x73, 0xe2, 0x91,
- 0xe0, 0x13, 0xf3, 0xf9, 0xa3, 0x9f, 0xd1, 0x6f, 0x20, 0x2d, 0xb9, 0xf1, 0x77, 0xef, 0xda, 0x01,
- 0xb1, 0xfa, 0x3c, 0xfa, 0xa0, 0x4b, 0x4b, 0x5e, 0x7d, 0x0c, 0xcb, 0xe6, 0xf5, 0xb2, 0xef, 0xae,
- 0xb5, 0xc4, 0x77, 0x57, 0xd5, 0x82, 0x95, 0x38, 0x00, 0xe7, 0x7a, 0xbc, 0x6e, 0x3c, 0x56, 0x2b,
- 0x69, 0xc9, 0x1b, 0xd6, 0xdf, 0x5e, 0x6f, 0xa6, 0xfe, 0xfe, 0x7a, 0x33, 0xf5, 0xaf, 0xd7, 0x9b,
- 0xa9, 0x17, 0x77, 0xa3, 0x2d, 0x30, 0xae, 0xff, 0xc9, 0x9d, 0xf3, 0xf7, 0x6c, 0x90, 0xd7, 0x11,
- 0x7b, 0xf4, 0xff, 0x00, 0x00, 0x00, 0xff, 0xff, 0x71, 0xb7, 0xf3, 0xc2, 0x03, 0x14, 0x00, 0x00,
+ // 1909 bytes of a gzipped FileDescriptorProto
+ 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xb4, 0x58, 0x4f, 0x73, 0x1b, 0x49,
+ 0x15, 0xb7, 0xfe, 0x5a, 0x7a, 0xf2, 0x1f, 0xa9, 0x93, 0x0a, 0x8a, 0x42, 0x79, 0xb3, 0x82, 0xaa,
+ 0x0d, 0x61, 0x33, 0x26, 0xce, 0x86, 0x5a, 0x36, 0xec, 0x1f, 0xc9, 0x56, 0x22, 0x6f, 0x14, 0x4b,
+ 0xb4, 0x64, 0x0a, 0xc2, 0x61, 0xaa, 0x35, 0x6a, 0x4b, 0xbd, 0x1e, 0x4d, 0xcf, 0xf6, 0xf4, 0x28,
+ 0x72, 0xce, 0x9c, 0x28, 0x3e, 0x02, 0x9f, 0x80, 0x23, 0x27, 0xae, 0xdc, 0x38, 0xc2, 0x85, 0x33,
+ 0x95, 0x03, 0xdf, 0x80, 0x2a, 0x8a, 0x13, 0xd5, 0x3d, 0x3d, 0xd2, 0x38, 0x71, 0xec, 0x38, 0x66,
+ 0x6f, 0x33, 0xef, 0xfd, 0xde, 0xef, 0xbd, 0x7e, 0xfd, 0xfa, 0xf5, 0x9b, 0x81, 0xbb, 0x1e, 0x95,
+ 0x2f, 0xb8, 0x38, 0x66, 0xde, 0x78, 0x7b, 0x76, 0x9f, 0xb8, 0xfe, 0x84, 0x3c, 0xd8, 0x1e, 0xd1,
+ 0x40, 0x32, 0x8f, 0x48, 0xc6, 0x3d, 0x5b, 0x84, 0x2e, 0xb5, 0x7c, 0xc1, 0x25, 0x47, 0x37, 0x59,
+ 0x20, 0x19, 0xb7, 0x96, 0x16, 0x56, 0x6c, 0x51, 0xfb, 0x60, 0xcc, 0xf9, 0xd8, 0xa5, 0xdb, 0xc4,
+ 0x67, 0xdb, 0x47, 0x8c, 0xba, 0x23, 0x7b, 0x48, 0x27, 0x64, 0xc6, 0xb8, 0x88, 0x6c, 0x6b, 0x5b,
+ 0x06, 0xa0, 0xdf, 0x86, 0xe1, 0xd1, 0xf6, 0x28, 0x14, 0xda, 0xc1, 0xdb, 0xf4, 0x2f, 0x04, 0xf1,
+ 0x7d, 0x2a, 0x02, 0xa3, 0xff, 0xd1, 0x59, 0x71, 0xce, 0x98, 0x90, 0x21, 0x71, 0xed, 0x80, 0x8a,
+ 0x19, 0x73, 0x4c, 0x98, 0xb5, 0xeb, 0x63, 0x3e, 0xe6, 0xfa, 0x71, 0x5b, 0x3d, 0x45, 0xd2, 0xfa,
+ 0x3f, 0x52, 0xb0, 0xb9, 0xb7, 0x5c, 0x17, 0x0e, 0x5d, 0x8a, 0xaa, 0x90, 0x9d, 0xf0, 0x40, 0x56,
+ 0x53, 0xb7, 0x53, 0x77, 0x8a, 0xcd, 0xec, 0xab, 0x46, 0x2a, 0x8d, 0xb5, 0x04, 0x75, 0x61, 0x43,
+ 0x0a, 0x72, 0x74, 0xc4, 0x1c, 0xdb, 0xe7, 0x2e, 0x73, 0x4e, 0xaa, 0xe9, 0xdb, 0xa9, 0x3b, 0xa5,
+ 0x9d, 0x3b, 0xd6, 0x5b, 0x73, 0x60, 0x0d, 0x22, 0x83, 0x9e, 0xc6, 0xe3, 0x75, 0x99, 0x7c, 0x45,
+ 0x8f, 0x60, 0x35, 0x08, 0x87, 0x01, 0x95, 0x41, 0x35, 0x73, 0x3b, 0x73, 0xa7, 0xb4, 0xf3, 0xe1,
+ 0x39, 0x4c, 0x7d, 0x8d, 0xc4, 0xb1, 0x05, 0xba, 0x05, 0x45, 0x3a, 0xf7, 0xb9, 0x90, 0xb6, 0xe4,
+ 0xd5, 0xec, 0xed, 0xcc, 0x9d, 0x22, 0x2e, 0x44, 0x82, 0x01, 0xaf, 0xff, 0x2b, 0x0f, 0xeb, 0xa7,
+ 0x5c, 0xa3, 0x01, 0xac, 0xbb, 0x9c, 0x8c, 0xec, 0x21, 0x71, 0x89, 0xe7, 0x50, 0xa1, 0xd7, 0x57,
+ 0xda, 0xd9, 0x3e, 0xc7, 0x63, 0x87, 0x93, 0x51, 0xd3, 0xc0, 0xfb, 0x54, 0x4a, 0xe6, 0x8d, 0x03,
+ 0xbc, 0xe6, 0x26, 0xa4, 0xe8, 0x39, 0x6c, 0x3a, 0xdc, 0xf3, 0xa8, 0xa3, 0xcb, 0xc2, 0xe7, 0xdc,
+ 0x35, 0x39, 0xb9, 0x7f, 0x0e, 0xef, 0xee, 0xc2, 0xa2, 0xc7, 0xb9, 0xbb, 0x60, 0xde, 0x70, 0x4e,
+ 0xc9, 0xd1, 0xaf, 0xa0, 0xc2, 0x43, 0xe9, 0x32, 0x2a, 0xec, 0x11, 0x95, 0x91, 0xa2, 0x9a, 0xd1,
+ 0xec, 0x3f, 0x3e, 0x87, 0xbd, 0x1b, 0xd9, 0xec, 0xc5, 0x26, 0xb8, 0xcc, 0x5f, 0x93, 0xa0, 0x2f,
+ 0x20, 0x23, 0xdd, 0xa0, 0x9a, 0xd5, 0x5c, 0x1f, 0x9f, 0x17, 0xa9, 0xcb, 0xa8, 0x27, 0x07, 0x9d,
+ 0xfe, 0x22, 0x48, 0x65, 0x88, 0xbe, 0x81, 0x6b, 0x3a, 0xf1, 0x2e, 0x9d, 0x51, 0x55, 0x68, 0x91,
+ 0xae, 0x9a, 0xd3, 0x7b, 0xf8, 0xd9, 0xbb, 0x56, 0x83, 0xd5, 0x53, 0x7b, 0x75, 0xaa, 0x3e, 0x2a,
+ 0x8a, 0xb6, 0xa3, 0x58, 0x63, 0x87, 0xb5, 0x3f, 0x64, 0xa0, 0xf2, 0x06, 0x10, 0x3d, 0x82, 0xac,
+ 0x82, 0x9a, 0x4d, 0xfc, 0xe8, 0x1c, 0x97, 0xca, 0xb6, 0x4f, 0x5d, 0xea, 0x48, 0x2e, 0xb0, 0x36,
+ 0x7a, 0xb3, 0x14, 0xd2, 0xdf, 0x51, 0x29, 0x64, 0xbe, 0xd3, 0x52, 0xc8, 0xfe, 0x1f, 0x4b, 0x21,
+ 0xf7, 0x9e, 0xa5, 0x50, 0xff, 0x77, 0x0a, 0xf2, 0xd1, 0xc9, 0x54, 0x8d, 0xc3, 0x23, 0x53, 0x7a,
+ 0xba, 0x71, 0x28, 0x09, 0x6a, 0x41, 0xde, 0x25, 0x43, 0xea, 0x06, 0xd5, 0xb4, 0x2e, 0x91, 0x7b,
+ 0x17, 0x1e, 0x73, 0xab, 0xa3, 0xf1, 0x2d, 0x4f, 0x8a, 0x13, 0x6c, 0x8c, 0xcf, 0xe8, 0x3f, 0x99,
+ 0x2b, 0xf5, 0x9f, 0xda, 0xcf, 0xa0, 0x94, 0xf0, 0x83, 0xca, 0x90, 0x39, 0xa6, 0x27, 0x51, 0xfc,
+ 0x58, 0x3d, 0xa2, 0xeb, 0x90, 0x9b, 0x11, 0x37, 0xa4, 0xba, 0x42, 0x8a, 0x38, 0x7a, 0xf9, 0x2c,
+ 0xfd, 0x69, 0xaa, 0xfe, 0xf7, 0x3c, 0x5c, 0x3f, 0xab, 0x28, 0x10, 0x86, 0x7c, 0xc0, 0xa6, 0xbe,
+ 0x1b, 0xe5, 0x61, 0x63, 0xe7, 0xd3, 0x4b, 0x56, 0x95, 0xd5, 0xd7, 0xd6, 0x9d, 0x66, 0x7b, 0x05,
+ 0x1b, 0x26, 0x74, 0xac, 0x4b, 0x2b, 0x60, 0x81, 0xa4, 0x9e, 0xb4, 0x27, 0x24, 0x98, 0x98, 0x92,
+ 0xfd, 0xea, 0xb2, 0xe4, 0xbb, 0x0b, 0x9a, 0x36, 0x09, 0x26, 0xda, 0xc9, 0x86, 0x73, 0x4a, 0x86,
+ 0x8e, 0xe0, 0x9a, 0xcb, 0x1d, 0xe2, 0x32, 0x79, 0x62, 0xbb, 0xc3, 0xf8, 0x74, 0x9b, 0x54, 0xff,
+ 0xf4, 0x5c, 0x87, 0x91, 0xd5, 0x19, 0x8e, 0x71, 0x25, 0xa6, 0xec, 0x0c, 0x8d, 0xa8, 0xf6, 0xe7,
+ 0x0c, 0x94, 0x5f, 0x0f, 0x07, 0xdd, 0x85, 0xf2, 0x44, 0x4a, 0xdf, 0x9e, 0x50, 0x32, 0xa2, 0xc2,
+ 0x5e, 0xd6, 0x93, 0x0a, 0x54, 0x69, 0xda, 0x5a, 0x71, 0xa0, 0xaa, 0xca, 0x83, 0x92, 0xc6, 0x3a,
+ 0x9c, 0x1f, 0x33, 0x6a, 0x32, 0xf2, 0xf4, 0xaa, 0x19, 0xb1, 0xda, 0x83, 0x41, 0x6f, 0x57, 0x53,
+ 0xb6, 0x57, 0x30, 0x28, 0x0f, 0xd1, 0x1b, 0xfa, 0x21, 0xac, 0x87, 0x01, 0xb5, 0x03, 0x1e, 0x0a,
+ 0x87, 0xda, 0xcc, 0xd7, 0x29, 0x29, 0xb4, 0x57, 0x70, 0x29, 0x0c, 0x68, 0x5f, 0x4b, 0xf7, 0x7d,
+ 0xf4, 0x08, 0x6e, 0xea, 0xa8, 0xbe, 0x0d, 0xa9, 0x38, 0xb1, 0x7d, 0x22, 0xc8, 0x94, 0xca, 0x78,
+ 0x29, 0x39, 0xb3, 0x94, 0x1b, 0x0a, 0xf2, 0x0b, 0x85, 0xe8, 0xc5, 0x00, 0xbd, 0xa4, 0xbb, 0x50,
+ 0x99, 0x32, 0x8f, 0x4d, 0xc3, 0xa9, 0x2d, 0x98, 0x37, 0xb6, 0x03, 0xf6, 0x92, 0xea, 0x73, 0x9e,
+ 0xc5, 0x9b, 0x46, 0x81, 0x99, 0x37, 0xee, 0xb3, 0x97, 0xb4, 0x36, 0x05, 0x58, 0x86, 0x7a, 0xce,
+ 0xe1, 0x43, 0x90, 0xf5, 0x89, 0x9c, 0x98, 0x12, 0xd6, 0xcf, 0xe8, 0x3e, 0x64, 0xa4, 0x8c, 0xfb,
+ 0xd3, 0x4d, 0x2b, 0x1a, 0x33, 0xac, 0x78, 0xcc, 0xb0, 0xf6, 0xcc, 0x18, 0x62, 0x78, 0x14, 0xb6,
+ 0x09, 0x50, 0x50, 0x85, 0x67, 0x1f, 0xd3, 0x93, 0x7a, 0x1b, 0x0a, 0x71, 0x95, 0xa2, 0x4d, 0x28,
+ 0xe1, 0xee, 0xe1, 0xc1, 0x9e, 0x8d, 0xbb, 0xcd, 0xfd, 0x83, 0xf2, 0x0a, 0xda, 0x00, 0xe8, 0xb4,
+ 0x1a, 0xfd, 0x81, 0xbd, 0xdb, 0x3d, 0x38, 0x28, 0xa7, 0x10, 0x40, 0x1e, 0x37, 0x0e, 0xf6, 0xba,
+ 0xcf, 0xca, 0x69, 0x05, 0xee, 0x35, 0xfa, 0xfd, 0x41, 0x1b, 0x77, 0x0f, 0x9f, 0xb4, 0xcb, 0x99,
+ 0x66, 0x09, 0x8a, 0xee, 0xd0, 0x9c, 0xe6, 0xfa, 0x5f, 0x0a, 0x70, 0xe3, 0xec, 0x86, 0x88, 0xba,
+ 0x90, 0x91, 0x8e, 0x6f, 0xda, 0xfd, 0xe7, 0x97, 0x6e, 0xa8, 0xd6, 0x60, 0xb7, 0x97, 0xe8, 0x5b,
+ 0x8e, 0x8f, 0x30, 0x64, 0xd5, 0x1e, 0x98, 0xaa, 0xf9, 0xe2, 0xf2, 0x8c, 0x2a, 0xf7, 0x0b, 0x4a,
+ 0xcd, 0x55, 0xfb, 0x6f, 0x1a, 0x4a, 0x09, 0x47, 0xe8, 0x23, 0xd8, 0x9c, 0x92, 0xb9, 0xbd, 0xec,
+ 0xe5, 0x81, 0x5e, 0x40, 0x0e, 0x6f, 0x4c, 0xc9, 0x7c, 0x49, 0x1b, 0xa0, 0xe6, 0xe2, 0xea, 0xb0,
+ 0x25, 0x9b, 0x52, 0x1e, 0x4a, 0x13, 0xd7, 0xdb, 0xb7, 0x66, 0x71, 0x45, 0x0c, 0x22, 0x03, 0xc4,
+ 0x61, 0x5d, 0x3a, 0xbe, 0x7d, 0x4c, 0xa9, 0x4f, 0x5c, 0x36, 0xa3, 0x66, 0x73, 0xbf, 0xbe, 0x52,
+ 0xae, 0xac, 0x81, 0xe3, 0x3f, 0x8d, 0x19, 0xf1, 0x9a, 0x4c, 0xbc, 0xd5, 0x7e, 0x9f, 0x82, 0xb5,
+ 0xa4, 0x1a, 0xdd, 0x80, 0xbc, 0x2f, 0xf8, 0x90, 0x46, 0xab, 0x5c, 0xc7, 0xe6, 0x0d, 0xdd, 0x83,
+ 0xac, 0x5a, 0xd5, 0xc5, 0x4b, 0xd2, 0x30, 0xf4, 0x10, 0x0a, 0xcc, 0x93, 0x54, 0xcc, 0xc8, 0xc5,
+ 0x05, 0x8a, 0x17, 0xd0, 0xda, 0x6f, 0xb3, 0xb0, 0x96, 0xdc, 0x13, 0xf4, 0x08, 0x6a, 0x6a, 0x57,
+ 0xee, 0xdb, 0x6a, 0x0f, 0x7c, 0xea, 0x8d, 0xd4, 0x81, 0x12, 0xf4, 0xdb, 0x90, 0x06, 0x32, 0xde,
+ 0x88, 0xef, 0x69, 0xc4, 0x33, 0x32, 0xef, 0x45, 0x7a, 0x6c, 0xd4, 0xe8, 0x63, 0x40, 0x4a, 0xb5,
+ 0xa3, 0x8d, 0x17, 0x46, 0x69, 0x6d, 0xa4, 0x3b, 0xd4, 0xce, 0x33, 0x32, 0x5f, 0xa0, 0x3f, 0x87,
+ 0x5b, 0x49, 0x9c, 0xed, 0x53, 0x91, 0xd8, 0x75, 0xbd, 0x8a, 0x1c, 0xae, 0x4e, 0x97, 0x16, 0x3d,
+ 0x2a, 0x96, 0xc9, 0x47, 0x1f, 0x40, 0x29, 0x32, 0x97, 0x82, 0xd1, 0x68, 0x2c, 0xcb, 0x61, 0xd0,
+ 0x70, 0x2d, 0x41, 0x3f, 0x87, 0x35, 0x36, 0x72, 0xe9, 0xa2, 0x38, 0x72, 0x17, 0xa5, 0xa5, 0xa4,
+ 0xe0, 0x71, 0x65, 0xbc, 0x84, 0xca, 0x64, 0xc7, 0x0e, 0xfd, 0xb1, 0x20, 0x23, 0x1a, 0xdf, 0x9c,
+ 0x79, 0x7d, 0x39, 0x1d, 0x5c, 0xad, 0xee, 0xad, 0xf6, 0xce, 0x61, 0x44, 0x6b, 0xee, 0xd7, 0xcd,
+ 0xc9, 0x69, 0x01, 0xb2, 0xe0, 0x9a, 0xea, 0x99, 0x8e, 0x1e, 0x1e, 0x6c, 0x1d, 0xa8, 0xc3, 0xdd,
+ 0xea, 0xaa, 0xea, 0x9c, 0xb8, 0x12, 0x06, 0x34, 0x1a, 0x2b, 0x7a, 0x46, 0x51, 0xff, 0x12, 0x36,
+ 0x5f, 0xe3, 0x44, 0x25, 0x58, 0xdd, 0x6b, 0x3d, 0x6e, 0x1c, 0x76, 0x06, 0xe5, 0x15, 0x84, 0x60,
+ 0x63, 0xaf, 0x6b, 0x1f, 0x74, 0x07, 0xf6, 0x61, 0xef, 0x09, 0x6e, 0xec, 0xb5, 0xca, 0x29, 0x05,
+ 0x88, 0x5f, 0xd2, 0xf5, 0xdf, 0xe5, 0xa0, 0xfc, 0xfa, 0xd8, 0x83, 0xee, 0x03, 0x52, 0x97, 0x1c,
+ 0x75, 0x42, 0xc9, 0x66, 0xd4, 0xa6, 0x42, 0x70, 0x61, 0x4a, 0xa0, 0x99, 0xae, 0xa6, 0x70, 0x25,
+ 0xa1, 0x6d, 0x69, 0x25, 0xfa, 0x1a, 0xea, 0x81, 0xef, 0x32, 0x69, 0xd3, 0xb9, 0xa4, 0xc2, 0x23,
+ 0xae, 0xad, 0x6f, 0x30, 0x9b, 0x0b, 0x36, 0x66, 0x5e, 0x4c, 0x51, 0xd0, 0xeb, 0xd8, 0xd2, 0xc8,
+ 0x96, 0x01, 0xea, 0x6b, 0xb0, 0xab, 0x61, 0x86, 0x6b, 0x0c, 0x1f, 0x26, 0xdd, 0x9f, 0x22, 0x3a,
+ 0x22, 0xcc, 0x0d, 0x05, 0x0d, 0xaa, 0x45, 0xbd, 0xa7, 0xdf, 0x7f, 0x63, 0x4f, 0x0f, 0xf7, 0x3d,
+ 0xf9, 0x60, 0xe7, 0x97, 0x6a, 0xf0, 0xc0, 0x5b, 0x09, 0x9a, 0x84, 0x9b, 0xc7, 0x86, 0x03, 0x3d,
+ 0x87, 0x5a, 0xd2, 0xd1, 0x98, 0x48, 0xfa, 0x82, 0x9c, 0xc4, 0xc1, 0xe6, 0xdf, 0xc1, 0x43, 0x35,
+ 0x61, 0xff, 0x24, 0x32, 0x37, 0x8b, 0xc0, 0x70, 0x23, 0xc9, 0xfd, 0x70, 0x3e, 0x8f, 0x79, 0x57,
+ 0xdf, 0x81, 0xf7, 0x7a, 0xc2, 0xf6, 0xe1, 0x7c, 0x6e, 0x38, 0x93, 0x47, 0x3d, 0xfd, 0xce, 0x47,
+ 0x1d, 0x3d, 0x01, 0x34, 0x24, 0x01, 0xb5, 0xe9, 0x37, 0x66, 0xd8, 0xd6, 0xed, 0xe5, 0xc2, 0x5e,
+ 0x51, 0x56, 0x46, 0x2d, 0x63, 0xa3, 0x0e, 0x07, 0xfa, 0x09, 0x5c, 0x57, 0x07, 0x6f, 0xc1, 0xe3,
+ 0x53, 0xe1, 0x50, 0x4f, 0x9a, 0x13, 0x88, 0xa6, 0x64, 0x1e, 0xc3, 0x7b, 0x91, 0x46, 0xf5, 0x85,
+ 0x29, 0xf3, 0xd4, 0x78, 0xe2, 0xca, 0xc9, 0x02, 0x9f, 0x8b, 0xfa, 0xc2, 0x94, 0x79, 0x6d, 0xad,
+ 0x30, 0xe8, 0xfa, 0x1f, 0x33, 0x50, 0x79, 0x63, 0x6e, 0x46, 0x07, 0x90, 0x9d, 0xf2, 0x51, 0x3c,
+ 0x1f, 0x7e, 0x72, 0x99, 0x99, 0xdb, 0x1a, 0x74, 0xfa, 0xca, 0x36, 0xbe, 0xe0, 0xd5, 0x33, 0xba,
+ 0x07, 0xc8, 0x9c, 0x2f, 0x87, 0x0a, 0xc9, 0x8e, 0x98, 0x43, 0x64, 0x3c, 0xb1, 0x56, 0x22, 0xcd,
+ 0xee, 0x52, 0xa1, 0xba, 0x8d, 0x2f, 0xd8, 0x8c, 0x48, 0xaa, 0xee, 0x72, 0x9d, 0xb6, 0x22, 0x06,
+ 0x23, 0x7a, 0x4a, 0x4f, 0xd4, 0xb5, 0xe5, 0x90, 0x24, 0x57, 0xd4, 0x92, 0x8a, 0x78, 0xc3, 0x21,
+ 0x09, 0x22, 0x7d, 0xbf, 0x39, 0x82, 0x8e, 0xa8, 0x27, 0x19, 0x71, 0xa3, 0x01, 0x67, 0xd5, 0x00,
+ 0x17, 0xe2, 0x78, 0xac, 0x09, 0xc2, 0xa1, 0x4a, 0xa5, 0x4d, 0x5c, 0xa9, 0x91, 0xd1, 0xd7, 0x62,
+ 0x11, 0x6f, 0x1a, 0x45, 0xc3, 0x95, 0x0a, 0x1a, 0xa8, 0x21, 0x3c, 0xf0, 0x98, 0x2e, 0xd6, 0x22,
+ 0x56, 0x8f, 0xe8, 0x07, 0xb0, 0xee, 0x30, 0x7f, 0x42, 0x85, 0x1d, 0x84, 0x4c, 0x45, 0x53, 0xd0,
+ 0x96, 0x6b, 0x91, 0xb0, 0xaf, 0x65, 0xf5, 0xaf, 0x60, 0xd5, 0xe4, 0x46, 0x37, 0x8c, 0xfd, 0x7e,
+ 0xa3, 0xd9, 0x69, 0x95, 0x57, 0xd4, 0xf4, 0xd1, 0xdf, 0x7f, 0xd6, 0xeb, 0xb4, 0xa2, 0x49, 0xe4,
+ 0xd9, 0xe1, 0xe0, 0xb0, 0xd1, 0x29, 0xa7, 0x51, 0x19, 0xd6, 0xf6, 0xfb, 0x83, 0xfd, 0xae, 0x6d,
+ 0x24, 0x99, 0xfa, 0x7f, 0x32, 0x70, 0xeb, 0x9c, 0x11, 0x16, 0x11, 0x80, 0x11, 0x0b, 0xa4, 0x60,
+ 0xc3, 0x50, 0xaa, 0xcd, 0x53, 0x1f, 0x32, 0x8d, 0xf7, 0x1b, 0x87, 0xad, 0xbd, 0x05, 0x11, 0x4e,
+ 0x90, 0xa2, 0xdf, 0x40, 0x41, 0xf5, 0x03, 0x3e, 0xd3, 0xdf, 0xa4, 0xca, 0xc1, 0x97, 0xef, 0xe9,
+ 0xe0, 0xb1, 0xa1, 0xc1, 0x0b, 0x42, 0xf4, 0x09, 0xac, 0x52, 0x8f, 0x0c, 0x5d, 0x3a, 0x32, 0x47,
+ 0xa5, 0xf6, 0xc6, 0x51, 0x69, 0x72, 0xee, 0x46, 0xe7, 0x35, 0x86, 0xd6, 0xfe, 0x94, 0x02, 0x58,
+ 0x46, 0xab, 0x86, 0xc9, 0x23, 0xc1, 0xa7, 0xe6, 0x1b, 0x49, 0x3f, 0xa3, 0x5f, 0x43, 0x5a, 0x72,
+ 0x13, 0xef, 0xfe, 0x95, 0x13, 0x62, 0x0d, 0x78, 0xf4, 0xd5, 0x97, 0x96, 0xbc, 0xf6, 0x10, 0x56,
+ 0xcd, 0xeb, 0x45, 0x1f, 0x67, 0xeb, 0x89, 0x8f, 0xb3, 0x9a, 0x05, 0x85, 0x38, 0x01, 0x67, 0x46,
+ 0xbc, 0x61, 0x22, 0x56, 0x92, 0xb4, 0xe4, 0x4d, 0xeb, 0xaf, 0xaf, 0xb6, 0x52, 0x7f, 0x7b, 0xb5,
+ 0x95, 0xfa, 0xe7, 0xab, 0xad, 0xd4, 0xf3, 0xdb, 0xd1, 0x12, 0x18, 0xd7, 0x3f, 0xee, 0xce, 0xf8,
+ 0xc5, 0x36, 0xcc, 0xeb, 0x8c, 0x3d, 0xf8, 0x5f, 0x00, 0x00, 0x00, 0xff, 0xff, 0x69, 0xb9, 0x21,
+ 0x96, 0x28, 0x14, 0x00, 0x00,
}
func (m *DestinationRule) Marshal() (dAtA []byte, err error) {
@@ -3276,6 +3288,15 @@ func (m *ClientTLSSettings) MarshalToSizedBuffer(dAtA []byte) (int, error) {
i -= len(m.XXX_unrecognized)
copy(dAtA[i:], m.XXX_unrecognized)
}
+ if len(m.CipherSuites) > 0 {
+ for iNdEx := len(m.CipherSuites) - 1; iNdEx >= 0; iNdEx-- {
+ i -= len(m.CipherSuites[iNdEx])
+ copy(dAtA[i:], m.CipherSuites[iNdEx])
+ i = encodeVarintDestinationRule(dAtA, i, uint64(len(m.CipherSuites[iNdEx])))
+ i--
+ dAtA[i] = 0x42
+ }
+ }
if len(m.CredentialName) > 0 {
i -= len(m.CredentialName)
copy(dAtA[i:], m.CredentialName)
@@ -3926,6 +3947,12 @@ func (m *ClientTLSSettings) Size() (n int) {
if l > 0 {
n += 1 + l + sovDestinationRule(uint64(l))
}
+ if len(m.CipherSuites) > 0 {
+ for _, s := range m.CipherSuites {
+ l = len(s)
+ n += 1 + l + sovDestinationRule(uint64(l))
+ }
+ }
if m.XXX_unrecognized != nil {
n += len(m.XXX_unrecognized)
}
@@ -6541,6 +6568,38 @@ func (m *ClientTLSSettings) Unmarshal(dAtA []byte) error {
}
m.CredentialName = string(dAtA[iNdEx:postIndex])
iNdEx = postIndex
+ case 8:
+ if wireType != 2 {
+ return fmt.Errorf("proto: wrong wireType = %d for field CipherSuites", wireType)
+ }
+ var stringLen uint64
+ for shift := uint(0); ; shift += 7 {
+ if shift >= 64 {
+ return ErrIntOverflowDestinationRule
+ }
+ if iNdEx >= l {
+ return io.ErrUnexpectedEOF
+ }
+ b := dAtA[iNdEx]
+ iNdEx++
+ stringLen |= uint64(b&0x7F) << shift
+ if b < 0x80 {
+ break
+ }
+ }
+ intStringLen := int(stringLen)
+ if intStringLen < 0 {
+ return ErrInvalidLengthDestinationRule
+ }
+ postIndex := iNdEx + intStringLen
+ if postIndex < 0 {
+ return ErrInvalidLengthDestinationRule
+ }
+ if postIndex > l {
+ return io.ErrUnexpectedEOF
+ }
+ m.CipherSuites = append(m.CipherSuites, string(dAtA[iNdEx:postIndex]))
+ iNdEx = postIndex
default:
iNdEx = preIndex
skippy, err := skipDestinationRule(dAtA[iNdEx:])
diff --git a/networking/v1alpha3/destination_rule.pb.html b/networking/v1alpha3/destination_rule.pb.html
index 72b670d4e7a..c80d3719cfa 100644
--- a/networking/v1alpha3/destination_rule.pb.html
+++ b/networking/v1alpha3/destination_rule.pb.html
@@ -1088,6 +1088,18 @@
ClientTLSSettings
SNI string to present to the server during TLS handshake.
+ |
+
+No
+ |
+
+
+cipherSuites |
+string[] |
+
+ Optional: If specified, only support the specified cipher list.
+Otherwise default to the default cipher list supported by Envoy.
+
|
No
diff --git a/networking/v1alpha3/destination_rule.proto b/networking/v1alpha3/destination_rule.proto
index 1e2c766a9d5..95fe2a1d472 100644
--- a/networking/v1alpha3/destination_rule.proto
+++ b/networking/v1alpha3/destination_rule.proto
@@ -964,6 +964,10 @@ message ClientTLSSettings {
// SNI string to present to the server during TLS handshake.
string sni = 6;
+
+ // Optional: If specified, only support the specified cipher list.
+ // Otherwise default to the default cipher list supported by Envoy.
+ repeated string cipher_suites = 8;
}
// Locality-weighted load balancing allows administrators to control the
diff --git a/networking/v1beta1/destination_rule.gen.json b/networking/v1beta1/destination_rule.gen.json
index 3688eb5212a..f15709a9b09 100644
--- a/networking/v1beta1/destination_rule.gen.json
+++ b/networking/v1beta1/destination_rule.gen.json
@@ -39,6 +39,13 @@
"sni": {
"description": "SNI string to present to the server during TLS handshake.",
"type": "string"
+ },
+ "cipherSuites": {
+ "description": "Optional: If specified, only support the specified cipher list. Otherwise default to the default cipher list supported by Envoy.",
+ "type": "array",
+ "items": {
+ "type": "string"
+ }
}
}
},
diff --git a/networking/v1beta1/destination_rule.pb.go b/networking/v1beta1/destination_rule.pb.go
index a82f8de2cbe..55f5a9b9939 100644
--- a/networking/v1beta1/destination_rule.pb.go
+++ b/networking/v1beta1/destination_rule.pb.go
@@ -1857,7 +1857,10 @@ type ClientTLSSettings struct {
// from the ServiceEntry.
SubjectAltNames []string `protobuf:"bytes,5,rep,name=subject_alt_names,json=subjectAltNames,proto3" json:"subject_alt_names,omitempty"`
// SNI string to present to the server during TLS handshake.
- Sni string `protobuf:"bytes,6,opt,name=sni,proto3" json:"sni,omitempty"`
+ Sni string `protobuf:"bytes,6,opt,name=sni,proto3" json:"sni,omitempty"`
+ // Optional: If specified, only support the specified cipher list.
+ // Otherwise default to the default cipher list supported by Envoy.
+ CipherSuites []string `protobuf:"bytes,8,rep,name=cipher_suites,json=cipherSuites,proto3" json:"cipher_suites,omitempty"`
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
@@ -1945,6 +1948,13 @@ func (m *ClientTLSSettings) GetSni() string {
return ""
}
+func (m *ClientTLSSettings) GetCipherSuites() []string {
+ if m != nil {
+ return m.CipherSuites
+ }
+ return nil
+}
+
// Locality-weighted load balancing allows administrators to control the
// distribution of traffic to endpoints based on the localities of where the
// traffic originates and where it will terminate. These localities are
@@ -2230,125 +2240,127 @@ func init() {
}
var fileDescriptor_31054629b619ca4b = []byte{
- // 1888 bytes of a gzipped FileDescriptorProto
- 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xb4, 0x58, 0x4d, 0x73, 0x1b, 0xc7,
- 0xd1, 0x26, 0x3e, 0x49, 0x34, 0xf8, 0x01, 0x8c, 0x54, 0x7a, 0x61, 0xe8, 0x2d, 0x4a, 0x41, 0xa5,
- 0x62, 0x45, 0xb1, 0x96, 0x26, 0x15, 0x56, 0x62, 0xd9, 0x8a, 0x4d, 0x10, 0x94, 0x40, 0x1b, 0x24,
- 0xa0, 0x01, 0x98, 0x0f, 0x5d, 0x36, 0x83, 0xc5, 0x10, 0x18, 0x73, 0xb1, 0xb3, 0x9e, 0x9d, 0x85,
- 0x40, 0x5f, 0x93, 0x53, 0x2a, 0xf7, 0xfc, 0x8e, 0x9c, 0x72, 0xca, 0x3d, 0x97, 0x54, 0xe5, 0x90,
- 0x63, 0x0e, 0x29, 0xfd, 0x85, 0x54, 0x0e, 0xb9, 0xa5, 0x66, 0x76, 0x16, 0x58, 0x8a, 0xa4, 0x28,
- 0x8a, 0xf1, 0x6d, 0xb7, 0xfb, 0xe9, 0x67, 0x7a, 0x7a, 0xba, 0x7b, 0x7a, 0x17, 0x7e, 0xe8, 0x51,
- 0xf9, 0x8a, 0x8b, 0x13, 0xe6, 0x0d, 0x37, 0x26, 0x9b, 0x7d, 0x2a, 0xc9, 0xe6, 0xc6, 0x80, 0x06,
- 0x92, 0x79, 0x44, 0x32, 0xee, 0xd9, 0x22, 0x74, 0xa9, 0xe5, 0x0b, 0x2e, 0x39, 0xaa, 0xb0, 0x40,
- 0x32, 0x6e, 0xcd, 0x0d, 0x2c, 0x63, 0x50, 0xbd, 0x37, 0xe4, 0x7c, 0xe8, 0xd2, 0x0d, 0xe2, 0xb3,
- 0x8d, 0x63, 0x46, 0xdd, 0x81, 0xdd, 0xa7, 0x23, 0x32, 0x61, 0x5c, 0x44, 0xa6, 0xd5, 0x75, 0x03,
- 0xd0, 0x6f, 0xfd, 0xf0, 0x78, 0x63, 0x10, 0x0a, 0xcd, 0x7f, 0x99, 0xfe, 0x95, 0x20, 0xbe, 0x4f,
- 0x45, 0x60, 0xf4, 0x0f, 0x2e, 0xf0, 0x72, 0xc2, 0x84, 0x0c, 0x89, 0x6b, 0x07, 0x54, 0x4c, 0x98,
- 0x63, 0x9c, 0xac, 0xde, 0x1e, 0xf2, 0x21, 0xd7, 0x8f, 0x1b, 0xea, 0x29, 0x92, 0xd6, 0xfe, 0x9e,
- 0x82, 0xb5, 0xc6, 0x7c, 0x57, 0x38, 0x74, 0x29, 0xaa, 0x40, 0x76, 0xc4, 0x03, 0x59, 0x49, 0xdd,
- 0x4f, 0x3d, 0x28, 0xd4, 0xb3, 0xaf, 0x77, 0x52, 0x69, 0xac, 0x25, 0xe8, 0x10, 0x56, 0xa5, 0x20,
- 0xc7, 0xc7, 0xcc, 0xb1, 0x7d, 0xee, 0x32, 0xe7, 0xb4, 0x92, 0xbe, 0x9f, 0x7a, 0x50, 0xdc, 0xfa,
- 0xd0, 0xba, 0x2c, 0x02, 0x56, 0x2f, 0xc2, 0x77, 0x34, 0x1c, 0xaf, 0xc8, 0xe4, 0x2b, 0x7a, 0x02,
- 0x8b, 0x41, 0xd8, 0x0f, 0xa8, 0x0c, 0x2a, 0x99, 0xfb, 0x99, 0x07, 0xc5, 0xad, 0xfb, 0x97, 0x13,
- 0x75, 0x35, 0x10, 0xc7, 0x06, 0xe8, 0x2e, 0x14, 0xe8, 0xd4, 0xe7, 0x42, 0xda, 0x92, 0x57, 0xb2,
- 0xf7, 0x33, 0x0f, 0x0a, 0x78, 0x29, 0x12, 0xf4, 0x78, 0xed, 0x1f, 0x79, 0x58, 0x39, 0xb3, 0x32,
- 0xea, 0xc2, 0x8a, 0xcb, 0xc9, 0xc0, 0xee, 0x13, 0x97, 0x78, 0x0e, 0x15, 0x7a, 0x77, 0xc5, 0x2d,
- 0xeb, 0xf2, 0x05, 0x5b, 0x9c, 0x0c, 0xea, 0x06, 0xdd, 0xa5, 0x52, 0x32, 0x6f, 0x18, 0xe0, 0x65,
- 0x37, 0x21, 0x45, 0xbf, 0x82, 0x35, 0x87, 0x7b, 0x1e, 0x75, 0x74, 0x46, 0xf8, 0x9c, 0xbb, 0x26,
- 0x20, 0x1f, 0x5f, 0x4e, 0xbb, 0x3b, 0x33, 0xe8, 0x70, 0xee, 0xce, 0x88, 0x57, 0x9d, 0x33, 0x72,
- 0xf4, 0x0b, 0x28, 0xf3, 0x50, 0xba, 0x8c, 0x0a, 0x7b, 0x40, 0x65, 0xa4, 0xa8, 0x64, 0x34, 0xf9,
- 0xc3, 0xcb, 0xc9, 0xdb, 0x91, 0x49, 0x23, 0xb6, 0xc0, 0x25, 0xfe, 0x86, 0x04, 0x3d, 0x85, 0x8c,
- 0x74, 0x83, 0x4a, 0x56, 0x53, 0xfd, 0xe8, 0x2d, 0x7e, 0xba, 0x8c, 0x7a, 0xb2, 0xd7, 0xea, 0xce,
- 0x5c, 0x54, 0x76, 0x88, 0xc1, 0x2d, 0x1d, 0x74, 0x97, 0x4e, 0xa8, 0x4a, 0xb1, 0x48, 0x57, 0xc9,
- 0xe9, 0xe3, 0xfb, 0xe4, 0x1d, 0xf3, 0xc0, 0xea, 0xa8, 0x63, 0x3a, 0x93, 0x19, 0x65, 0xc5, 0xda,
- 0x52, 0xa4, 0xf1, 0x7a, 0xd5, 0x3f, 0x64, 0xa0, 0x7c, 0x0e, 0x88, 0x9e, 0x40, 0x56, 0x41, 0xcd,
- 0xf9, 0xfd, 0xe0, 0xf2, 0x15, 0x95, 0x69, 0x97, 0xba, 0xd4, 0x91, 0x5c, 0x60, 0x6d, 0x73, 0x3e,
- 0x09, 0xd2, 0xdf, 0x4d, 0x12, 0x64, 0xbe, 0xcb, 0x24, 0xc8, 0xfe, 0xef, 0x92, 0x20, 0xf7, 0x7e,
- 0x49, 0x50, 0xfb, 0x57, 0x0a, 0xf2, 0x51, 0x3d, 0xaa, 0x66, 0xe1, 0x91, 0x31, 0x3d, 0xdb, 0x2c,
- 0x94, 0x04, 0x35, 0x20, 0xef, 0x92, 0x3e, 0x75, 0x83, 0x4a, 0x5a, 0x27, 0xc7, 0x47, 0x57, 0xd5,
- 0xb6, 0xd5, 0xd2, 0xf0, 0x3d, 0x4f, 0x8a, 0x53, 0x6c, 0x6c, 0x2f, 0x68, 0x39, 0x99, 0x9b, 0xb4,
- 0x9c, 0xea, 0x27, 0x50, 0x4c, 0x2c, 0x83, 0x4a, 0x90, 0x39, 0xa1, 0xa7, 0x91, 0xf7, 0x58, 0x3d,
- 0xa2, 0xdb, 0x90, 0x9b, 0x10, 0x37, 0xa4, 0x3a, 0x37, 0x0a, 0x38, 0x7a, 0x79, 0x92, 0xfe, 0x69,
- 0xaa, 0xf6, 0xd7, 0x3c, 0xdc, 0xbe, 0x28, 0x1f, 0xd0, 0x0b, 0xc8, 0x07, 0x6c, 0xec, 0xbb, 0x51,
- 0x14, 0x56, 0xb7, 0x7e, 0x72, 0xbd, 0x7c, 0xb2, 0xba, 0xda, 0xb8, 0x55, 0x6f, 0x2e, 0x60, 0x43,
- 0x84, 0xbe, 0xd6, 0x49, 0x15, 0xb0, 0x40, 0x52, 0x4f, 0xda, 0x23, 0x12, 0x8c, 0x4c, 0xae, 0x7e,
- 0x7e, 0x4d, 0xee, 0xdd, 0x19, 0x4b, 0x93, 0x04, 0x23, 0xbd, 0xc6, 0xaa, 0x73, 0x46, 0x86, 0x28,
- 0xdc, 0x72, 0xb9, 0x43, 0x5c, 0x26, 0x4f, 0x6d, 0xb7, 0x1f, 0xd7, 0xb4, 0x89, 0xf3, 0xf6, 0xdb,
- 0xd6, 0x8b, 0x8c, 0x2e, 0x58, 0x17, 0x97, 0x63, 0xc6, 0x56, 0xdf, 0x88, 0xaa, 0x7f, 0xca, 0x40,
- 0xe9, 0x4d, 0x6f, 0xd0, 0x43, 0x28, 0x8d, 0xa4, 0xf4, 0xed, 0x11, 0x25, 0x03, 0x2a, 0xec, 0x79,
- 0x2a, 0x29, 0x3f, 0x95, 0xa6, 0xa9, 0x15, 0x87, 0x2a, 0xa1, 0xc6, 0x50, 0xd4, 0x58, 0x87, 0xf3,
- 0x13, 0x46, 0x4d, 0x3c, 0xbe, 0xbc, 0x61, 0x3c, 0xac, 0x66, 0xaf, 0xd7, 0xd9, 0xd5, 0x8c, 0xcd,
- 0x05, 0x0c, 0x6a, 0x81, 0xe8, 0x0d, 0x7d, 0x1f, 0x56, 0xc2, 0x80, 0xda, 0x01, 0x0f, 0x85, 0x43,
- 0x6d, 0xe6, 0xeb, 0x80, 0x2c, 0x35, 0x17, 0x70, 0x31, 0x0c, 0x68, 0x57, 0x4b, 0xf7, 0x7d, 0xf4,
- 0x29, 0x7c, 0xa0, 0x9d, 0xfa, 0x26, 0xa4, 0xe2, 0xd4, 0xf6, 0x89, 0x20, 0x63, 0x2a, 0xe3, 0x9d,
- 0xe4, 0xcc, 0x4e, 0xee, 0x28, 0xc8, 0x0b, 0x85, 0xe8, 0xc4, 0x00, 0xbd, 0xa3, 0x87, 0x50, 0x1e,
- 0x33, 0x8f, 0x8d, 0xc3, 0xb1, 0x2d, 0x98, 0x37, 0xb4, 0x03, 0xf6, 0x2d, 0xd5, 0xf5, 0x9d, 0xc5,
- 0x6b, 0x46, 0x81, 0x99, 0x37, 0xec, 0xb2, 0x6f, 0x69, 0x75, 0x0c, 0x30, 0x77, 0xf5, 0x2d, 0x65,
- 0x87, 0x20, 0xeb, 0x13, 0x39, 0x32, 0xe9, 0xab, 0x9f, 0xd1, 0x26, 0x64, 0xa4, 0x8c, 0xdb, 0xd2,
- 0x07, 0x56, 0x34, 0x53, 0x58, 0xf1, 0x4c, 0x61, 0x35, 0xcc, 0xcc, 0x61, 0x78, 0x14, 0xb6, 0x0e,
- 0xb0, 0xa4, 0xb2, 0xce, 0x3e, 0xa1, 0xa7, 0xb5, 0x26, 0x2c, 0xc5, 0x29, 0x8a, 0xd6, 0xa0, 0x88,
- 0xdb, 0x47, 0x87, 0x0d, 0x1b, 0xb7, 0xeb, 0xfb, 0x87, 0xa5, 0x05, 0xb4, 0x0a, 0xd0, 0xda, 0xdb,
- 0xe9, 0xf6, 0xec, 0xdd, 0xf6, 0xe1, 0x61, 0x29, 0x85, 0x00, 0xf2, 0x78, 0xe7, 0xb0, 0xd1, 0x3e,
- 0x28, 0xa5, 0x15, 0xb8, 0xb3, 0xd3, 0xed, 0xf6, 0x9a, 0xb8, 0x7d, 0xf4, 0xbc, 0x59, 0xca, 0xd4,
- 0x8b, 0x50, 0x70, 0xfb, 0xa6, 0x90, 0x6b, 0x7f, 0x5e, 0x82, 0x3b, 0x17, 0x37, 0x42, 0x74, 0x08,
- 0x19, 0xe9, 0xf8, 0xa6, 0xc7, 0x7f, 0x76, 0xdd, 0x3e, 0x6a, 0xf5, 0x76, 0x3b, 0x89, 0x86, 0xe5,
- 0xf8, 0xe8, 0x05, 0x64, 0xd5, 0x11, 0x98, 0x9c, 0x79, 0x7a, 0x6d, 0x42, 0x15, 0xf9, 0x19, 0xa3,
- 0xa6, 0xaa, 0xfe, 0x27, 0x0d, 0xc5, 0xc4, 0x3a, 0xe8, 0x43, 0x58, 0x1b, 0x93, 0xa9, 0x3d, 0xef,
- 0xe0, 0x81, 0x76, 0x3f, 0x87, 0x57, 0xc7, 0x64, 0x3a, 0xa7, 0x0d, 0x50, 0x7d, 0x76, 0x5f, 0xd8,
- 0x92, 0x8d, 0x29, 0x0f, 0xa5, 0x71, 0xeb, 0xf2, 0x83, 0x99, 0x5d, 0x0c, 0xbd, 0xc8, 0x00, 0x79,
- 0xb0, 0x22, 0x1d, 0xdf, 0x3e, 0xa1, 0xd4, 0x27, 0x2e, 0x9b, 0x50, 0x73, 0xb4, 0xfb, 0x37, 0x89,
- 0x94, 0xd5, 0x73, 0xfc, 0xaf, 0x62, 0x42, 0xbc, 0x2c, 0x13, 0x6f, 0xd5, 0xdf, 0xa7, 0x60, 0x39,
- 0xa9, 0x46, 0x77, 0x20, 0xef, 0x0b, 0xde, 0xa7, 0xd1, 0x26, 0x57, 0xb0, 0x79, 0x43, 0x8f, 0x20,
- 0xab, 0x36, 0x75, 0xf5, 0x8e, 0x34, 0x0c, 0x6d, 0xc3, 0x12, 0xf3, 0x24, 0x15, 0x13, 0x72, 0x75,
- 0x76, 0xe2, 0x19, 0xb4, 0xfa, 0x9b, 0x2c, 0x2c, 0x27, 0x8f, 0x04, 0x7d, 0x0a, 0x55, 0x75, 0x28,
- 0x9b, 0xb6, 0x3a, 0x02, 0x9f, 0x7a, 0x03, 0x55, 0x4d, 0x82, 0x7e, 0x13, 0xd2, 0x40, 0xc6, 0xe7,
- 0xf0, 0x7f, 0x1a, 0x71, 0x40, 0xa6, 0x9d, 0x48, 0x8f, 0x8d, 0x1a, 0x7d, 0x04, 0x48, 0xa9, 0xb6,
- 0xb4, 0xf1, 0xcc, 0x28, 0xad, 0x8d, 0x74, 0x77, 0xda, 0x3a, 0x20, 0xd3, 0x19, 0xfa, 0x29, 0xdc,
- 0x4d, 0xe2, 0x6c, 0x9f, 0x8a, 0xc4, 0xa1, 0xeb, 0x5d, 0xe4, 0x70, 0x65, 0x3c, 0xb7, 0xe8, 0x50,
- 0x31, 0x0f, 0x3e, 0xba, 0x07, 0xc5, 0xc8, 0x5c, 0x0a, 0x46, 0xa3, 0x31, 0x2c, 0x87, 0x41, 0xc3,
- 0xb5, 0x04, 0x7d, 0x06, 0xcb, 0x6c, 0xe0, 0xd2, 0x59, 0x6e, 0xe4, 0xae, 0x0a, 0x4b, 0x51, 0xc1,
- 0xe3, 0xc4, 0x38, 0x85, 0xf2, 0x68, 0xcb, 0x0e, 0xfd, 0xa1, 0x20, 0x03, 0x1a, 0xdf, 0x98, 0x79,
- 0x7d, 0x2b, 0x1d, 0xdc, 0x28, 0xeb, 0xad, 0xe6, 0xd6, 0x51, 0xc4, 0x6a, 0xee, 0xd5, 0xb5, 0xd1,
- 0x59, 0x01, 0xb2, 0xe0, 0x96, 0xea, 0x97, 0x8e, 0x1e, 0x19, 0x6c, 0xed, 0xa7, 0xc3, 0xdd, 0xca,
- 0xa2, 0xea, 0x9a, 0xb8, 0x1c, 0x06, 0x34, 0x1a, 0x26, 0x3a, 0x46, 0x51, 0xfb, 0x1c, 0xd6, 0xde,
- 0xe0, 0x44, 0x45, 0x58, 0x6c, 0xec, 0x3d, 0xdb, 0x39, 0x6a, 0xf5, 0x4a, 0x0b, 0x08, 0xc1, 0x6a,
- 0xa3, 0x6d, 0x1f, 0xb6, 0x7b, 0xf6, 0x51, 0xe7, 0x39, 0xde, 0x69, 0xec, 0x95, 0x52, 0x0a, 0x10,
- 0xbf, 0xa4, 0x6b, 0xbf, 0xcb, 0x41, 0xe9, 0xcd, 0x59, 0x07, 0x6d, 0x02, 0x52, 0xd7, 0x1b, 0x75,
- 0x42, 0xc9, 0x26, 0xd4, 0xa6, 0x42, 0x70, 0x61, 0x32, 0xa0, 0x9e, 0xae, 0xa4, 0x70, 0x39, 0xa1,
- 0xdd, 0xd3, 0x4a, 0xf4, 0x25, 0xd4, 0x02, 0xdf, 0x65, 0xd2, 0xa6, 0x53, 0x49, 0x85, 0x47, 0x5c,
- 0x5b, 0x5f, 0x5e, 0x36, 0x17, 0x6c, 0xc8, 0xbc, 0x98, 0x62, 0x49, 0xef, 0x63, 0x5d, 0x23, 0xf7,
- 0x0c, 0x50, 0xdf, 0x80, 0x6d, 0x0d, 0x33, 0x5c, 0x43, 0xf8, 0x5e, 0x72, 0xf9, 0x33, 0x44, 0xc7,
- 0x84, 0xb9, 0xa1, 0xa0, 0x41, 0xa5, 0xa0, 0x8f, 0xf4, 0xff, 0xcf, 0x1d, 0xe9, 0xd1, 0xbe, 0x27,
- 0x1f, 0x6f, 0xfd, 0x5c, 0x0d, 0x1c, 0x78, 0x3d, 0x41, 0x93, 0x58, 0xe6, 0x99, 0xe1, 0x40, 0x2f,
- 0xa1, 0x9a, 0x5c, 0x68, 0x48, 0x24, 0x7d, 0x45, 0x4e, 0x63, 0x67, 0xf3, 0xef, 0xb0, 0x42, 0x25,
- 0x61, 0xff, 0x3c, 0x32, 0x37, 0x9b, 0xc0, 0x70, 0x27, 0xc9, 0xbd, 0x3d, 0x9d, 0xc6, 0xbc, 0x8b,
- 0xef, 0xc0, 0x7b, 0x3b, 0x61, 0xbb, 0x3d, 0x9d, 0x1a, 0xce, 0x64, 0xa5, 0xa7, 0xdf, 0xb9, 0xd2,
- 0xd1, 0x73, 0x40, 0x7d, 0x12, 0x50, 0x9b, 0x7e, 0x6d, 0xe6, 0x6b, 0xdd, 0x5d, 0xae, 0x6c, 0x15,
- 0x25, 0x65, 0xb4, 0x67, 0x6c, 0x54, 0x6d, 0xa0, 0x8f, 0xe1, 0xb6, 0xaa, 0xbb, 0x19, 0x8f, 0x4f,
- 0x85, 0x43, 0x3d, 0x69, 0x0a, 0x10, 0x8d, 0xc9, 0x34, 0x86, 0x77, 0x22, 0x8d, 0x6a, 0x0b, 0x63,
- 0xe6, 0xa9, 0xc9, 0xc4, 0x95, 0xa3, 0x19, 0x3e, 0x17, 0xb5, 0x85, 0x31, 0xf3, 0x9a, 0x5a, 0x61,
- 0xd0, 0xb5, 0xdf, 0x66, 0xa0, 0x7c, 0x6e, 0x5a, 0x46, 0x07, 0x90, 0x1d, 0xf3, 0x41, 0x3c, 0x17,
- 0x3e, 0xbe, 0xc6, 0xa0, 0x6d, 0xf5, 0x5a, 0x5d, 0x65, 0x1a, 0xdf, 0xed, 0xea, 0x19, 0x3d, 0x02,
- 0x64, 0xca, 0xcb, 0xa1, 0x42, 0xb2, 0x63, 0xe6, 0x10, 0x19, 0x0f, 0xaa, 0xe5, 0x48, 0xb3, 0x3b,
- 0x57, 0xa8, 0x5e, 0xe3, 0x0b, 0x36, 0x21, 0x92, 0xaa, 0x6b, 0x5c, 0x47, 0xad, 0x80, 0xc1, 0x88,
- 0xbe, 0xa2, 0xa7, 0xea, 0xce, 0x72, 0x48, 0x92, 0x2b, 0x6a, 0x48, 0x05, 0xbc, 0xea, 0x90, 0x04,
- 0x91, 0xbe, 0xdc, 0x1c, 0x41, 0x07, 0xd4, 0x93, 0x8c, 0xb8, 0xd1, 0x6c, 0xb3, 0x68, 0x80, 0x33,
- 0x71, 0x3c, 0xd1, 0x04, 0x61, 0x5f, 0x45, 0xd2, 0x26, 0xae, 0xd4, 0xc8, 0xe8, 0xe3, 0xb0, 0x80,
- 0xd7, 0x8c, 0x62, 0xc7, 0x95, 0x0a, 0x1a, 0xa8, 0xd9, 0x3b, 0xf0, 0x98, 0xce, 0xd5, 0x02, 0x56,
- 0x8f, 0xb5, 0x2f, 0x60, 0xd1, 0x6c, 0x5b, 0xb7, 0x82, 0xfd, 0xee, 0x4e, 0xbd, 0xb5, 0x57, 0x5a,
- 0x50, 0x33, 0x45, 0x77, 0xff, 0xa0, 0xd3, 0xda, 0x8b, 0xe6, 0x8b, 0x83, 0xa3, 0xde, 0xd1, 0x4e,
- 0xab, 0x94, 0x46, 0x25, 0x58, 0xde, 0xef, 0xf6, 0xf6, 0xdb, 0xb6, 0x91, 0x64, 0x6a, 0xff, 0xce,
- 0xc0, 0xdd, 0xb7, 0xcc, 0xa5, 0xe8, 0xd7, 0x00, 0x03, 0x16, 0x48, 0xc1, 0xfa, 0xa1, 0x54, 0xc7,
- 0xa2, 0x3e, 0x4c, 0xbe, 0x78, 0xaf, 0x11, 0xd7, 0x6a, 0xcc, 0x78, 0x70, 0x82, 0x13, 0xbd, 0x84,
- 0x25, 0x55, 0xe8, 0x7c, 0xa2, 0x3f, 0x2f, 0x15, 0xff, 0xcf, 0xde, 0x8f, 0xff, 0x99, 0x61, 0xc1,
- 0x33, 0x3e, 0xf4, 0x63, 0x58, 0xa4, 0x1e, 0xe9, 0xbb, 0x74, 0x60, 0x4a, 0xa0, 0x7a, 0xae, 0x04,
- 0xea, 0x9c, 0xbb, 0x51, 0x1d, 0xc6, 0xd0, 0xea, 0x1f, 0x53, 0x00, 0x73, 0x67, 0xd5, 0x80, 0x78,
- 0x2c, 0xf8, 0xd8, 0x7c, 0xf3, 0xe8, 0x67, 0xf4, 0x4b, 0x48, 0x4b, 0x6e, 0xdc, 0x6d, 0xde, 0x34,
- 0x1c, 0x56, 0x8f, 0x47, 0xdf, 0x70, 0x69, 0xc9, 0xab, 0xdb, 0xb0, 0x68, 0x5e, 0xaf, 0xfa, 0xd6,
- 0x5a, 0x49, 0x7c, 0x6b, 0x55, 0x2d, 0x58, 0x8a, 0xf7, 0x7f, 0xa1, 0xc3, 0xab, 0xc6, 0x61, 0x25,
- 0x49, 0x4b, 0x5e, 0x7f, 0xf4, 0x97, 0xd7, 0xeb, 0xa9, 0xbf, 0xbd, 0x5e, 0x4f, 0xfd, 0xf3, 0xf5,
- 0x7a, 0xea, 0xe5, 0xbd, 0x68, 0x07, 0x8c, 0xeb, 0x1f, 0x6f, 0xe7, 0x7f, 0x91, 0xf5, 0xf3, 0x3a,
- 0x5e, 0x8f, 0xff, 0x1b, 0x00, 0x00, 0xff, 0xff, 0x50, 0xe2, 0x07, 0x59, 0xe5, 0x13, 0x00, 0x00,
+ // 1908 bytes of a gzipped FileDescriptorProto
+ 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xb4, 0x58, 0xcd, 0x77, 0x1b, 0x49,
+ 0x11, 0xb7, 0x3e, 0x2d, 0x95, 0xfc, 0x21, 0xf5, 0xe6, 0x05, 0xad, 0xc2, 0x73, 0x82, 0xe0, 0xb1,
+ 0x21, 0x6c, 0xc6, 0x1b, 0x87, 0x3c, 0xd8, 0xec, 0x86, 0x5d, 0xcb, 0x72, 0x22, 0xef, 0xca, 0x96,
+ 0xd2, 0x92, 0xf9, 0xc8, 0x65, 0x68, 0x8d, 0xda, 0x52, 0xaf, 0x47, 0xd3, 0xb3, 0x3d, 0x3d, 0x8a,
+ 0xbc, 0x57, 0x6e, 0x3c, 0xee, 0xfc, 0x0d, 0x1c, 0x39, 0x71, 0xe2, 0xce, 0x85, 0xf7, 0x38, 0x70,
+ 0xe4, 0xc0, 0xcb, 0xbf, 0xc0, 0xe3, 0xc0, 0x8d, 0xd7, 0x3d, 0x3d, 0xd2, 0x38, 0xb6, 0xe3, 0x38,
+ 0x66, 0x6f, 0x33, 0x55, 0xbf, 0xfa, 0x75, 0x75, 0x75, 0x55, 0x75, 0xcd, 0xc0, 0x8f, 0x3c, 0x2a,
+ 0x5f, 0x72, 0x71, 0xcc, 0xbc, 0xd1, 0xe6, 0xf4, 0xc1, 0x80, 0x4a, 0xf2, 0x60, 0x73, 0x48, 0x03,
+ 0xc9, 0x3c, 0x22, 0x19, 0xf7, 0x6c, 0x11, 0xba, 0xd4, 0xf2, 0x05, 0x97, 0x1c, 0x55, 0x59, 0x20,
+ 0x19, 0xb7, 0x16, 0x06, 0x96, 0x31, 0xa8, 0xdd, 0x1e, 0x71, 0x3e, 0x72, 0xe9, 0x26, 0xf1, 0xd9,
+ 0xe6, 0x11, 0xa3, 0xee, 0xd0, 0x1e, 0xd0, 0x31, 0x99, 0x32, 0x2e, 0x22, 0xd3, 0xda, 0x86, 0x01,
+ 0xe8, 0xb7, 0x41, 0x78, 0xb4, 0x39, 0x0c, 0x85, 0xe6, 0xbf, 0x48, 0xff, 0x52, 0x10, 0xdf, 0xa7,
+ 0x22, 0x30, 0xfa, 0xbb, 0xe7, 0x78, 0x39, 0x65, 0x42, 0x86, 0xc4, 0xb5, 0x03, 0x2a, 0xa6, 0xcc,
+ 0x31, 0x4e, 0xd6, 0x6e, 0x8c, 0xf8, 0x88, 0xeb, 0xc7, 0x4d, 0xf5, 0x14, 0x49, 0xeb, 0xff, 0x48,
+ 0xc1, 0x7a, 0x73, 0xb1, 0x2b, 0x1c, 0xba, 0x14, 0x55, 0x21, 0x3b, 0xe6, 0x81, 0xac, 0xa6, 0xee,
+ 0xa4, 0xee, 0x16, 0x1b, 0xd9, 0x57, 0xdb, 0xa9, 0x34, 0xd6, 0x12, 0x74, 0x00, 0x6b, 0x52, 0x90,
+ 0xa3, 0x23, 0xe6, 0xd8, 0x3e, 0x77, 0x99, 0x73, 0x52, 0x4d, 0xdf, 0x49, 0xdd, 0x2d, 0x6d, 0x7d,
+ 0x60, 0x5d, 0x14, 0x01, 0xab, 0x1f, 0xe1, 0xbb, 0x1a, 0x8e, 0x57, 0x65, 0xf2, 0x15, 0x3d, 0x86,
+ 0xe5, 0x20, 0x1c, 0x04, 0x54, 0x06, 0xd5, 0xcc, 0x9d, 0xcc, 0xdd, 0xd2, 0xd6, 0x9d, 0x8b, 0x89,
+ 0x7a, 0x1a, 0x88, 0x63, 0x03, 0x74, 0x0b, 0x8a, 0x74, 0xe6, 0x73, 0x21, 0x6d, 0xc9, 0xab, 0xd9,
+ 0x3b, 0x99, 0xbb, 0x45, 0x5c, 0x88, 0x04, 0x7d, 0x5e, 0xff, 0x67, 0x1e, 0x56, 0x4f, 0xad, 0x8c,
+ 0x7a, 0xb0, 0xea, 0x72, 0x32, 0xb4, 0x07, 0xc4, 0x25, 0x9e, 0x43, 0x85, 0xde, 0x5d, 0x69, 0xcb,
+ 0xba, 0x78, 0xc1, 0x36, 0x27, 0xc3, 0x86, 0x41, 0xf7, 0xa8, 0x94, 0xcc, 0x1b, 0x05, 0x78, 0xc5,
+ 0x4d, 0x48, 0xd1, 0xaf, 0x61, 0xdd, 0xe1, 0x9e, 0x47, 0x1d, 0x9d, 0x11, 0x3e, 0xe7, 0xae, 0x09,
+ 0xc8, 0x47, 0x17, 0xd3, 0xee, 0xcc, 0x0d, 0xba, 0x9c, 0xbb, 0x73, 0xe2, 0x35, 0xe7, 0x94, 0x1c,
+ 0xfd, 0x12, 0x2a, 0x3c, 0x94, 0x2e, 0xa3, 0xc2, 0x1e, 0x52, 0x19, 0x29, 0xaa, 0x19, 0x4d, 0x7e,
+ 0xef, 0x62, 0xf2, 0x4e, 0x64, 0xd2, 0x8c, 0x2d, 0x70, 0x99, 0xbf, 0x26, 0x41, 0x4f, 0x20, 0x23,
+ 0xdd, 0xa0, 0x9a, 0xd5, 0x54, 0x3f, 0x7e, 0x83, 0x9f, 0x2e, 0xa3, 0x9e, 0xec, 0xb7, 0x7b, 0x73,
+ 0x17, 0x95, 0x1d, 0x62, 0xf0, 0x9e, 0x0e, 0xba, 0x4b, 0xa7, 0x54, 0xa5, 0x58, 0xa4, 0xab, 0xe6,
+ 0xf4, 0xf1, 0x7d, 0xfc, 0x96, 0x79, 0x60, 0x75, 0xd5, 0x31, 0x9d, 0xca, 0x8c, 0x8a, 0x62, 0x6d,
+ 0x2b, 0xd2, 0x78, 0xbd, 0xda, 0x1f, 0x32, 0x50, 0x39, 0x03, 0x44, 0x8f, 0x21, 0xab, 0xa0, 0xe6,
+ 0xfc, 0x7e, 0x78, 0xf1, 0x8a, 0xca, 0xb4, 0x47, 0x5d, 0xea, 0x48, 0x2e, 0xb0, 0xb6, 0x39, 0x9b,
+ 0x04, 0xe9, 0x6f, 0x27, 0x09, 0x32, 0xdf, 0x66, 0x12, 0x64, 0xff, 0x7f, 0x49, 0x90, 0x7b, 0xb7,
+ 0x24, 0xa8, 0xff, 0x3b, 0x05, 0xf9, 0xa8, 0x1e, 0x55, 0xb3, 0xf0, 0xc8, 0x84, 0x9e, 0x6e, 0x16,
+ 0x4a, 0x82, 0x9a, 0x90, 0x77, 0xc9, 0x80, 0xba, 0x41, 0x35, 0xad, 0x93, 0xe3, 0xc3, 0xcb, 0x6a,
+ 0xdb, 0x6a, 0x6b, 0xf8, 0xae, 0x27, 0xc5, 0x09, 0x36, 0xb6, 0xe7, 0xb4, 0x9c, 0xcc, 0x75, 0x5a,
+ 0x4e, 0xed, 0x63, 0x28, 0x25, 0x96, 0x41, 0x65, 0xc8, 0x1c, 0xd3, 0x93, 0xc8, 0x7b, 0xac, 0x1e,
+ 0xd1, 0x0d, 0xc8, 0x4d, 0x89, 0x1b, 0x52, 0x9d, 0x1b, 0x45, 0x1c, 0xbd, 0x3c, 0x4e, 0xff, 0x2c,
+ 0x55, 0xff, 0x5b, 0x1e, 0x6e, 0x9c, 0x97, 0x0f, 0xe8, 0x39, 0xe4, 0x03, 0x36, 0xf1, 0xdd, 0x28,
+ 0x0a, 0x6b, 0x5b, 0x3f, 0xbd, 0x5a, 0x3e, 0x59, 0x3d, 0x6d, 0xdc, 0x6e, 0xb4, 0x96, 0xb0, 0x21,
+ 0x42, 0x5f, 0xe9, 0xa4, 0x0a, 0x58, 0x20, 0xa9, 0x27, 0xed, 0x31, 0x09, 0xc6, 0x26, 0x57, 0x3f,
+ 0xbb, 0x22, 0xf7, 0xce, 0x9c, 0xa5, 0x45, 0x82, 0xb1, 0x5e, 0x63, 0xcd, 0x39, 0x25, 0x43, 0x14,
+ 0xde, 0x73, 0xb9, 0x43, 0x5c, 0x26, 0x4f, 0x6c, 0x77, 0x10, 0xd7, 0xb4, 0x89, 0xf3, 0xa3, 0x37,
+ 0xad, 0x17, 0x19, 0x9d, 0xb3, 0x2e, 0xae, 0xc4, 0x8c, 0xed, 0x81, 0x11, 0xd5, 0xfe, 0x9c, 0x81,
+ 0xf2, 0xeb, 0xde, 0xa0, 0x7b, 0x50, 0x1e, 0x4b, 0xe9, 0xdb, 0x63, 0x4a, 0x86, 0x54, 0xd8, 0x8b,
+ 0x54, 0x52, 0x7e, 0x2a, 0x4d, 0x4b, 0x2b, 0x0e, 0x54, 0x42, 0x4d, 0xa0, 0xa4, 0xb1, 0x0e, 0xe7,
+ 0xc7, 0x8c, 0x9a, 0x78, 0x7c, 0x71, 0xcd, 0x78, 0x58, 0xad, 0x7e, 0xbf, 0xbb, 0xa3, 0x19, 0x5b,
+ 0x4b, 0x18, 0xd4, 0x02, 0xd1, 0x1b, 0xfa, 0x01, 0xac, 0x86, 0x01, 0xb5, 0x03, 0x1e, 0x0a, 0x87,
+ 0xda, 0xcc, 0xd7, 0x01, 0x29, 0xb4, 0x96, 0x70, 0x29, 0x0c, 0x68, 0x4f, 0x4b, 0xf7, 0x7c, 0xf4,
+ 0x09, 0xbc, 0xaf, 0x9d, 0xfa, 0x3a, 0xa4, 0xe2, 0xc4, 0xf6, 0x89, 0x20, 0x13, 0x2a, 0xe3, 0x9d,
+ 0xe4, 0xcc, 0x4e, 0x6e, 0x2a, 0xc8, 0x73, 0x85, 0xe8, 0xc6, 0x00, 0xbd, 0xa3, 0x7b, 0x50, 0x99,
+ 0x30, 0x8f, 0x4d, 0xc2, 0x89, 0x2d, 0x98, 0x37, 0xb2, 0x03, 0xf6, 0x0d, 0xd5, 0xf5, 0x9d, 0xc5,
+ 0xeb, 0x46, 0x81, 0x99, 0x37, 0xea, 0xb1, 0x6f, 0x68, 0x6d, 0x02, 0xb0, 0x70, 0xf5, 0x0d, 0x65,
+ 0x87, 0x20, 0xeb, 0x13, 0x39, 0x36, 0xe9, 0xab, 0x9f, 0xd1, 0x03, 0xc8, 0x48, 0x19, 0xb7, 0xa5,
+ 0xf7, 0xad, 0x68, 0xa6, 0xb0, 0xe2, 0x99, 0xc2, 0x6a, 0x9a, 0x99, 0xc3, 0xf0, 0x28, 0x6c, 0x03,
+ 0xa0, 0xa0, 0xb2, 0xce, 0x3e, 0xa6, 0x27, 0xf5, 0x16, 0x14, 0xe2, 0x14, 0x45, 0xeb, 0x50, 0xc2,
+ 0x9d, 0xc3, 0x83, 0xa6, 0x8d, 0x3b, 0x8d, 0xbd, 0x83, 0xf2, 0x12, 0x5a, 0x03, 0x68, 0xef, 0x6e,
+ 0xf7, 0xfa, 0xf6, 0x4e, 0xe7, 0xe0, 0xa0, 0x9c, 0x42, 0x00, 0x79, 0xbc, 0x7d, 0xd0, 0xec, 0xec,
+ 0x97, 0xd3, 0x0a, 0xdc, 0xdd, 0xee, 0xf5, 0xfa, 0x2d, 0xdc, 0x39, 0x7c, 0xd6, 0x2a, 0x67, 0x1a,
+ 0x25, 0x28, 0xba, 0x03, 0x53, 0xc8, 0xf5, 0xbf, 0x14, 0xe0, 0xe6, 0xf9, 0x8d, 0x10, 0x1d, 0x40,
+ 0x46, 0x3a, 0xbe, 0xe9, 0xf1, 0x9f, 0x5e, 0xb5, 0x8f, 0x5a, 0xfd, 0x9d, 0x6e, 0xa2, 0x61, 0x39,
+ 0x3e, 0x7a, 0x0e, 0x59, 0x75, 0x04, 0x26, 0x67, 0x9e, 0x5c, 0x99, 0x50, 0x45, 0x7e, 0xce, 0xa8,
+ 0xa9, 0x6a, 0xff, 0x4d, 0x43, 0x29, 0xb1, 0x0e, 0xfa, 0x00, 0xd6, 0x27, 0x64, 0x66, 0x2f, 0x3a,
+ 0x78, 0xa0, 0xdd, 0xcf, 0xe1, 0xb5, 0x09, 0x99, 0x2d, 0x68, 0x03, 0xd4, 0x98, 0xdf, 0x17, 0xb6,
+ 0x64, 0x13, 0xca, 0x43, 0x69, 0xdc, 0xba, 0xf8, 0x60, 0xe6, 0x17, 0x43, 0x3f, 0x32, 0x40, 0x1e,
+ 0xac, 0x4a, 0xc7, 0xb7, 0x8f, 0x29, 0xf5, 0x89, 0xcb, 0xa6, 0xd4, 0x1c, 0xed, 0xde, 0x75, 0x22,
+ 0x65, 0xf5, 0x1d, 0xff, 0xcb, 0x98, 0x10, 0xaf, 0xc8, 0xc4, 0x5b, 0xed, 0xf7, 0x29, 0x58, 0x49,
+ 0xaa, 0xd1, 0x4d, 0xc8, 0xfb, 0x82, 0x0f, 0x68, 0xb4, 0xc9, 0x55, 0x6c, 0xde, 0xd0, 0x7d, 0xc8,
+ 0xaa, 0x4d, 0x5d, 0xbe, 0x23, 0x0d, 0x43, 0x8f, 0xa0, 0xc0, 0x3c, 0x49, 0xc5, 0x94, 0x5c, 0x9e,
+ 0x9d, 0x78, 0x0e, 0xad, 0xfd, 0x36, 0x0b, 0x2b, 0xc9, 0x23, 0x41, 0x9f, 0x40, 0x4d, 0x1d, 0xca,
+ 0x03, 0x5b, 0x1d, 0x81, 0x4f, 0xbd, 0xa1, 0xaa, 0x26, 0x41, 0xbf, 0x0e, 0x69, 0x20, 0xe3, 0x73,
+ 0xf8, 0x8e, 0x46, 0xec, 0x93, 0x59, 0x37, 0xd2, 0x63, 0xa3, 0x46, 0x1f, 0x02, 0x52, 0xaa, 0x2d,
+ 0x6d, 0x3c, 0x37, 0x4a, 0x6b, 0x23, 0xdd, 0x9d, 0xb6, 0xf6, 0xc9, 0x6c, 0x8e, 0x7e, 0x02, 0xb7,
+ 0x92, 0x38, 0xdb, 0xa7, 0x22, 0x71, 0xe8, 0x7a, 0x17, 0x39, 0x5c, 0x9d, 0x2c, 0x2c, 0xba, 0x54,
+ 0x2c, 0x82, 0x8f, 0x6e, 0x43, 0x29, 0x32, 0x97, 0x82, 0xd1, 0x68, 0x0c, 0xcb, 0x61, 0xd0, 0x70,
+ 0x2d, 0x41, 0x9f, 0xc2, 0x0a, 0x1b, 0xba, 0x74, 0x9e, 0x1b, 0xb9, 0xcb, 0xc2, 0x52, 0x52, 0xf0,
+ 0x38, 0x31, 0x4e, 0xa0, 0x32, 0xde, 0xb2, 0x43, 0x7f, 0x24, 0xc8, 0x90, 0xc6, 0x37, 0x66, 0x5e,
+ 0xdf, 0x4a, 0xfb, 0xd7, 0xca, 0x7a, 0xab, 0xb5, 0x75, 0x18, 0xb1, 0x9a, 0x7b, 0x75, 0x7d, 0x7c,
+ 0x5a, 0x80, 0x2c, 0x78, 0x4f, 0xf5, 0x4b, 0x47, 0x8f, 0x0c, 0xb6, 0xf6, 0xd3, 0xe1, 0x6e, 0x75,
+ 0x59, 0x75, 0x4d, 0x5c, 0x09, 0x03, 0x1a, 0x0d, 0x13, 0x5d, 0xa3, 0xa8, 0x7f, 0x06, 0xeb, 0xaf,
+ 0x71, 0xa2, 0x12, 0x2c, 0x37, 0x77, 0x9f, 0x6e, 0x1f, 0xb6, 0xfb, 0xe5, 0x25, 0x84, 0x60, 0xad,
+ 0xd9, 0xb1, 0x0f, 0x3a, 0x7d, 0xfb, 0xb0, 0xfb, 0x0c, 0x6f, 0x37, 0x77, 0xcb, 0x29, 0x05, 0x88,
+ 0x5f, 0xd2, 0xf5, 0xdf, 0xe5, 0xa0, 0xfc, 0xfa, 0xac, 0x83, 0x1e, 0x00, 0x52, 0xd7, 0x1b, 0x75,
+ 0x42, 0xc9, 0xa6, 0xd4, 0xa6, 0x42, 0x70, 0x61, 0x32, 0xa0, 0x91, 0xae, 0xa6, 0x70, 0x25, 0xa1,
+ 0xdd, 0xd5, 0x4a, 0xf4, 0x05, 0xd4, 0x03, 0xdf, 0x65, 0xd2, 0xa6, 0x33, 0x49, 0x85, 0x47, 0x5c,
+ 0x5b, 0x5f, 0x5e, 0x36, 0x17, 0x6c, 0xc4, 0xbc, 0x98, 0xa2, 0xa0, 0xf7, 0xb1, 0xa1, 0x91, 0xbb,
+ 0x06, 0xa8, 0x6f, 0xc0, 0x8e, 0x86, 0x19, 0xae, 0x11, 0x7c, 0x2f, 0xb9, 0xfc, 0x29, 0xa2, 0x23,
+ 0xc2, 0xdc, 0x50, 0xd0, 0xa0, 0x5a, 0xd4, 0x47, 0xfa, 0xdd, 0x33, 0x47, 0x7a, 0xb8, 0xe7, 0xc9,
+ 0x87, 0x5b, 0xbf, 0x50, 0x03, 0x07, 0xde, 0x48, 0xd0, 0x24, 0x96, 0x79, 0x6a, 0x38, 0xd0, 0x0b,
+ 0xa8, 0x25, 0x17, 0x1a, 0x11, 0x49, 0x5f, 0x92, 0x93, 0xd8, 0xd9, 0xfc, 0x5b, 0xac, 0x50, 0x4d,
+ 0xd8, 0x3f, 0x8b, 0xcc, 0xcd, 0x26, 0x30, 0xdc, 0x4c, 0x72, 0x3f, 0x9a, 0xcd, 0x62, 0xde, 0xe5,
+ 0xb7, 0xe0, 0xbd, 0x91, 0xb0, 0x7d, 0x34, 0x9b, 0x19, 0xce, 0x64, 0xa5, 0xa7, 0xdf, 0xba, 0xd2,
+ 0xd1, 0x33, 0x40, 0x03, 0x12, 0x50, 0x9b, 0x7e, 0x65, 0xe6, 0x6b, 0xdd, 0x5d, 0x2e, 0x6d, 0x15,
+ 0x65, 0x65, 0xb4, 0x6b, 0x6c, 0x54, 0x6d, 0xa0, 0x8f, 0xe0, 0x86, 0xaa, 0xbb, 0x39, 0x8f, 0x4f,
+ 0x85, 0x43, 0x3d, 0x69, 0x0a, 0x10, 0x4d, 0xc8, 0x2c, 0x86, 0x77, 0x23, 0x8d, 0x6a, 0x0b, 0x13,
+ 0xe6, 0xa9, 0xc9, 0xc4, 0x95, 0xe3, 0x39, 0x3e, 0x17, 0xb5, 0x85, 0x09, 0xf3, 0x5a, 0x5a, 0x61,
+ 0xd0, 0xf5, 0x3f, 0x66, 0xa0, 0x72, 0x66, 0x5a, 0x46, 0xfb, 0x90, 0x9d, 0xf0, 0x61, 0x3c, 0x17,
+ 0x3e, 0xbc, 0xc2, 0xa0, 0x6d, 0xf5, 0xdb, 0x3d, 0x65, 0x1a, 0xdf, 0xed, 0xea, 0x19, 0xdd, 0x07,
+ 0x64, 0xca, 0xcb, 0xa1, 0x42, 0xb2, 0x23, 0xe6, 0x10, 0x19, 0x0f, 0xaa, 0x95, 0x48, 0xb3, 0xb3,
+ 0x50, 0xa8, 0x5e, 0xe3, 0x0b, 0x36, 0x25, 0x92, 0xaa, 0x6b, 0x5c, 0x47, 0xad, 0x88, 0xc1, 0x88,
+ 0xbe, 0xa4, 0x27, 0xea, 0xce, 0x72, 0x48, 0x92, 0x2b, 0x6a, 0x48, 0x45, 0xbc, 0xe6, 0x90, 0x04,
+ 0x91, 0xbe, 0xdc, 0x1c, 0x41, 0x87, 0xd4, 0x93, 0x8c, 0xb8, 0xd1, 0x6c, 0xb3, 0x6c, 0x80, 0x73,
+ 0x71, 0x3c, 0xd1, 0x04, 0xe1, 0x40, 0x45, 0xd2, 0x26, 0xae, 0xd4, 0xc8, 0xe8, 0xe3, 0xb0, 0x88,
+ 0xd7, 0x8d, 0x62, 0xdb, 0x95, 0x0a, 0x1a, 0xa8, 0xd9, 0x3b, 0xf0, 0x98, 0xce, 0xd5, 0x22, 0x56,
+ 0x8f, 0xe8, 0xfb, 0xb0, 0xea, 0x30, 0x7f, 0x4c, 0x85, 0x1d, 0x84, 0x4c, 0x79, 0x53, 0xd0, 0x96,
+ 0x2b, 0x91, 0xb0, 0xa7, 0x65, 0xf5, 0xcf, 0x61, 0xd9, 0xc4, 0x46, 0xf7, 0x8b, 0xbd, 0xde, 0x76,
+ 0xa3, 0xbd, 0x5b, 0x5e, 0x52, 0x83, 0x47, 0x6f, 0x6f, 0xbf, 0xdb, 0xde, 0x8d, 0x86, 0x90, 0xfd,
+ 0xc3, 0xfe, 0xe1, 0x76, 0xbb, 0x9c, 0x46, 0x65, 0x58, 0xd9, 0xeb, 0xf5, 0xf7, 0x3a, 0xb6, 0x91,
+ 0x64, 0xea, 0xff, 0xc9, 0xc0, 0xad, 0x37, 0x0c, 0xaf, 0xe8, 0x37, 0x00, 0x43, 0x16, 0x48, 0xc1,
+ 0x06, 0xa1, 0x54, 0x67, 0xa7, 0xbe, 0x5e, 0x3e, 0x7f, 0xa7, 0x39, 0xd8, 0x6a, 0xce, 0x79, 0x70,
+ 0x82, 0x13, 0xbd, 0x80, 0x82, 0xea, 0x06, 0x7c, 0xaa, 0xbf, 0x41, 0x15, 0xff, 0xcf, 0xdf, 0x8d,
+ 0xff, 0xa9, 0x61, 0xc1, 0x73, 0x3e, 0xf4, 0x13, 0x58, 0xa6, 0x1e, 0x19, 0xb8, 0x74, 0x68, 0xea,
+ 0xa4, 0x76, 0xa6, 0x4e, 0x1a, 0x9c, 0xbb, 0x51, 0xb1, 0xc6, 0xd0, 0xda, 0x9f, 0x52, 0x00, 0x0b,
+ 0x67, 0xd5, 0x14, 0x79, 0x24, 0xf8, 0xc4, 0x7c, 0x18, 0xe9, 0x67, 0xf4, 0x2b, 0x48, 0x4b, 0x6e,
+ 0xdc, 0x6d, 0x5d, 0x37, 0x1c, 0x56, 0x9f, 0x47, 0x1f, 0x7a, 0x69, 0xc9, 0x6b, 0x8f, 0x60, 0xd9,
+ 0xbc, 0x5e, 0xf6, 0x41, 0xb6, 0x9a, 0xf8, 0x20, 0xab, 0x59, 0x50, 0x88, 0xf7, 0x7f, 0xae, 0xc3,
+ 0x6b, 0xc6, 0x61, 0x25, 0x49, 0x4b, 0xde, 0xb8, 0xff, 0xd7, 0x57, 0x1b, 0xa9, 0xbf, 0xbf, 0xda,
+ 0x48, 0xfd, 0xeb, 0xd5, 0x46, 0xea, 0xc5, 0xed, 0x68, 0x07, 0x8c, 0xeb, 0xbf, 0x73, 0x67, 0xff,
+ 0xa3, 0x0d, 0xf2, 0x3a, 0x5e, 0x0f, 0xff, 0x17, 0x00, 0x00, 0xff, 0xff, 0x3e, 0xc1, 0x99, 0xfa,
+ 0x0a, 0x14, 0x00, 0x00,
}
func (m *DestinationRule) Marshal() (dAtA []byte, err error) {
@@ -3275,6 +3287,15 @@ func (m *ClientTLSSettings) MarshalToSizedBuffer(dAtA []byte) (int, error) {
i -= len(m.XXX_unrecognized)
copy(dAtA[i:], m.XXX_unrecognized)
}
+ if len(m.CipherSuites) > 0 {
+ for iNdEx := len(m.CipherSuites) - 1; iNdEx >= 0; iNdEx-- {
+ i -= len(m.CipherSuites[iNdEx])
+ copy(dAtA[i:], m.CipherSuites[iNdEx])
+ i = encodeVarintDestinationRule(dAtA, i, uint64(len(m.CipherSuites[iNdEx])))
+ i--
+ dAtA[i] = 0x42
+ }
+ }
if len(m.CredentialName) > 0 {
i -= len(m.CredentialName)
copy(dAtA[i:], m.CredentialName)
@@ -3925,6 +3946,12 @@ func (m *ClientTLSSettings) Size() (n int) {
if l > 0 {
n += 1 + l + sovDestinationRule(uint64(l))
}
+ if len(m.CipherSuites) > 0 {
+ for _, s := range m.CipherSuites {
+ l = len(s)
+ n += 1 + l + sovDestinationRule(uint64(l))
+ }
+ }
if m.XXX_unrecognized != nil {
n += len(m.XXX_unrecognized)
}
@@ -6540,6 +6567,38 @@ func (m *ClientTLSSettings) Unmarshal(dAtA []byte) error {
}
m.CredentialName = string(dAtA[iNdEx:postIndex])
iNdEx = postIndex
+ case 8:
+ if wireType != 2 {
+ return fmt.Errorf("proto: wrong wireType = %d for field CipherSuites", wireType)
+ }
+ var stringLen uint64
+ for shift := uint(0); ; shift += 7 {
+ if shift >= 64 {
+ return ErrIntOverflowDestinationRule
+ }
+ if iNdEx >= l {
+ return io.ErrUnexpectedEOF
+ }
+ b := dAtA[iNdEx]
+ iNdEx++
+ stringLen |= uint64(b&0x7F) << shift
+ if b < 0x80 {
+ break
+ }
+ }
+ intStringLen := int(stringLen)
+ if intStringLen < 0 {
+ return ErrInvalidLengthDestinationRule
+ }
+ postIndex := iNdEx + intStringLen
+ if postIndex < 0 {
+ return ErrInvalidLengthDestinationRule
+ }
+ if postIndex > l {
+ return io.ErrUnexpectedEOF
+ }
+ m.CipherSuites = append(m.CipherSuites, string(dAtA[iNdEx:postIndex]))
+ iNdEx = postIndex
default:
iNdEx = preIndex
skippy, err := skipDestinationRule(dAtA[iNdEx:])
diff --git a/networking/v1beta1/destination_rule.proto b/networking/v1beta1/destination_rule.proto
index e03ea8143bb..b9d445ff4a5 100644
--- a/networking/v1beta1/destination_rule.proto
+++ b/networking/v1beta1/destination_rule.proto
@@ -964,6 +964,10 @@ message ClientTLSSettings {
// SNI string to present to the server during TLS handshake.
string sni = 6;
+
+ // Optional: If specified, only support the specified cipher list.
+ // Otherwise default to the default cipher list supported by Envoy.
+ repeated string cipher_suites = 8;
}
// Locality-weighted load balancing allows administrators to control the
diff --git a/python/istio_api/networking/v1alpha3/destination_rule_pb2.py b/python/istio_api/networking/v1alpha3/destination_rule_pb2.py
index 22cb009f551..b3d6a365329 100644
--- a/python/istio_api/networking/v1alpha3/destination_rule_pb2.py
+++ b/python/istio_api/networking/v1alpha3/destination_rule_pb2.py
@@ -25,7 +25,7 @@
package='istio.networking.v1alpha3',
syntax='proto3',
serialized_options=_b('Z istio.io/api/networking/v1alpha3'),
- serialized_pb=_b('\n*networking/v1alpha3/destination_rule.proto\x12\x19istio.networking.v1alpha3\x1a\x1fgoogle/api/field_behavior.proto\x1a\x1egoogle/protobuf/duration.proto\x1a\x1egoogle/protobuf/wrappers.proto\x1a)networking/v1alpha3/virtual_service.proto\x1a\x14gogoproto/gogo.proto\"\xd6\x01\n\x0f\x44\x65stinationRule\x12\x18\n\x04host\x18\x01 \x01(\tB\x04\xe2\x41\x01\x02R\x04host\x12O\n\x0etraffic_policy\x18\x02 \x01(\x0b\x32(.istio.networking.v1alpha3.TrafficPolicyR\rtrafficPolicy\x12;\n\x07subsets\x18\x03 \x03(\x0b\x32!.istio.networking.v1alpha3.SubsetR\x07subsets\x12\x1b\n\texport_to\x18\x04 \x03(\tR\x08\x65xportTo\"\xe6\x06\n\rTrafficPolicy\x12T\n\rload_balancer\x18\x01 \x01(\x0b\x32/.istio.networking.v1alpha3.LoadBalancerSettingsR\x0cloadBalancer\x12Z\n\x0f\x63onnection_pool\x18\x02 \x01(\x0b\x32\x31.istio.networking.v1alpha3.ConnectionPoolSettingsR\x0e\x63onnectionPool\x12X\n\x11outlier_detection\x18\x03 \x01(\x0b\x32+.istio.networking.v1alpha3.OutlierDetectionR\x10outlierDetection\x12>\n\x03tls\x18\x04 \x01(\x0b\x32,.istio.networking.v1alpha3.ClientTLSSettingsR\x03tls\x12j\n\x13port_level_settings\x18\x05 \x03(\x0b\x32:.istio.networking.v1alpha3.TrafficPolicy.PortTrafficPolicyR\x11portLevelSettings\x1a\x9c\x03\n\x11PortTrafficPolicy\x12;\n\x04port\x18\x01 \x01(\x0b\x32\'.istio.networking.v1alpha3.PortSelectorR\x04port\x12T\n\rload_balancer\x18\x02 \x01(\x0b\x32/.istio.networking.v1alpha3.LoadBalancerSettingsR\x0cloadBalancer\x12Z\n\x0f\x63onnection_pool\x18\x03 \x01(\x0b\x32\x31.istio.networking.v1alpha3.ConnectionPoolSettingsR\x0e\x63onnectionPool\x12X\n\x11outlier_detection\x18\x04 \x01(\x0b\x32+.istio.networking.v1alpha3.OutlierDetectionR\x10outlierDetection\x12>\n\x03tls\x18\x05 \x01(\x0b\x32,.istio.networking.v1alpha3.ClientTLSSettingsR\x03tls\"\xf5\x01\n\x06Subset\x12\x18\n\x04name\x18\x01 \x01(\tB\x04\xe2\x41\x01\x02R\x04name\x12\x45\n\x06labels\x18\x02 \x03(\x0b\x32-.istio.networking.v1alpha3.Subset.LabelsEntryR\x06labels\x12O\n\x0etraffic_policy\x18\x03 \x01(\x0b\x32(.istio.networking.v1alpha3.TrafficPolicyR\rtrafficPolicy\x1a\x39\n\x0bLabelsEntry\x12\x10\n\x03key\x18\x01 \x01(\tR\x03key\x12\x14\n\x05value\x18\x02 \x01(\tR\x05value:\x02\x38\x01\"\xd1\x06\n\x14LoadBalancerSettings\x12R\n\x06simple\x18\x01 \x01(\x0e\x32\x38.istio.networking.v1alpha3.LoadBalancerSettings.SimpleLBH\x00R\x06simple\x12k\n\x0f\x63onsistent_hash\x18\x02 \x01(\x0b\x32@.istio.networking.v1alpha3.LoadBalancerSettings.ConsistentHashLBH\x00R\x0e\x63onsistentHash\x12\x66\n\x13locality_lb_setting\x18\x03 \x01(\x0b\x32\x36.istio.networking.v1alpha3.LocalityLoadBalancerSettingR\x11localityLbSetting\x1a\xb8\x03\n\x10\x43onsistentHashLB\x12*\n\x10http_header_name\x18\x01 \x01(\tH\x00R\x0ehttpHeaderName\x12n\n\x0bhttp_cookie\x18\x02 \x01(\x0b\x32K.istio.networking.v1alpha3.LoadBalancerSettings.ConsistentHashLB.HTTPCookieH\x00R\nhttpCookie\x12$\n\ruse_source_ip\x18\x03 \x01(\x08H\x00R\x0buseSourceIp\x12;\n\x19http_query_parameter_name\x18\x05 \x01(\tH\x00R\x16httpQueryParameterName\x12*\n\x11minimum_ring_size\x18\x04 \x01(\x04R\x0fminimumRingSize\x1am\n\nHTTPCookie\x12\x18\n\x04name\x18\x01 \x01(\tB\x04\xe2\x41\x01\x02R\x04name\x12\x12\n\x04path\x18\x02 \x01(\tR\x04path\x12\x31\n\x03ttl\x18\x03 \x01(\x0b\x32\x19.google.protobuf.DurationB\x04\xe2\x41\x01\x02R\x03ttlB\n\n\x08hash_key\"H\n\x08SimpleLB\x12\x0f\n\x0bROUND_ROBIN\x10\x00\x12\x0e\n\nLEAST_CONN\x10\x01\x12\n\n\x06RANDOM\x10\x02\x12\x0f\n\x0bPASSTHROUGH\x10\x03\x42\x0b\n\tlb_policy\"\xc1\x08\n\x16\x43onnectionPoolSettings\x12O\n\x03tcp\x18\x01 \x01(\x0b\x32=.istio.networking.v1alpha3.ConnectionPoolSettings.TCPSettingsR\x03tcp\x12R\n\x04http\x18\x02 \x01(\x0b\x32>.istio.networking.v1alpha3.ConnectionPoolSettings.HTTPSettingsR\x04http\x1a\xfa\x02\n\x0bTCPSettings\x12\'\n\x0fmax_connections\x18\x01 \x01(\x05R\x0emaxConnections\x12\x42\n\x0f\x63onnect_timeout\x18\x02 \x01(\x0b\x32\x19.google.protobuf.DurationR\x0e\x63onnectTimeout\x12o\n\rtcp_keepalive\x18\x03 \x01(\x0b\x32J.istio.networking.v1alpha3.ConnectionPoolSettings.TCPSettings.TcpKeepaliveR\x0ctcpKeepalive\x1a\x8c\x01\n\x0cTcpKeepalive\x12\x16\n\x06probes\x18\x01 \x01(\rR\x06probes\x12-\n\x04time\x18\x02 \x01(\x0b\x32\x19.google.protobuf.DurationR\x04time\x12\x35\n\x08interval\x18\x03 \x01(\x0b\x32\x19.google.protobuf.DurationR\x08interval\x1a\x84\x04\n\x0cHTTPSettings\x12;\n\x1ahttp1_max_pending_requests\x18\x01 \x01(\x05R\x17http1MaxPendingRequests\x12,\n\x12http2_max_requests\x18\x02 \x01(\x05R\x10http2MaxRequests\x12=\n\x1bmax_requests_per_connection\x18\x03 \x01(\x05R\x18maxRequestsPerConnection\x12\x1f\n\x0bmax_retries\x18\x04 \x01(\x05R\nmaxRetries\x12<\n\x0cidle_timeout\x18\x05 \x01(\x0b\x32\x19.google.protobuf.DurationR\x0bidleTimeout\x12z\n\x11h2_upgrade_policy\x18\x06 \x01(\x0e\x32N.istio.networking.v1alpha3.ConnectionPoolSettings.HTTPSettings.H2UpgradePolicyR\x0fh2UpgradePolicy\x12.\n\x13use_client_protocol\x18\x07 \x01(\x08R\x11useClientProtocol\"?\n\x0fH2UpgradePolicy\x12\x0b\n\x07\x44\x45\x46\x41ULT\x10\x00\x12\x12\n\x0e\x44O_NOT_UPGRADE\x10\x01\x12\x0b\n\x07UPGRADE\x10\x02\"\x8a\x05\n\x10OutlierDetection\x12\x31\n\x12\x63onsecutive_errors\x18\x01 \x01(\x05\x42\x02\x18\x01R\x11\x63onsecutiveErrors\x12J\n\"split_external_local_origin_errors\x18\x08 \x01(\x08R\x1esplitExternalLocalOriginErrors\x12g\n!consecutive_local_origin_failures\x18\t \x01(\x0b\x32\x1c.google.protobuf.UInt32ValueR\x1e\x63onsecutiveLocalOriginFailures\x12Z\n\x1a\x63onsecutive_gateway_errors\x18\x06 \x01(\x0b\x32\x1c.google.protobuf.UInt32ValueR\x18\x63onsecutiveGatewayErrors\x12R\n\x16\x63onsecutive_5xx_errors\x18\x07 \x01(\x0b\x32\x1c.google.protobuf.UInt32ValueR\x14\x63onsecutive5xxErrors\x12\x35\n\x08interval\x18\x02 \x01(\x0b\x32\x19.google.protobuf.DurationR\x08interval\x12G\n\x12\x62\x61se_ejection_time\x18\x03 \x01(\x0b\x32\x19.google.protobuf.DurationR\x10\x62\x61seEjectionTime\x12\x30\n\x14max_ejection_percent\x18\x04 \x01(\x05R\x12maxEjectionPercent\x12,\n\x12min_health_percent\x18\x05 \x01(\x05R\x10minHealthPercent\"\x85\x03\n\x11\x43lientTLSSettings\x12N\n\x04mode\x18\x01 \x01(\x0e\x32\x34.istio.networking.v1alpha3.ClientTLSSettings.TLSmodeB\x04\xe2\x41\x01\x02R\x04mode\x12-\n\x12\x63lient_certificate\x18\x02 \x01(\tR\x11\x63lientCertificate\x12\x1f\n\x0bprivate_key\x18\x03 \x01(\tR\nprivateKey\x12\'\n\x0f\x63\x61_certificates\x18\x04 \x01(\tR\x0e\x63\x61\x43\x65rtificates\x12\'\n\x0f\x63redential_name\x18\x07 \x01(\tR\x0e\x63redentialName\x12*\n\x11subject_alt_names\x18\x05 \x03(\tR\x0fsubjectAltNames\x12\x10\n\x03sni\x18\x06 \x01(\tR\x03sni\"@\n\x07TLSmode\x12\x0b\n\x07\x44ISABLE\x10\x00\x12\n\n\x06SIMPLE\x10\x01\x12\n\n\x06MUTUAL\x10\x02\x12\x10\n\x0cISTIO_MUTUAL\x10\x03\"\xf8\x03\n\x1bLocalityLoadBalancerSetting\x12\x61\n\ndistribute\x18\x01 \x03(\x0b\x32\x41.istio.networking.v1alpha3.LocalityLoadBalancerSetting.DistributeR\ndistribute\x12[\n\x08\x66\x61ilover\x18\x02 \x03(\x0b\x32?.istio.networking.v1alpha3.LocalityLoadBalancerSetting.FailoverR\x08\x66\x61ilover\x12\x34\n\x07\x65nabled\x18\x03 \x01(\x0b\x32\x1a.google.protobuf.BoolValueR\x07\x65nabled\x1a\xb2\x01\n\nDistribute\x12\x12\n\x04\x66rom\x18\x01 \x01(\tR\x04\x66rom\x12Y\n\x02to\x18\x02 \x03(\x0b\x32I.istio.networking.v1alpha3.LocalityLoadBalancerSetting.Distribute.ToEntryR\x02to\x1a\x35\n\x07ToEntry\x12\x10\n\x03key\x18\x01 \x01(\tR\x03key\x12\x14\n\x05value\x18\x02 \x01(\rR\x05value:\x02\x38\x01\x1a.\n\x08\x46\x61ilover\x12\x12\n\x04\x66rom\x18\x01 \x01(\tR\x04\x66rom\x12\x0e\n\x02to\x18\x02 \x01(\tR\x02toB\"Z istio.io/api/networking/v1alpha3b\x06proto3')
+ serialized_pb=_b('\n*networking/v1alpha3/destination_rule.proto\x12\x19istio.networking.v1alpha3\x1a\x1fgoogle/api/field_behavior.proto\x1a\x1egoogle/protobuf/duration.proto\x1a\x1egoogle/protobuf/wrappers.proto\x1a)networking/v1alpha3/virtual_service.proto\x1a\x14gogoproto/gogo.proto\"\xd6\x01\n\x0f\x44\x65stinationRule\x12\x18\n\x04host\x18\x01 \x01(\tB\x04\xe2\x41\x01\x02R\x04host\x12O\n\x0etraffic_policy\x18\x02 \x01(\x0b\x32(.istio.networking.v1alpha3.TrafficPolicyR\rtrafficPolicy\x12;\n\x07subsets\x18\x03 \x03(\x0b\x32!.istio.networking.v1alpha3.SubsetR\x07subsets\x12\x1b\n\texport_to\x18\x04 \x03(\tR\x08\x65xportTo\"\xe6\x06\n\rTrafficPolicy\x12T\n\rload_balancer\x18\x01 \x01(\x0b\x32/.istio.networking.v1alpha3.LoadBalancerSettingsR\x0cloadBalancer\x12Z\n\x0f\x63onnection_pool\x18\x02 \x01(\x0b\x32\x31.istio.networking.v1alpha3.ConnectionPoolSettingsR\x0e\x63onnectionPool\x12X\n\x11outlier_detection\x18\x03 \x01(\x0b\x32+.istio.networking.v1alpha3.OutlierDetectionR\x10outlierDetection\x12>\n\x03tls\x18\x04 \x01(\x0b\x32,.istio.networking.v1alpha3.ClientTLSSettingsR\x03tls\x12j\n\x13port_level_settings\x18\x05 \x03(\x0b\x32:.istio.networking.v1alpha3.TrafficPolicy.PortTrafficPolicyR\x11portLevelSettings\x1a\x9c\x03\n\x11PortTrafficPolicy\x12;\n\x04port\x18\x01 \x01(\x0b\x32\'.istio.networking.v1alpha3.PortSelectorR\x04port\x12T\n\rload_balancer\x18\x02 \x01(\x0b\x32/.istio.networking.v1alpha3.LoadBalancerSettingsR\x0cloadBalancer\x12Z\n\x0f\x63onnection_pool\x18\x03 \x01(\x0b\x32\x31.istio.networking.v1alpha3.ConnectionPoolSettingsR\x0e\x63onnectionPool\x12X\n\x11outlier_detection\x18\x04 \x01(\x0b\x32+.istio.networking.v1alpha3.OutlierDetectionR\x10outlierDetection\x12>\n\x03tls\x18\x05 \x01(\x0b\x32,.istio.networking.v1alpha3.ClientTLSSettingsR\x03tls\"\xf5\x01\n\x06Subset\x12\x18\n\x04name\x18\x01 \x01(\tB\x04\xe2\x41\x01\x02R\x04name\x12\x45\n\x06labels\x18\x02 \x03(\x0b\x32-.istio.networking.v1alpha3.Subset.LabelsEntryR\x06labels\x12O\n\x0etraffic_policy\x18\x03 \x01(\x0b\x32(.istio.networking.v1alpha3.TrafficPolicyR\rtrafficPolicy\x1a\x39\n\x0bLabelsEntry\x12\x10\n\x03key\x18\x01 \x01(\tR\x03key\x12\x14\n\x05value\x18\x02 \x01(\tR\x05value:\x02\x38\x01\"\xd1\x06\n\x14LoadBalancerSettings\x12R\n\x06simple\x18\x01 \x01(\x0e\x32\x38.istio.networking.v1alpha3.LoadBalancerSettings.SimpleLBH\x00R\x06simple\x12k\n\x0f\x63onsistent_hash\x18\x02 \x01(\x0b\x32@.istio.networking.v1alpha3.LoadBalancerSettings.ConsistentHashLBH\x00R\x0e\x63onsistentHash\x12\x66\n\x13locality_lb_setting\x18\x03 \x01(\x0b\x32\x36.istio.networking.v1alpha3.LocalityLoadBalancerSettingR\x11localityLbSetting\x1a\xb8\x03\n\x10\x43onsistentHashLB\x12*\n\x10http_header_name\x18\x01 \x01(\tH\x00R\x0ehttpHeaderName\x12n\n\x0bhttp_cookie\x18\x02 \x01(\x0b\x32K.istio.networking.v1alpha3.LoadBalancerSettings.ConsistentHashLB.HTTPCookieH\x00R\nhttpCookie\x12$\n\ruse_source_ip\x18\x03 \x01(\x08H\x00R\x0buseSourceIp\x12;\n\x19http_query_parameter_name\x18\x05 \x01(\tH\x00R\x16httpQueryParameterName\x12*\n\x11minimum_ring_size\x18\x04 \x01(\x04R\x0fminimumRingSize\x1am\n\nHTTPCookie\x12\x18\n\x04name\x18\x01 \x01(\tB\x04\xe2\x41\x01\x02R\x04name\x12\x12\n\x04path\x18\x02 \x01(\tR\x04path\x12\x31\n\x03ttl\x18\x03 \x01(\x0b\x32\x19.google.protobuf.DurationB\x04\xe2\x41\x01\x02R\x03ttlB\n\n\x08hash_key\"H\n\x08SimpleLB\x12\x0f\n\x0bROUND_ROBIN\x10\x00\x12\x0e\n\nLEAST_CONN\x10\x01\x12\n\n\x06RANDOM\x10\x02\x12\x0f\n\x0bPASSTHROUGH\x10\x03\x42\x0b\n\tlb_policy\"\xc1\x08\n\x16\x43onnectionPoolSettings\x12O\n\x03tcp\x18\x01 \x01(\x0b\x32=.istio.networking.v1alpha3.ConnectionPoolSettings.TCPSettingsR\x03tcp\x12R\n\x04http\x18\x02 \x01(\x0b\x32>.istio.networking.v1alpha3.ConnectionPoolSettings.HTTPSettingsR\x04http\x1a\xfa\x02\n\x0bTCPSettings\x12\'\n\x0fmax_connections\x18\x01 \x01(\x05R\x0emaxConnections\x12\x42\n\x0f\x63onnect_timeout\x18\x02 \x01(\x0b\x32\x19.google.protobuf.DurationR\x0e\x63onnectTimeout\x12o\n\rtcp_keepalive\x18\x03 \x01(\x0b\x32J.istio.networking.v1alpha3.ConnectionPoolSettings.TCPSettings.TcpKeepaliveR\x0ctcpKeepalive\x1a\x8c\x01\n\x0cTcpKeepalive\x12\x16\n\x06probes\x18\x01 \x01(\rR\x06probes\x12-\n\x04time\x18\x02 \x01(\x0b\x32\x19.google.protobuf.DurationR\x04time\x12\x35\n\x08interval\x18\x03 \x01(\x0b\x32\x19.google.protobuf.DurationR\x08interval\x1a\x84\x04\n\x0cHTTPSettings\x12;\n\x1ahttp1_max_pending_requests\x18\x01 \x01(\x05R\x17http1MaxPendingRequests\x12,\n\x12http2_max_requests\x18\x02 \x01(\x05R\x10http2MaxRequests\x12=\n\x1bmax_requests_per_connection\x18\x03 \x01(\x05R\x18maxRequestsPerConnection\x12\x1f\n\x0bmax_retries\x18\x04 \x01(\x05R\nmaxRetries\x12<\n\x0cidle_timeout\x18\x05 \x01(\x0b\x32\x19.google.protobuf.DurationR\x0bidleTimeout\x12z\n\x11h2_upgrade_policy\x18\x06 \x01(\x0e\x32N.istio.networking.v1alpha3.ConnectionPoolSettings.HTTPSettings.H2UpgradePolicyR\x0fh2UpgradePolicy\x12.\n\x13use_client_protocol\x18\x07 \x01(\x08R\x11useClientProtocol\"?\n\x0fH2UpgradePolicy\x12\x0b\n\x07\x44\x45\x46\x41ULT\x10\x00\x12\x12\n\x0e\x44O_NOT_UPGRADE\x10\x01\x12\x0b\n\x07UPGRADE\x10\x02\"\x8a\x05\n\x10OutlierDetection\x12\x31\n\x12\x63onsecutive_errors\x18\x01 \x01(\x05\x42\x02\x18\x01R\x11\x63onsecutiveErrors\x12J\n\"split_external_local_origin_errors\x18\x08 \x01(\x08R\x1esplitExternalLocalOriginErrors\x12g\n!consecutive_local_origin_failures\x18\t \x01(\x0b\x32\x1c.google.protobuf.UInt32ValueR\x1e\x63onsecutiveLocalOriginFailures\x12Z\n\x1a\x63onsecutive_gateway_errors\x18\x06 \x01(\x0b\x32\x1c.google.protobuf.UInt32ValueR\x18\x63onsecutiveGatewayErrors\x12R\n\x16\x63onsecutive_5xx_errors\x18\x07 \x01(\x0b\x32\x1c.google.protobuf.UInt32ValueR\x14\x63onsecutive5xxErrors\x12\x35\n\x08interval\x18\x02 \x01(\x0b\x32\x19.google.protobuf.DurationR\x08interval\x12G\n\x12\x62\x61se_ejection_time\x18\x03 \x01(\x0b\x32\x19.google.protobuf.DurationR\x10\x62\x61seEjectionTime\x12\x30\n\x14max_ejection_percent\x18\x04 \x01(\x05R\x12maxEjectionPercent\x12,\n\x12min_health_percent\x18\x05 \x01(\x05R\x10minHealthPercent\"\xaa\x03\n\x11\x43lientTLSSettings\x12N\n\x04mode\x18\x01 \x01(\x0e\x32\x34.istio.networking.v1alpha3.ClientTLSSettings.TLSmodeB\x04\xe2\x41\x01\x02R\x04mode\x12-\n\x12\x63lient_certificate\x18\x02 \x01(\tR\x11\x63lientCertificate\x12\x1f\n\x0bprivate_key\x18\x03 \x01(\tR\nprivateKey\x12\'\n\x0f\x63\x61_certificates\x18\x04 \x01(\tR\x0e\x63\x61\x43\x65rtificates\x12\'\n\x0f\x63redential_name\x18\x07 \x01(\tR\x0e\x63redentialName\x12*\n\x11subject_alt_names\x18\x05 \x03(\tR\x0fsubjectAltNames\x12\x10\n\x03sni\x18\x06 \x01(\tR\x03sni\x12#\n\rcipher_suites\x18\x08 \x03(\tR\x0c\x63ipherSuites\"@\n\x07TLSmode\x12\x0b\n\x07\x44ISABLE\x10\x00\x12\n\n\x06SIMPLE\x10\x01\x12\n\n\x06MUTUAL\x10\x02\x12\x10\n\x0cISTIO_MUTUAL\x10\x03\"\xf8\x03\n\x1bLocalityLoadBalancerSetting\x12\x61\n\ndistribute\x18\x01 \x03(\x0b\x32\x41.istio.networking.v1alpha3.LocalityLoadBalancerSetting.DistributeR\ndistribute\x12[\n\x08\x66\x61ilover\x18\x02 \x03(\x0b\x32?.istio.networking.v1alpha3.LocalityLoadBalancerSetting.FailoverR\x08\x66\x61ilover\x12\x34\n\x07\x65nabled\x18\x03 \x01(\x0b\x32\x1a.google.protobuf.BoolValueR\x07\x65nabled\x1a\xb2\x01\n\nDistribute\x12\x12\n\x04\x66rom\x18\x01 \x01(\tR\x04\x66rom\x12Y\n\x02to\x18\x02 \x03(\x0b\x32I.istio.networking.v1alpha3.LocalityLoadBalancerSetting.Distribute.ToEntryR\x02to\x1a\x35\n\x07ToEntry\x12\x10\n\x03key\x18\x01 \x01(\tR\x03key\x12\x14\n\x05value\x18\x02 \x01(\rR\x05value:\x02\x38\x01\x1a.\n\x08\x46\x61ilover\x12\x12\n\x04\x66rom\x18\x01 \x01(\tR\x04\x66rom\x12\x0e\n\x02to\x18\x02 \x01(\tR\x02toB\"Z istio.io/api/networking/v1alpha3b\x06proto3')
,
dependencies=[google_dot_api_dot_field__behavior__pb2.DESCRIPTOR,google_dot_protobuf_dot_duration__pb2.DESCRIPTOR,google_dot_protobuf_dot_wrappers__pb2.DESCRIPTOR,networking_dot_v1alpha3_dot_virtual__service__pb2.DESCRIPTOR,gogoproto_dot_gogo__pb2.DESCRIPTOR,])
@@ -112,8 +112,8 @@
],
containing_type=None,
serialized_options=None,
- serialized_start=4496,
- serialized_end=4560,
+ serialized_start=4533,
+ serialized_end=4597,
)
_sym_db.RegisterEnumDescriptor(_CLIENTTLSSETTINGS_TLSMODE)
@@ -865,6 +865,13 @@
message_type=None, enum_type=None, containing_type=None,
is_extension=False, extension_scope=None,
serialized_options=None, json_name='sni', file=DESCRIPTOR),
+ _descriptor.FieldDescriptor(
+ name='cipher_suites', full_name='istio.networking.v1alpha3.ClientTLSSettings.cipher_suites', index=7,
+ number=8, type=9, cpp_type=9, label=3,
+ has_default_value=False, default_value=[],
+ message_type=None, enum_type=None, containing_type=None,
+ is_extension=False, extension_scope=None,
+ serialized_options=None, json_name='cipherSuites', file=DESCRIPTOR),
],
extensions=[
],
@@ -879,7 +886,7 @@
oneofs=[
],
serialized_start=4171,
- serialized_end=4560,
+ serialized_end=4597,
)
@@ -916,8 +923,8 @@
extension_ranges=[],
oneofs=[
],
- serialized_start=4966,
- serialized_end=5019,
+ serialized_start=5003,
+ serialized_end=5056,
)
_LOCALITYLOADBALANCERSETTING_DISTRIBUTE = _descriptor.Descriptor(
@@ -953,8 +960,8 @@
extension_ranges=[],
oneofs=[
],
- serialized_start=4841,
- serialized_end=5019,
+ serialized_start=4878,
+ serialized_end=5056,
)
_LOCALITYLOADBALANCERSETTING_FAILOVER = _descriptor.Descriptor(
@@ -990,8 +997,8 @@
extension_ranges=[],
oneofs=[
],
- serialized_start=5021,
- serialized_end=5067,
+ serialized_start=5058,
+ serialized_end=5104,
)
_LOCALITYLOADBALANCERSETTING = _descriptor.Descriptor(
@@ -1034,8 +1041,8 @@
extension_ranges=[],
oneofs=[
],
- serialized_start=4563,
- serialized_end=5067,
+ serialized_start=4600,
+ serialized_end=5104,
)
_DESTINATIONRULE.fields_by_name['traffic_policy'].message_type = _TRAFFICPOLICY
diff --git a/python/istio_api/networking/v1beta1/destination_rule_pb2.py b/python/istio_api/networking/v1beta1/destination_rule_pb2.py
index 44dc7244899..5594ab53ff8 100644
--- a/python/istio_api/networking/v1beta1/destination_rule_pb2.py
+++ b/python/istio_api/networking/v1beta1/destination_rule_pb2.py
@@ -25,7 +25,7 @@
package='istio.networking.v1beta1',
syntax='proto3',
serialized_options=_b('Z\037istio.io/api/networking/v1beta1'),
- serialized_pb=_b('\n)networking/v1beta1/destination_rule.proto\x12\x18istio.networking.v1beta1\x1a\x1fgoogle/api/field_behavior.proto\x1a\x1egoogle/protobuf/duration.proto\x1a\x1egoogle/protobuf/wrappers.proto\x1a(networking/v1beta1/virtual_service.proto\x1a\x14gogoproto/gogo.proto\"\xd4\x01\n\x0f\x44\x65stinationRule\x12\x18\n\x04host\x18\x01 \x01(\tB\x04\xe2\x41\x01\x02R\x04host\x12N\n\x0etraffic_policy\x18\x02 \x01(\x0b\x32\'.istio.networking.v1beta1.TrafficPolicyR\rtrafficPolicy\x12:\n\x07subsets\x18\x03 \x03(\x0b\x32 .istio.networking.v1beta1.SubsetR\x07subsets\x12\x1b\n\texport_to\x18\x04 \x03(\tR\x08\x65xportTo\"\xdc\x06\n\rTrafficPolicy\x12S\n\rload_balancer\x18\x01 \x01(\x0b\x32..istio.networking.v1beta1.LoadBalancerSettingsR\x0cloadBalancer\x12Y\n\x0f\x63onnection_pool\x18\x02 \x01(\x0b\x32\x30.istio.networking.v1beta1.ConnectionPoolSettingsR\x0e\x63onnectionPool\x12W\n\x11outlier_detection\x18\x03 \x01(\x0b\x32*.istio.networking.v1beta1.OutlierDetectionR\x10outlierDetection\x12=\n\x03tls\x18\x04 \x01(\x0b\x32+.istio.networking.v1beta1.ClientTLSSettingsR\x03tls\x12i\n\x13port_level_settings\x18\x05 \x03(\x0b\x32\x39.istio.networking.v1beta1.TrafficPolicy.PortTrafficPolicyR\x11portLevelSettings\x1a\x97\x03\n\x11PortTrafficPolicy\x12:\n\x04port\x18\x01 \x01(\x0b\x32&.istio.networking.v1beta1.PortSelectorR\x04port\x12S\n\rload_balancer\x18\x02 \x01(\x0b\x32..istio.networking.v1beta1.LoadBalancerSettingsR\x0cloadBalancer\x12Y\n\x0f\x63onnection_pool\x18\x03 \x01(\x0b\x32\x30.istio.networking.v1beta1.ConnectionPoolSettingsR\x0e\x63onnectionPool\x12W\n\x11outlier_detection\x18\x04 \x01(\x0b\x32*.istio.networking.v1beta1.OutlierDetectionR\x10outlierDetection\x12=\n\x03tls\x18\x05 \x01(\x0b\x32+.istio.networking.v1beta1.ClientTLSSettingsR\x03tls\"\xf3\x01\n\x06Subset\x12\x18\n\x04name\x18\x01 \x01(\tB\x04\xe2\x41\x01\x02R\x04name\x12\x44\n\x06labels\x18\x02 \x03(\x0b\x32,.istio.networking.v1beta1.Subset.LabelsEntryR\x06labels\x12N\n\x0etraffic_policy\x18\x03 \x01(\x0b\x32\'.istio.networking.v1beta1.TrafficPolicyR\rtrafficPolicy\x1a\x39\n\x0bLabelsEntry\x12\x10\n\x03key\x18\x01 \x01(\tR\x03key\x12\x14\n\x05value\x18\x02 \x01(\tR\x05value:\x02\x38\x01\"\xcd\x06\n\x14LoadBalancerSettings\x12Q\n\x06simple\x18\x01 \x01(\x0e\x32\x37.istio.networking.v1beta1.LoadBalancerSettings.SimpleLBH\x00R\x06simple\x12j\n\x0f\x63onsistent_hash\x18\x02 \x01(\x0b\x32?.istio.networking.v1beta1.LoadBalancerSettings.ConsistentHashLBH\x00R\x0e\x63onsistentHash\x12\x65\n\x13locality_lb_setting\x18\x03 \x01(\x0b\x32\x35.istio.networking.v1beta1.LocalityLoadBalancerSettingR\x11localityLbSetting\x1a\xb7\x03\n\x10\x43onsistentHashLB\x12*\n\x10http_header_name\x18\x01 \x01(\tH\x00R\x0ehttpHeaderName\x12m\n\x0bhttp_cookie\x18\x02 \x01(\x0b\x32J.istio.networking.v1beta1.LoadBalancerSettings.ConsistentHashLB.HTTPCookieH\x00R\nhttpCookie\x12$\n\ruse_source_ip\x18\x03 \x01(\x08H\x00R\x0buseSourceIp\x12;\n\x19http_query_parameter_name\x18\x05 \x01(\tH\x00R\x16httpQueryParameterName\x12*\n\x11minimum_ring_size\x18\x04 \x01(\x04R\x0fminimumRingSize\x1am\n\nHTTPCookie\x12\x18\n\x04name\x18\x01 \x01(\tB\x04\xe2\x41\x01\x02R\x04name\x12\x12\n\x04path\x18\x02 \x01(\tR\x04path\x12\x31\n\x03ttl\x18\x03 \x01(\x0b\x32\x19.google.protobuf.DurationB\x04\xe2\x41\x01\x02R\x03ttlB\n\n\x08hash_key\"H\n\x08SimpleLB\x12\x0f\n\x0bROUND_ROBIN\x10\x00\x12\x0e\n\nLEAST_CONN\x10\x01\x12\n\n\x06RANDOM\x10\x02\x12\x0f\n\x0bPASSTHROUGH\x10\x03\x42\x0b\n\tlb_policy\"\xbd\x08\n\x16\x43onnectionPoolSettings\x12N\n\x03tcp\x18\x01 \x01(\x0b\x32<.istio.networking.v1beta1.ConnectionPoolSettings.TCPSettingsR\x03tcp\x12Q\n\x04http\x18\x02 \x01(\x0b\x32=.istio.networking.v1beta1.ConnectionPoolSettings.HTTPSettingsR\x04http\x1a\xf9\x02\n\x0bTCPSettings\x12\'\n\x0fmax_connections\x18\x01 \x01(\x05R\x0emaxConnections\x12\x42\n\x0f\x63onnect_timeout\x18\x02 \x01(\x0b\x32\x19.google.protobuf.DurationR\x0e\x63onnectTimeout\x12n\n\rtcp_keepalive\x18\x03 \x01(\x0b\x32I.istio.networking.v1beta1.ConnectionPoolSettings.TCPSettings.TcpKeepaliveR\x0ctcpKeepalive\x1a\x8c\x01\n\x0cTcpKeepalive\x12\x16\n\x06probes\x18\x01 \x01(\rR\x06probes\x12-\n\x04time\x18\x02 \x01(\x0b\x32\x19.google.protobuf.DurationR\x04time\x12\x35\n\x08interval\x18\x03 \x01(\x0b\x32\x19.google.protobuf.DurationR\x08interval\x1a\x83\x04\n\x0cHTTPSettings\x12;\n\x1ahttp1_max_pending_requests\x18\x01 \x01(\x05R\x17http1MaxPendingRequests\x12,\n\x12http2_max_requests\x18\x02 \x01(\x05R\x10http2MaxRequests\x12=\n\x1bmax_requests_per_connection\x18\x03 \x01(\x05R\x18maxRequestsPerConnection\x12\x1f\n\x0bmax_retries\x18\x04 \x01(\x05R\nmaxRetries\x12<\n\x0cidle_timeout\x18\x05 \x01(\x0b\x32\x19.google.protobuf.DurationR\x0bidleTimeout\x12y\n\x11h2_upgrade_policy\x18\x06 \x01(\x0e\x32M.istio.networking.v1beta1.ConnectionPoolSettings.HTTPSettings.H2UpgradePolicyR\x0fh2UpgradePolicy\x12.\n\x13use_client_protocol\x18\x07 \x01(\x08R\x11useClientProtocol\"?\n\x0fH2UpgradePolicy\x12\x0b\n\x07\x44\x45\x46\x41ULT\x10\x00\x12\x12\n\x0e\x44O_NOT_UPGRADE\x10\x01\x12\x0b\n\x07UPGRADE\x10\x02\"\x8a\x05\n\x10OutlierDetection\x12\x31\n\x12\x63onsecutive_errors\x18\x01 \x01(\x05\x42\x02\x18\x01R\x11\x63onsecutiveErrors\x12J\n\"split_external_local_origin_errors\x18\x08 \x01(\x08R\x1esplitExternalLocalOriginErrors\x12g\n!consecutive_local_origin_failures\x18\t \x01(\x0b\x32\x1c.google.protobuf.UInt32ValueR\x1e\x63onsecutiveLocalOriginFailures\x12Z\n\x1a\x63onsecutive_gateway_errors\x18\x06 \x01(\x0b\x32\x1c.google.protobuf.UInt32ValueR\x18\x63onsecutiveGatewayErrors\x12R\n\x16\x63onsecutive_5xx_errors\x18\x07 \x01(\x0b\x32\x1c.google.protobuf.UInt32ValueR\x14\x63onsecutive5xxErrors\x12\x35\n\x08interval\x18\x02 \x01(\x0b\x32\x19.google.protobuf.DurationR\x08interval\x12G\n\x12\x62\x61se_ejection_time\x18\x03 \x01(\x0b\x32\x19.google.protobuf.DurationR\x10\x62\x61seEjectionTime\x12\x30\n\x14max_ejection_percent\x18\x04 \x01(\x05R\x12maxEjectionPercent\x12,\n\x12min_health_percent\x18\x05 \x01(\x05R\x10minHealthPercent\"\x84\x03\n\x11\x43lientTLSSettings\x12M\n\x04mode\x18\x01 \x01(\x0e\x32\x33.istio.networking.v1beta1.ClientTLSSettings.TLSmodeB\x04\xe2\x41\x01\x02R\x04mode\x12-\n\x12\x63lient_certificate\x18\x02 \x01(\tR\x11\x63lientCertificate\x12\x1f\n\x0bprivate_key\x18\x03 \x01(\tR\nprivateKey\x12\'\n\x0f\x63\x61_certificates\x18\x04 \x01(\tR\x0e\x63\x61\x43\x65rtificates\x12\'\n\x0f\x63redential_name\x18\x07 \x01(\tR\x0e\x63redentialName\x12*\n\x11subject_alt_names\x18\x05 \x03(\tR\x0fsubjectAltNames\x12\x10\n\x03sni\x18\x06 \x01(\tR\x03sni\"@\n\x07TLSmode\x12\x0b\n\x07\x44ISABLE\x10\x00\x12\n\n\x06SIMPLE\x10\x01\x12\n\n\x06MUTUAL\x10\x02\x12\x10\n\x0cISTIO_MUTUAL\x10\x03\"\xf5\x03\n\x1bLocalityLoadBalancerSetting\x12`\n\ndistribute\x18\x01 \x03(\x0b\x32@.istio.networking.v1beta1.LocalityLoadBalancerSetting.DistributeR\ndistribute\x12Z\n\x08\x66\x61ilover\x18\x02 \x03(\x0b\x32>.istio.networking.v1beta1.LocalityLoadBalancerSetting.FailoverR\x08\x66\x61ilover\x12\x34\n\x07\x65nabled\x18\x03 \x01(\x0b\x32\x1a.google.protobuf.BoolValueR\x07\x65nabled\x1a\xb1\x01\n\nDistribute\x12\x12\n\x04\x66rom\x18\x01 \x01(\tR\x04\x66rom\x12X\n\x02to\x18\x02 \x03(\x0b\x32H.istio.networking.v1beta1.LocalityLoadBalancerSetting.Distribute.ToEntryR\x02to\x1a\x35\n\x07ToEntry\x12\x10\n\x03key\x18\x01 \x01(\tR\x03key\x12\x14\n\x05value\x18\x02 \x01(\rR\x05value:\x02\x38\x01\x1a.\n\x08\x46\x61ilover\x12\x12\n\x04\x66rom\x18\x01 \x01(\tR\x04\x66rom\x12\x0e\n\x02to\x18\x02 \x01(\tR\x02toB!Z\x1fistio.io/api/networking/v1beta1b\x06proto3')
+ serialized_pb=_b('\n)networking/v1beta1/destination_rule.proto\x12\x18istio.networking.v1beta1\x1a\x1fgoogle/api/field_behavior.proto\x1a\x1egoogle/protobuf/duration.proto\x1a\x1egoogle/protobuf/wrappers.proto\x1a(networking/v1beta1/virtual_service.proto\x1a\x14gogoproto/gogo.proto\"\xd4\x01\n\x0f\x44\x65stinationRule\x12\x18\n\x04host\x18\x01 \x01(\tB\x04\xe2\x41\x01\x02R\x04host\x12N\n\x0etraffic_policy\x18\x02 \x01(\x0b\x32\'.istio.networking.v1beta1.TrafficPolicyR\rtrafficPolicy\x12:\n\x07subsets\x18\x03 \x03(\x0b\x32 .istio.networking.v1beta1.SubsetR\x07subsets\x12\x1b\n\texport_to\x18\x04 \x03(\tR\x08\x65xportTo\"\xdc\x06\n\rTrafficPolicy\x12S\n\rload_balancer\x18\x01 \x01(\x0b\x32..istio.networking.v1beta1.LoadBalancerSettingsR\x0cloadBalancer\x12Y\n\x0f\x63onnection_pool\x18\x02 \x01(\x0b\x32\x30.istio.networking.v1beta1.ConnectionPoolSettingsR\x0e\x63onnectionPool\x12W\n\x11outlier_detection\x18\x03 \x01(\x0b\x32*.istio.networking.v1beta1.OutlierDetectionR\x10outlierDetection\x12=\n\x03tls\x18\x04 \x01(\x0b\x32+.istio.networking.v1beta1.ClientTLSSettingsR\x03tls\x12i\n\x13port_level_settings\x18\x05 \x03(\x0b\x32\x39.istio.networking.v1beta1.TrafficPolicy.PortTrafficPolicyR\x11portLevelSettings\x1a\x97\x03\n\x11PortTrafficPolicy\x12:\n\x04port\x18\x01 \x01(\x0b\x32&.istio.networking.v1beta1.PortSelectorR\x04port\x12S\n\rload_balancer\x18\x02 \x01(\x0b\x32..istio.networking.v1beta1.LoadBalancerSettingsR\x0cloadBalancer\x12Y\n\x0f\x63onnection_pool\x18\x03 \x01(\x0b\x32\x30.istio.networking.v1beta1.ConnectionPoolSettingsR\x0e\x63onnectionPool\x12W\n\x11outlier_detection\x18\x04 \x01(\x0b\x32*.istio.networking.v1beta1.OutlierDetectionR\x10outlierDetection\x12=\n\x03tls\x18\x05 \x01(\x0b\x32+.istio.networking.v1beta1.ClientTLSSettingsR\x03tls\"\xf3\x01\n\x06Subset\x12\x18\n\x04name\x18\x01 \x01(\tB\x04\xe2\x41\x01\x02R\x04name\x12\x44\n\x06labels\x18\x02 \x03(\x0b\x32,.istio.networking.v1beta1.Subset.LabelsEntryR\x06labels\x12N\n\x0etraffic_policy\x18\x03 \x01(\x0b\x32\'.istio.networking.v1beta1.TrafficPolicyR\rtrafficPolicy\x1a\x39\n\x0bLabelsEntry\x12\x10\n\x03key\x18\x01 \x01(\tR\x03key\x12\x14\n\x05value\x18\x02 \x01(\tR\x05value:\x02\x38\x01\"\xcd\x06\n\x14LoadBalancerSettings\x12Q\n\x06simple\x18\x01 \x01(\x0e\x32\x37.istio.networking.v1beta1.LoadBalancerSettings.SimpleLBH\x00R\x06simple\x12j\n\x0f\x63onsistent_hash\x18\x02 \x01(\x0b\x32?.istio.networking.v1beta1.LoadBalancerSettings.ConsistentHashLBH\x00R\x0e\x63onsistentHash\x12\x65\n\x13locality_lb_setting\x18\x03 \x01(\x0b\x32\x35.istio.networking.v1beta1.LocalityLoadBalancerSettingR\x11localityLbSetting\x1a\xb7\x03\n\x10\x43onsistentHashLB\x12*\n\x10http_header_name\x18\x01 \x01(\tH\x00R\x0ehttpHeaderName\x12m\n\x0bhttp_cookie\x18\x02 \x01(\x0b\x32J.istio.networking.v1beta1.LoadBalancerSettings.ConsistentHashLB.HTTPCookieH\x00R\nhttpCookie\x12$\n\ruse_source_ip\x18\x03 \x01(\x08H\x00R\x0buseSourceIp\x12;\n\x19http_query_parameter_name\x18\x05 \x01(\tH\x00R\x16httpQueryParameterName\x12*\n\x11minimum_ring_size\x18\x04 \x01(\x04R\x0fminimumRingSize\x1am\n\nHTTPCookie\x12\x18\n\x04name\x18\x01 \x01(\tB\x04\xe2\x41\x01\x02R\x04name\x12\x12\n\x04path\x18\x02 \x01(\tR\x04path\x12\x31\n\x03ttl\x18\x03 \x01(\x0b\x32\x19.google.protobuf.DurationB\x04\xe2\x41\x01\x02R\x03ttlB\n\n\x08hash_key\"H\n\x08SimpleLB\x12\x0f\n\x0bROUND_ROBIN\x10\x00\x12\x0e\n\nLEAST_CONN\x10\x01\x12\n\n\x06RANDOM\x10\x02\x12\x0f\n\x0bPASSTHROUGH\x10\x03\x42\x0b\n\tlb_policy\"\xbd\x08\n\x16\x43onnectionPoolSettings\x12N\n\x03tcp\x18\x01 \x01(\x0b\x32<.istio.networking.v1beta1.ConnectionPoolSettings.TCPSettingsR\x03tcp\x12Q\n\x04http\x18\x02 \x01(\x0b\x32=.istio.networking.v1beta1.ConnectionPoolSettings.HTTPSettingsR\x04http\x1a\xf9\x02\n\x0bTCPSettings\x12\'\n\x0fmax_connections\x18\x01 \x01(\x05R\x0emaxConnections\x12\x42\n\x0f\x63onnect_timeout\x18\x02 \x01(\x0b\x32\x19.google.protobuf.DurationR\x0e\x63onnectTimeout\x12n\n\rtcp_keepalive\x18\x03 \x01(\x0b\x32I.istio.networking.v1beta1.ConnectionPoolSettings.TCPSettings.TcpKeepaliveR\x0ctcpKeepalive\x1a\x8c\x01\n\x0cTcpKeepalive\x12\x16\n\x06probes\x18\x01 \x01(\rR\x06probes\x12-\n\x04time\x18\x02 \x01(\x0b\x32\x19.google.protobuf.DurationR\x04time\x12\x35\n\x08interval\x18\x03 \x01(\x0b\x32\x19.google.protobuf.DurationR\x08interval\x1a\x83\x04\n\x0cHTTPSettings\x12;\n\x1ahttp1_max_pending_requests\x18\x01 \x01(\x05R\x17http1MaxPendingRequests\x12,\n\x12http2_max_requests\x18\x02 \x01(\x05R\x10http2MaxRequests\x12=\n\x1bmax_requests_per_connection\x18\x03 \x01(\x05R\x18maxRequestsPerConnection\x12\x1f\n\x0bmax_retries\x18\x04 \x01(\x05R\nmaxRetries\x12<\n\x0cidle_timeout\x18\x05 \x01(\x0b\x32\x19.google.protobuf.DurationR\x0bidleTimeout\x12y\n\x11h2_upgrade_policy\x18\x06 \x01(\x0e\x32M.istio.networking.v1beta1.ConnectionPoolSettings.HTTPSettings.H2UpgradePolicyR\x0fh2UpgradePolicy\x12.\n\x13use_client_protocol\x18\x07 \x01(\x08R\x11useClientProtocol\"?\n\x0fH2UpgradePolicy\x12\x0b\n\x07\x44\x45\x46\x41ULT\x10\x00\x12\x12\n\x0e\x44O_NOT_UPGRADE\x10\x01\x12\x0b\n\x07UPGRADE\x10\x02\"\x8a\x05\n\x10OutlierDetection\x12\x31\n\x12\x63onsecutive_errors\x18\x01 \x01(\x05\x42\x02\x18\x01R\x11\x63onsecutiveErrors\x12J\n\"split_external_local_origin_errors\x18\x08 \x01(\x08R\x1esplitExternalLocalOriginErrors\x12g\n!consecutive_local_origin_failures\x18\t \x01(\x0b\x32\x1c.google.protobuf.UInt32ValueR\x1e\x63onsecutiveLocalOriginFailures\x12Z\n\x1a\x63onsecutive_gateway_errors\x18\x06 \x01(\x0b\x32\x1c.google.protobuf.UInt32ValueR\x18\x63onsecutiveGatewayErrors\x12R\n\x16\x63onsecutive_5xx_errors\x18\x07 \x01(\x0b\x32\x1c.google.protobuf.UInt32ValueR\x14\x63onsecutive5xxErrors\x12\x35\n\x08interval\x18\x02 \x01(\x0b\x32\x19.google.protobuf.DurationR\x08interval\x12G\n\x12\x62\x61se_ejection_time\x18\x03 \x01(\x0b\x32\x19.google.protobuf.DurationR\x10\x62\x61seEjectionTime\x12\x30\n\x14max_ejection_percent\x18\x04 \x01(\x05R\x12maxEjectionPercent\x12,\n\x12min_health_percent\x18\x05 \x01(\x05R\x10minHealthPercent\"\xa9\x03\n\x11\x43lientTLSSettings\x12M\n\x04mode\x18\x01 \x01(\x0e\x32\x33.istio.networking.v1beta1.ClientTLSSettings.TLSmodeB\x04\xe2\x41\x01\x02R\x04mode\x12-\n\x12\x63lient_certificate\x18\x02 \x01(\tR\x11\x63lientCertificate\x12\x1f\n\x0bprivate_key\x18\x03 \x01(\tR\nprivateKey\x12\'\n\x0f\x63\x61_certificates\x18\x04 \x01(\tR\x0e\x63\x61\x43\x65rtificates\x12\'\n\x0f\x63redential_name\x18\x07 \x01(\tR\x0e\x63redentialName\x12*\n\x11subject_alt_names\x18\x05 \x03(\tR\x0fsubjectAltNames\x12\x10\n\x03sni\x18\x06 \x01(\tR\x03sni\x12#\n\rcipher_suites\x18\x08 \x03(\tR\x0c\x63ipherSuites\"@\n\x07TLSmode\x12\x0b\n\x07\x44ISABLE\x10\x00\x12\n\n\x06SIMPLE\x10\x01\x12\n\n\x06MUTUAL\x10\x02\x12\x10\n\x0cISTIO_MUTUAL\x10\x03\"\xf5\x03\n\x1bLocalityLoadBalancerSetting\x12`\n\ndistribute\x18\x01 \x03(\x0b\x32@.istio.networking.v1beta1.LocalityLoadBalancerSetting.DistributeR\ndistribute\x12Z\n\x08\x66\x61ilover\x18\x02 \x03(\x0b\x32>.istio.networking.v1beta1.LocalityLoadBalancerSetting.FailoverR\x08\x66\x61ilover\x12\x34\n\x07\x65nabled\x18\x03 \x01(\x0b\x32\x1a.google.protobuf.BoolValueR\x07\x65nabled\x1a\xb1\x01\n\nDistribute\x12\x12\n\x04\x66rom\x18\x01 \x01(\tR\x04\x66rom\x12X\n\x02to\x18\x02 \x03(\x0b\x32H.istio.networking.v1beta1.LocalityLoadBalancerSetting.Distribute.ToEntryR\x02to\x1a\x35\n\x07ToEntry\x12\x10\n\x03key\x18\x01 \x01(\tR\x03key\x12\x14\n\x05value\x18\x02 \x01(\rR\x05value:\x02\x38\x01\x1a.\n\x08\x46\x61ilover\x12\x12\n\x04\x66rom\x18\x01 \x01(\tR\x04\x66rom\x12\x0e\n\x02to\x18\x02 \x01(\tR\x02toB!Z\x1fistio.io/api/networking/v1beta1b\x06proto3')
,
dependencies=[google_dot_api_dot_field__behavior__pb2.DESCRIPTOR,google_dot_protobuf_dot_duration__pb2.DESCRIPTOR,google_dot_protobuf_dot_wrappers__pb2.DESCRIPTOR,networking_dot_v1beta1_dot_virtual__service__pb2.DESCRIPTOR,gogoproto_dot_gogo__pb2.DESCRIPTOR,])
@@ -112,8 +112,8 @@
],
containing_type=None,
serialized_options=None,
- serialized_start=4470,
- serialized_end=4534,
+ serialized_start=4507,
+ serialized_end=4571,
)
_sym_db.RegisterEnumDescriptor(_CLIENTTLSSETTINGS_TLSMODE)
@@ -865,6 +865,13 @@
message_type=None, enum_type=None, containing_type=None,
is_extension=False, extension_scope=None,
serialized_options=None, json_name='sni', file=DESCRIPTOR),
+ _descriptor.FieldDescriptor(
+ name='cipher_suites', full_name='istio.networking.v1beta1.ClientTLSSettings.cipher_suites', index=7,
+ number=8, type=9, cpp_type=9, label=3,
+ has_default_value=False, default_value=[],
+ message_type=None, enum_type=None, containing_type=None,
+ is_extension=False, extension_scope=None,
+ serialized_options=None, json_name='cipherSuites', file=DESCRIPTOR),
],
extensions=[
],
@@ -879,7 +886,7 @@
oneofs=[
],
serialized_start=4146,
- serialized_end=4534,
+ serialized_end=4571,
)
@@ -916,8 +923,8 @@
extension_ranges=[],
oneofs=[
],
- serialized_start=4937,
- serialized_end=4990,
+ serialized_start=4974,
+ serialized_end=5027,
)
_LOCALITYLOADBALANCERSETTING_DISTRIBUTE = _descriptor.Descriptor(
@@ -953,8 +960,8 @@
extension_ranges=[],
oneofs=[
],
- serialized_start=4813,
- serialized_end=4990,
+ serialized_start=4850,
+ serialized_end=5027,
)
_LOCALITYLOADBALANCERSETTING_FAILOVER = _descriptor.Descriptor(
@@ -990,8 +997,8 @@
extension_ranges=[],
oneofs=[
],
- serialized_start=4992,
- serialized_end=5038,
+ serialized_start=5029,
+ serialized_end=5075,
)
_LOCALITYLOADBALANCERSETTING = _descriptor.Descriptor(
@@ -1034,8 +1041,8 @@
extension_ranges=[],
oneofs=[
],
- serialized_start=4537,
- serialized_end=5038,
+ serialized_start=4574,
+ serialized_end=5075,
)
_DESTINATIONRULE.fields_by_name['traffic_policy'].message_type = _TRAFFICPOLICY
|