xds-protos 1.69.0__py3-none-any.whl → 1.70.0__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- envoy/admin/v3/config_dump_shared_pb2.py +2 -2
- envoy/config/cluster/v3/cluster_pb2.py +73 -67
- envoy/config/core/v3/base_pb2.py +52 -46
- envoy/config/core/v3/protocol_pb2.py +35 -35
- envoy/config/core/v3/socket_cmsg_headers_pb2.py +28 -0
- envoy/config/core/v3/socket_option_pb2.py +12 -6
- envoy/config/filter/network/kafka_broker/v2alpha1/kafka_broker_pb2.py +10 -6
- envoy/config/grpc_credential/v3/aws_iam_pb2.py +7 -4
- envoy/config/listener/v3/listener_components_pb2.py +8 -10
- envoy/config/listener/v3/quic_config_pb2.py +6 -3
- envoy/config/overload/v3/overload_pb2.py +11 -11
- envoy/config/rbac/v3/rbac_pb2.py +25 -13
- envoy/config/route/v3/route_components_pb2.py +138 -131
- envoy/config/trace/v2/trace_pb2.py +1 -3
- envoy/config/trace/v3/trace_pb2.py +1 -3
- envoy/extensions/clusters/common/__init__.py +0 -0
- envoy/extensions/clusters/common/dns/__init__.py +0 -0
- envoy/extensions/clusters/common/dns/v3/__init__.py +0 -0
- envoy/extensions/clusters/common/dns/v3/dns_pb2.py +27 -0
- envoy/extensions/clusters/dns/__init__.py +0 -0
- envoy/extensions/clusters/dns/v3/__init__.py +0 -0
- envoy/extensions/clusters/dns/v3/dns_cluster_pb2.py +41 -0
- envoy/extensions/common/aws/__init__.py +0 -0
- envoy/extensions/common/aws/v3/__init__.py +0 -0
- envoy/extensions/common/aws/v3/credential_provider_pb2.py +48 -0
- envoy/extensions/common/ratelimit/v3/ratelimit_pb2.py +16 -15
- envoy/extensions/dynamic_modules/__init__.py +0 -0
- envoy/extensions/dynamic_modules/v3/__init__.py +0 -0
- envoy/extensions/dynamic_modules/v3/dynamic_modules_pb2.py +31 -0
- envoy/extensions/filters/http/api_key_auth/__init__.py +0 -0
- envoy/extensions/filters/http/api_key_auth/v3/__init__.py +0 -0
- envoy/extensions/filters/http/api_key_auth/v3/api_key_auth_pb2.py +50 -0
- envoy/extensions/filters/http/aws_request_signing/v3/aws_request_signing_pb2.py +10 -9
- envoy/extensions/filters/http/basic_auth/v3/basic_auth_pb2.py +7 -5
- envoy/extensions/filters/http/dynamic_modules/__init__.py +0 -0
- envoy/extensions/filters/http/dynamic_modules/v3/__init__.py +0 -0
- envoy/extensions/filters/http/dynamic_modules/v3/dynamic_modules_pb2.py +29 -0
- envoy/extensions/filters/http/ext_authz/v3/ext_authz_pb2.py +18 -17
- envoy/extensions/filters/http/ext_proc/v3/ext_proc_pb2.py +22 -16
- envoy/extensions/filters/http/ext_proc/v3/processing_mode_pb2.py +3 -3
- envoy/extensions/filters/http/grpc_json_reverse_transcoder/__init__.py +0 -0
- envoy/extensions/filters/http/grpc_json_reverse_transcoder/v3/__init__.py +0 -0
- envoy/extensions/filters/http/grpc_json_reverse_transcoder/v3/transcoder_pb2.py +33 -0
- envoy/extensions/filters/http/header_mutation/v3/header_mutation_pb2.py +8 -7
- envoy/extensions/filters/http/ip_tagging/v3/ip_tagging_pb2.py +12 -6
- envoy/extensions/filters/http/local_ratelimit/v3/local_rate_limit_pb2.py +4 -3
- envoy/extensions/filters/http/oauth2/v3/oauth_pb2.py +14 -11
- envoy/extensions/filters/http/proto_message_extraction/__init__.py +0 -0
- envoy/extensions/filters/http/proto_message_extraction/v3/__init__.py +0 -0
- envoy/extensions/filters/http/proto_message_extraction/v3/config_pb2.py +47 -0
- envoy/extensions/filters/http/ratelimit/v3/rate_limit_pb2.py +11 -63
- envoy/extensions/filters/network/generic_proxy/__init__.py +0 -0
- envoy/extensions/filters/network/generic_proxy/action/__init__.py +0 -0
- envoy/extensions/filters/network/generic_proxy/action/v3/__init__.py +0 -0
- envoy/extensions/filters/network/generic_proxy/action/v3/action_pb2.py +39 -0
- envoy/extensions/filters/network/generic_proxy/codecs/__init__.py +0 -0
- envoy/extensions/filters/network/generic_proxy/codecs/dubbo/__init__.py +0 -0
- envoy/extensions/filters/network/generic_proxy/codecs/dubbo/v3/__init__.py +0 -0
- envoy/extensions/filters/network/generic_proxy/codecs/dubbo/v3/dubbo_pb2.py +28 -0
- envoy/extensions/filters/network/generic_proxy/codecs/http1/__init__.py +0 -0
- envoy/extensions/filters/network/generic_proxy/codecs/http1/v3/__init__.py +0 -0
- envoy/extensions/filters/network/generic_proxy/codecs/http1/v3/http1_pb2.py +29 -0
- envoy/extensions/filters/network/generic_proxy/matcher/__init__.py +0 -0
- envoy/extensions/filters/network/generic_proxy/matcher/v3/__init__.py +0 -0
- envoy/extensions/filters/network/generic_proxy/matcher/v3/matcher_pb2.py +50 -0
- envoy/extensions/filters/network/generic_proxy/router/__init__.py +0 -0
- envoy/extensions/filters/network/generic_proxy/router/v3/__init__.py +0 -0
- envoy/extensions/filters/network/generic_proxy/router/v3/router_pb2.py +28 -0
- envoy/extensions/filters/network/generic_proxy/v3/__init__.py +0 -0
- envoy/extensions/filters/network/generic_proxy/v3/generic_proxy_pb2.py +46 -0
- envoy/extensions/filters/network/generic_proxy/v3/route_pb2.py +40 -0
- envoy/extensions/filters/network/http_connection_manager/v3/http_connection_manager_pb2.py +52 -52
- envoy/extensions/filters/network/redis_proxy/v3/redis_proxy_pb2.py +26 -23
- envoy/extensions/filters/network/sni_dynamic_forward_proxy/v3/sni_dynamic_forward_proxy_pb2.py +2 -2
- envoy/extensions/filters/udp/udp_proxy/v3/udp_proxy_pb2.py +16 -15
- envoy/extensions/http/original_ip_detection/xff/v3/xff_pb2.py +7 -3
- envoy/extensions/load_balancing_policies/client_side_weighted_round_robin/v3/client_side_weighted_round_robin_pb2.py +2 -2
- envoy/extensions/matching/common_inputs/network/v3/network_inputs_pb2.py +13 -1
- envoy/extensions/matching/input_matchers/metadata/__init__.py +0 -0
- envoy/extensions/matching/input_matchers/metadata/v3/__init__.py +0 -0
- envoy/extensions/matching/input_matchers/metadata/v3/metadata_pb2.py +31 -0
- envoy/extensions/network/dns_resolver/cares/v3/cares_dns_resolver_pb2.py +6 -4
- envoy/extensions/network/dns_resolver/getaddrinfo/v3/getaddrinfo_dns_resolver_pb2.py +4 -3
- envoy/extensions/quic/connection_debug_visitor/quic_stats/__init__.py +0 -0
- envoy/extensions/quic/connection_debug_visitor/quic_stats/v3/__init__.py +0 -0
- envoy/extensions/quic/connection_debug_visitor/quic_stats/v3/quic_stats_pb2.py +31 -0
- envoy/extensions/quic/server_preferred_address/v3/datasource_pb2.py +5 -8
- envoy/extensions/quic/server_preferred_address/v3/fixed_server_preferred_address_config_pb2.py +5 -8
- envoy/extensions/resource_monitors/cpu_utilization/__init__.py +0 -0
- envoy/extensions/resource_monitors/cpu_utilization/v3/__init__.py +0 -0
- envoy/extensions/resource_monitors/cpu_utilization/v3/cpu_utilization_pb2.py +27 -0
- envoy/extensions/transport_sockets/http_11_proxy/v3/upstream_http_11_connect_pb2.py +3 -6
- envoy/extensions/transport_sockets/proxy_protocol/v3/upstream_proxy_protocol_pb2.py +2 -2
- envoy/extensions/transport_sockets/tls/v3/common_pb2.py +14 -12
- envoy/extensions/transport_sockets/tls/v3/tls_pb2.py +16 -16
- envoy/extensions/wasm/v3/wasm_pb2.py +25 -17
- envoy/service/discovery/v3/discovery_pb2.py +25 -23
- envoy/service/ext_proc/v3/external_processor_pb2.py +11 -9
- envoy/service/ext_proc/v3/external_processor_pb2_grpc.py +0 -3
- envoy/service/extension/v3/config_discovery_pb2_grpc.py +9 -6
- envoy/service/ratelimit/v3/rls_pb2.py +12 -12
- envoy/service/redis_auth/__init__.py +0 -0
- envoy/service/redis_auth/v3/__init__.py +0 -0
- envoy/service/redis_auth/v3/redis_external_auth_pb2.py +33 -0
- envoy/service/redis_auth/v3/redis_external_auth_pb2_grpc.py +83 -0
- envoy/service/status/v3/csds_pb2.py +4 -4
- {xds_protos-1.69.0.dist-info → xds_protos-1.70.0.dist-info}/METADATA +1 -1
- {xds_protos-1.69.0.dist-info → xds_protos-1.70.0.dist-info}/RECORD +110 -51
- {xds_protos-1.69.0.dist-info → xds_protos-1.70.0.dist-info}/WHEEL +0 -0
- {xds_protos-1.69.0.dist-info → xds_protos-1.70.0.dist-info}/top_level.txt +0 -0
@@ -17,7 +17,7 @@ from udpa.annotations import versioning_pb2 as udpa_dot_annotations_dot_versioni
|
|
17
17
|
from validate import validate_pb2 as validate_dot_validate__pb2
|
18
18
|
|
19
19
|
|
20
|
-
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n<envoy/extensions/filters/http/ip_tagging/v3/ip_tagging.proto\x12+envoy.extensions.filters.http.ip_tagging.v3\x1a\"envoy/config/core/v3/address.proto\x1a\x1dudpa/annotations/status.proto\x1a!udpa/annotations/versioning.proto\x1a\x17validate/validate.proto\"\
|
20
|
+
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n<envoy/extensions/filters/http/ip_tagging/v3/ip_tagging.proto\x12+envoy.extensions.filters.http.ip_tagging.v3\x1a\"envoy/config/core/v3/address.proto\x1a\x1dudpa/annotations/status.proto\x1a!udpa/annotations/versioning.proto\x1a\x17validate/validate.proto\"\xec\x05\n\tIPTagging\x12\x62\n\x0crequest_type\x18\x01 \x01(\x0e\x32\x42.envoy.extensions.filters.http.ip_tagging.v3.IPTagging.RequestTypeB\x08\xfa\x42\x05\x82\x01\x02\x10\x01\x12W\n\x07ip_tags\x18\x04 \x03(\x0b\x32<.envoy.extensions.filters.http.ip_tagging.v3.IPTagging.IPTagB\x08\xfa\x42\x05\x92\x01\x02\x08\x01\x12Y\n\rip_tag_header\x18\x05 \x01(\x0b\x32\x42.envoy.extensions.filters.http.ip_tagging.v3.IPTagging.IpTagHeader\x1a\x8d\x01\n\x05IPTag\x12\x13\n\x0bip_tag_name\x18\x01 \x01(\t\x12\x30\n\x07ip_list\x18\x02 \x03(\x0b\x32\x1f.envoy.config.core.v3.CidrRange:=\x9a\xc5\x88\x1e\x38\n6envoy.config.filter.http.ip_tagging.v2.IPTagging.IPTag\x1a\xc8\x01\n\x0bIpTagHeader\x12\x1d\n\x06header\x18\x01 \x01(\tB\r\xfa\x42\nr\x08\x10\x01\xc0\x01\x01\xc8\x01\x00\x12_\n\x06\x61\x63tion\x18\x02 \x01(\x0e\x32O.envoy.extensions.filters.http.ip_tagging.v3.IPTagging.IpTagHeader.HeaderAction\"9\n\x0cHeaderAction\x12\x0c\n\x08SANITIZE\x10\x00\x12\x1b\n\x17\x41PPEND_IF_EXISTS_OR_ADD\x10\x01\"3\n\x0bRequestType\x12\x08\n\x04\x42OTH\x10\x00\x12\x0c\n\x08INTERNAL\x10\x01\x12\x0c\n\x08\x45XTERNAL\x10\x02:7\x9a\xc5\x88\x1e\x32\n0envoy.config.filter.http.ip_tagging.v2.IPTaggingB\xb6\x01\n9io.envoyproxy.envoy.extensions.filters.http.ip_tagging.v3B\x0eIpTaggingProtoP\x01Z_github.com/envoyproxy/go-control-plane/envoy/extensions/filters/http/ip_tagging/v3;ip_taggingv3\xba\x80\xc8\xd1\x06\x02\x10\x02\x62\x06proto3')
|
21
21
|
|
22
22
|
_globals = globals()
|
23
23
|
_builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, _globals)
|
@@ -27,6 +27,8 @@ if _descriptor._USE_C_DESCRIPTORS == False:
|
|
27
27
|
DESCRIPTOR._serialized_options = b'\n9io.envoyproxy.envoy.extensions.filters.http.ip_tagging.v3B\016IpTaggingProtoP\001Z_github.com/envoyproxy/go-control-plane/envoy/extensions/filters/http/ip_tagging/v3;ip_taggingv3\272\200\310\321\006\002\020\002'
|
28
28
|
_IPTAGGING_IPTAG._options = None
|
29
29
|
_IPTAGGING_IPTAG._serialized_options = b'\232\305\210\0368\n6envoy.config.filter.http.ip_tagging.v2.IPTagging.IPTag'
|
30
|
+
_IPTAGGING_IPTAGHEADER.fields_by_name['header']._options = None
|
31
|
+
_IPTAGGING_IPTAGHEADER.fields_by_name['header']._serialized_options = b'\372B\nr\010\020\001\300\001\001\310\001\000'
|
30
32
|
_IPTAGGING.fields_by_name['request_type']._options = None
|
31
33
|
_IPTAGGING.fields_by_name['request_type']._serialized_options = b'\372B\005\202\001\002\020\001'
|
32
34
|
_IPTAGGING.fields_by_name['ip_tags']._options = None
|
@@ -34,9 +36,13 @@ if _descriptor._USE_C_DESCRIPTORS == False:
|
|
34
36
|
_IPTAGGING._options = None
|
35
37
|
_IPTAGGING._serialized_options = b'\232\305\210\0362\n0envoy.config.filter.http.ip_tagging.v2.IPTagging'
|
36
38
|
_globals['_IPTAGGING']._serialized_start=237
|
37
|
-
_globals['_IPTAGGING']._serialized_end=
|
38
|
-
_globals['_IPTAGGING_IPTAG']._serialized_start=
|
39
|
-
_globals['_IPTAGGING_IPTAG']._serialized_end=
|
40
|
-
_globals['
|
41
|
-
_globals['
|
39
|
+
_globals['_IPTAGGING']._serialized_end=985
|
40
|
+
_globals['_IPTAGGING_IPTAG']._serialized_start=531
|
41
|
+
_globals['_IPTAGGING_IPTAG']._serialized_end=672
|
42
|
+
_globals['_IPTAGGING_IPTAGHEADER']._serialized_start=675
|
43
|
+
_globals['_IPTAGGING_IPTAGHEADER']._serialized_end=875
|
44
|
+
_globals['_IPTAGGING_IPTAGHEADER_HEADERACTION']._serialized_start=818
|
45
|
+
_globals['_IPTAGGING_IPTAGHEADER_HEADERACTION']._serialized_end=875
|
46
|
+
_globals['_IPTAGGING_REQUESTTYPE']._serialized_start=877
|
47
|
+
_globals['_IPTAGGING_REQUESTTYPE']._serialized_end=928
|
42
48
|
# @@protoc_insertion_point(module_scope)
|
@@ -12,6 +12,7 @@ _sym_db = _symbol_database.Default()
|
|
12
12
|
|
13
13
|
|
14
14
|
from envoy.config.core.v3 import base_pb2 as envoy_dot_config_dot_core_dot_v3_dot_base__pb2
|
15
|
+
from envoy.config.route.v3 import route_components_pb2 as envoy_dot_config_dot_route_dot_v3_dot_route__components__pb2
|
15
16
|
from envoy.extensions.common.ratelimit.v3 import ratelimit_pb2 as envoy_dot_extensions_dot_common_dot_ratelimit_dot_v3_dot_ratelimit__pb2
|
16
17
|
from envoy.type.v3 import http_status_pb2 as envoy_dot_type_dot_v3_dot_http__status__pb2
|
17
18
|
from envoy.type.v3 import token_bucket_pb2 as envoy_dot_type_dot_v3_dot_token__bucket__pb2
|
@@ -20,7 +21,7 @@ from udpa.annotations import status_pb2 as udpa_dot_annotations_dot_status__pb2
|
|
20
21
|
from validate import validate_pb2 as validate_dot_validate__pb2
|
21
22
|
|
22
23
|
|
23
|
-
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\nGenvoy/extensions/filters/http/local_ratelimit/v3/local_rate_limit.proto\x12\x30\x65nvoy.extensions.filters.http.local_ratelimit.v3\x1a\x1f\x65nvoy/config/core/v3/base.proto\x1a\x34\x65nvoy/extensions/common/ratelimit/v3/ratelimit.proto\x1a\x1f\x65nvoy/type/v3/http_status.proto\x1a envoy/type/v3/token_bucket.proto\x1a\x1egoogle/protobuf/wrappers.proto\x1a\x1dudpa/annotations/status.proto\x1a\x17validate/validate.proto\"\
|
24
|
+
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\nGenvoy/extensions/filters/http/local_ratelimit/v3/local_rate_limit.proto\x12\x30\x65nvoy.extensions.filters.http.local_ratelimit.v3\x1a\x1f\x65nvoy/config/core/v3/base.proto\x1a,envoy/config/route/v3/route_components.proto\x1a\x34\x65nvoy/extensions/common/ratelimit/v3/ratelimit.proto\x1a\x1f\x65nvoy/type/v3/http_status.proto\x1a envoy/type/v3/token_bucket.proto\x1a\x1egoogle/protobuf/wrappers.proto\x1a\x1dudpa/annotations/status.proto\x1a\x17validate/validate.proto\"\xcf\x08\n\x0eLocalRateLimit\x12\x1c\n\x0bstat_prefix\x18\x01 \x01(\tB\x07\xfa\x42\x04r\x02\x10\x01\x12)\n\x06status\x18\x02 \x01(\x0b\x32\x19.envoy.type.v3.HttpStatus\x12\x30\n\x0ctoken_bucket\x18\x03 \x01(\x0b\x32\x1a.envoy.type.v3.TokenBucket\x12\x46\n\x0e\x66ilter_enabled\x18\x04 \x01(\x0b\x32..envoy.config.core.v3.RuntimeFractionalPercent\x12G\n\x0f\x66ilter_enforced\x18\x05 \x01(\x0b\x32..envoy.config.core.v3.RuntimeFractionalPercent\x12\x63\n(request_headers_to_add_when_not_enforced\x18\n \x03(\x0b\x32\'.envoy.config.core.v3.HeaderValueOptionB\x08\xfa\x42\x05\x92\x01\x02\x10\n\x12R\n\x17response_headers_to_add\x18\x06 \x03(\x0b\x32\'.envoy.config.core.v3.HeaderValueOptionB\x08\xfa\x42\x05\x92\x01\x02\x10\n\x12S\n\x0b\x64\x65scriptors\x18\x08 \x03(\x0b\x32>.envoy.extensions.common.ratelimit.v3.LocalRateLimitDescriptor\x12\x16\n\x05stage\x18\t \x01(\rB\x07\xfa\x42\x04*\x02\x18\n\x12\x32\n*local_rate_limit_per_downstream_connection\x18\x0b \x01(\x08\x12]\n\x18local_cluster_rate_limit\x18\x10 \x01(\x0b\x32;.envoy.extensions.common.ratelimit.v3.LocalClusterRateLimit\x12o\n\x1a\x65nable_x_ratelimit_headers\x18\x0c \x01(\x0e\x32\x41.envoy.extensions.common.ratelimit.v3.XRateLimitHeadersRFCVersionB\x08\xfa\x42\x05\x82\x01\x02\x10\x01\x12[\n\x0evh_rate_limits\x18\r \x01(\x0e\x32\x39.envoy.extensions.common.ratelimit.v3.VhRateLimitsOptionsB\x08\xfa\x42\x05\x82\x01\x02\x10\x01\x12G\n#always_consume_default_token_bucket\x18\x0e \x01(\x0b\x32\x1a.google.protobuf.BoolValue\x12*\n\"rate_limited_as_resource_exhausted\x18\x0f \x01(\x08\x12\x35\n\x0brate_limits\x18\x11 \x03(\x0b\x32 .envoy.config.route.v3.RateLimitB\xca\x01\n>io.envoyproxy.envoy.extensions.filters.http.local_ratelimit.v3B\x13LocalRateLimitProtoP\x01Zigithub.com/envoyproxy/go-control-plane/envoy/extensions/filters/http/local_ratelimit/v3;local_ratelimitv3\xba\x80\xc8\xd1\x06\x02\x10\x02\x62\x06proto3')
|
24
25
|
|
25
26
|
_globals = globals()
|
26
27
|
_builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, _globals)
|
@@ -40,6 +41,6 @@ if _descriptor._USE_C_DESCRIPTORS == False:
|
|
40
41
|
_LOCALRATELIMIT.fields_by_name['enable_x_ratelimit_headers']._serialized_options = b'\372B\005\202\001\002\020\001'
|
41
42
|
_LOCALRATELIMIT.fields_by_name['vh_rate_limits']._options = None
|
42
43
|
_LOCALRATELIMIT.fields_by_name['vh_rate_limits']._serialized_options = b'\372B\005\202\001\002\020\001'
|
43
|
-
_globals['_LOCALRATELIMIT']._serialized_start=
|
44
|
-
_globals['_LOCALRATELIMIT']._serialized_end=
|
44
|
+
_globals['_LOCALRATELIMIT']._serialized_start=414
|
45
|
+
_globals['_LOCALRATELIMIT']._serialized_end=1517
|
45
46
|
# @@protoc_insertion_point(module_scope)
|
@@ -11,6 +11,7 @@ from google.protobuf.internal import builder as _builder
|
|
11
11
|
_sym_db = _symbol_database.Default()
|
12
12
|
|
13
13
|
|
14
|
+
from envoy.config.core.v3 import base_pb2 as envoy_dot_config_dot_core_dot_v3_dot_base__pb2
|
14
15
|
from envoy.config.core.v3 import http_uri_pb2 as envoy_dot_config_dot_core_dot_v3_dot_http__uri__pb2
|
15
16
|
from envoy.config.route.v3 import route_components_pb2 as envoy_dot_config_dot_route_dot_v3_dot_route__components__pb2
|
16
17
|
from envoy.extensions.transport_sockets.tls.v3 import secret_pb2 as envoy_dot_extensions_dot_transport__sockets_dot_tls_dot_v3_dot_secret__pb2
|
@@ -21,7 +22,7 @@ from udpa.annotations import status_pb2 as udpa_dot_annotations_dot_status__pb2
|
|
21
22
|
from validate import validate_pb2 as validate_dot_validate__pb2
|
22
23
|
|
23
24
|
|
24
|
-
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n3envoy/extensions/filters/http/oauth2/v3/oauth.proto\x12\'envoy.extensions.filters.http.oauth2.v3\x1a#envoy/config/core/v3/http_uri.proto\x1a,envoy/config/route/v3/route_components.proto\x1a\x36\x65nvoy/extensions/transport_sockets/tls/v3/secret.proto\x1a envoy/type/matcher/v3/path.proto\x1a\x1egoogle/protobuf/duration.proto\x1a\x1egoogle/protobuf/wrappers.proto\x1a\x1dudpa/annotations/status.proto\x1a\x17validate/validate.proto\"\
|
25
|
+
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n3envoy/extensions/filters/http/oauth2/v3/oauth.proto\x12\'envoy.extensions.filters.http.oauth2.v3\x1a\x1f\x65nvoy/config/core/v3/base.proto\x1a#envoy/config/core/v3/http_uri.proto\x1a,envoy/config/route/v3/route_components.proto\x1a\x36\x65nvoy/extensions/transport_sockets/tls/v3/secret.proto\x1a envoy/type/matcher/v3/path.proto\x1a\x1egoogle/protobuf/duration.proto\x1a\x1egoogle/protobuf/wrappers.proto\x1a\x1dudpa/annotations/status.proto\x1a\x17validate/validate.proto\"\xd2\x04\n\x11OAuth2Credentials\x12\x1a\n\tclient_id\x18\x01 \x01(\tB\x07\xfa\x42\x04r\x02\x10\x01\x12Z\n\x0ctoken_secret\x18\x02 \x01(\x0b\x32:.envoy.extensions.transport_sockets.tls.v3.SdsSecretConfigB\x08\xfa\x42\x05\x8a\x01\x02\x10\x01\x12[\n\x0bhmac_secret\x18\x03 \x01(\x0b\x32:.envoy.extensions.transport_sockets.tls.v3.SdsSecretConfigB\x08\xfa\x42\x05\x8a\x01\x02\x10\x01H\x00\x12\\\n\x0c\x63ookie_names\x18\x04 \x01(\x0b\x32\x46.envoy.extensions.filters.http.oauth2.v3.OAuth2Credentials.CookieNames\x12\x15\n\rcookie_domain\x18\x05 \x01(\t\x1a\xda\x01\n\x0b\x43ookieNames\x12!\n\x0c\x62\x65\x61rer_token\x18\x01 \x01(\tB\x0b\xfa\x42\x08r\x06\xc0\x01\x01\xd0\x01\x01\x12\x1f\n\noauth_hmac\x18\x02 \x01(\tB\x0b\xfa\x42\x08r\x06\xc0\x01\x01\xd0\x01\x01\x12\"\n\roauth_expires\x18\x03 \x01(\tB\x0b\xfa\x42\x08r\x06\xc0\x01\x01\xd0\x01\x01\x12\x1d\n\x08id_token\x18\x04 \x01(\tB\x0b\xfa\x42\x08r\x06\xc0\x01\x01\xd0\x01\x01\x12\"\n\rrefresh_token\x18\x05 \x01(\tB\x0b\xfa\x42\x08r\x06\xc0\x01\x01\xd0\x01\x01\x12 \n\x0boauth_nonce\x18\x06 \x01(\tB\x0b\xfa\x42\x08r\x06\xc0\x01\x01\xd0\x01\x01\x42\x16\n\x0ftoken_formation\x12\x03\xf8\x42\x01\"\xe2\x08\n\x0cOAuth2Config\x12\x35\n\x0etoken_endpoint\x18\x01 \x01(\x0b\x32\x1d.envoy.config.core.v3.HttpUri\x12\x37\n\x0cretry_policy\x18\x12 \x01(\x0b\x32!.envoy.config.core.v3.RetryPolicy\x12\'\n\x16\x61uthorization_endpoint\x18\x02 \x01(\tB\x07\xfa\x42\x04r\x02\x10\x01\x12Y\n\x0b\x63redentials\x18\x03 \x01(\x0b\x32:.envoy.extensions.filters.http.oauth2.v3.OAuth2CredentialsB\x08\xfa\x42\x05\x8a\x01\x02\x10\x01\x12\x1d\n\x0credirect_uri\x18\x04 \x01(\tB\x07\xfa\x42\x04r\x02\x10\x01\x12K\n\x15redirect_path_matcher\x18\x05 \x01(\x0b\x32\".envoy.type.matcher.v3.PathMatcherB\x08\xfa\x42\x05\x8a\x01\x02\x10\x01\x12\x42\n\x0csignout_path\x18\x06 \x01(\x0b\x32\".envoy.type.matcher.v3.PathMatcherB\x08\xfa\x42\x05\x8a\x01\x02\x10\x01\x12\x1c\n\x14\x66orward_bearer_token\x18\x07 \x01(\x08\x12%\n\x1dpreserve_authorization_header\x18\x10 \x01(\x08\x12\x42\n\x14pass_through_matcher\x18\x08 \x03(\x0b\x32$.envoy.config.route.v3.HeaderMatcher\x12\x13\n\x0b\x61uth_scopes\x18\t \x03(\t\x12\x11\n\tresources\x18\n \x03(\t\x12[\n\tauth_type\x18\x0b \x01(\x0e\x32>.envoy.extensions.filters.http.oauth2.v3.OAuth2Config.AuthTypeB\x08\xfa\x42\x05\x82\x01\x02\x10\x01\x12\x35\n\x11use_refresh_token\x18\x0c \x01(\x0b\x32\x1a.google.protobuf.BoolValue\x12\x35\n\x12\x64\x65\x66\x61ult_expires_in\x18\r \x01(\x0b\x32\x19.google.protobuf.Duration\x12\x43\n\x15\x64\x65ny_redirect_matcher\x18\x0e \x03(\x0b\x32$.envoy.config.route.v3.HeaderMatcher\x12\x43\n default_refresh_token_expires_in\x18\x0f \x01(\x0b\x32\x19.google.protobuf.Duration\x12#\n\x1b\x64isable_id_token_set_cookie\x18\x11 \x01(\x08\x12\'\n\x1f\x64isable_access_token_set_cookie\x18\x13 \x01(\x08\x12(\n disable_refresh_token_set_cookie\x18\x14 \x01(\x08\"0\n\x08\x41uthType\x12\x14\n\x10URL_ENCODED_BODY\x10\x00\x12\x0e\n\nBASIC_AUTH\x10\x01\"O\n\x06OAuth2\x12\x45\n\x06\x63onfig\x18\x01 \x01(\x0b\x32\x35.envoy.extensions.filters.http.oauth2.v3.OAuth2ConfigB\xa6\x01\n5io.envoyproxy.envoy.extensions.filters.http.oauth2.v3B\nOauthProtoP\x01ZWgithub.com/envoyproxy/go-control-plane/envoy/extensions/filters/http/oauth2/v3;oauth2v3\xba\x80\xc8\xd1\x06\x02\x10\x02\x62\x06proto3')
|
25
26
|
|
26
27
|
_globals = globals()
|
27
28
|
_builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, _globals)
|
@@ -39,6 +40,8 @@ if _descriptor._USE_C_DESCRIPTORS == False:
|
|
39
40
|
_OAUTH2CREDENTIALS_COOKIENAMES.fields_by_name['id_token']._serialized_options = b'\372B\010r\006\300\001\001\320\001\001'
|
40
41
|
_OAUTH2CREDENTIALS_COOKIENAMES.fields_by_name['refresh_token']._options = None
|
41
42
|
_OAUTH2CREDENTIALS_COOKIENAMES.fields_by_name['refresh_token']._serialized_options = b'\372B\010r\006\300\001\001\320\001\001'
|
43
|
+
_OAUTH2CREDENTIALS_COOKIENAMES.fields_by_name['oauth_nonce']._options = None
|
44
|
+
_OAUTH2CREDENTIALS_COOKIENAMES.fields_by_name['oauth_nonce']._serialized_options = b'\372B\010r\006\300\001\001\320\001\001'
|
42
45
|
_OAUTH2CREDENTIALS.oneofs_by_name['token_formation']._options = None
|
43
46
|
_OAUTH2CREDENTIALS.oneofs_by_name['token_formation']._serialized_options = b'\370B\001'
|
44
47
|
_OAUTH2CREDENTIALS.fields_by_name['client_id']._options = None
|
@@ -59,14 +62,14 @@ if _descriptor._USE_C_DESCRIPTORS == False:
|
|
59
62
|
_OAUTH2CONFIG.fields_by_name['signout_path']._serialized_options = b'\372B\005\212\001\002\020\001'
|
60
63
|
_OAUTH2CONFIG.fields_by_name['auth_type']._options = None
|
61
64
|
_OAUTH2CONFIG.fields_by_name['auth_type']._serialized_options = b'\372B\005\202\001\002\020\001'
|
62
|
-
_globals['_OAUTH2CREDENTIALS']._serialized_start=
|
63
|
-
_globals['_OAUTH2CREDENTIALS']._serialized_end=
|
64
|
-
_globals['_OAUTH2CREDENTIALS_COOKIENAMES']._serialized_start=
|
65
|
-
_globals['_OAUTH2CREDENTIALS_COOKIENAMES']._serialized_end=
|
66
|
-
_globals['_OAUTH2CONFIG']._serialized_start=
|
67
|
-
_globals['_OAUTH2CONFIG']._serialized_end=
|
68
|
-
_globals['_OAUTH2CONFIG_AUTHTYPE']._serialized_start=
|
69
|
-
_globals['_OAUTH2CONFIG_AUTHTYPE']._serialized_end=
|
70
|
-
_globals['_OAUTH2']._serialized_start=
|
71
|
-
_globals['_OAUTH2']._serialized_end=
|
65
|
+
_globals['_OAUTH2CREDENTIALS']._serialized_start=423
|
66
|
+
_globals['_OAUTH2CREDENTIALS']._serialized_end=1017
|
67
|
+
_globals['_OAUTH2CREDENTIALS_COOKIENAMES']._serialized_start=775
|
68
|
+
_globals['_OAUTH2CREDENTIALS_COOKIENAMES']._serialized_end=993
|
69
|
+
_globals['_OAUTH2CONFIG']._serialized_start=1020
|
70
|
+
_globals['_OAUTH2CONFIG']._serialized_end=2142
|
71
|
+
_globals['_OAUTH2CONFIG_AUTHTYPE']._serialized_start=2094
|
72
|
+
_globals['_OAUTH2CONFIG_AUTHTYPE']._serialized_end=2142
|
73
|
+
_globals['_OAUTH2']._serialized_start=2144
|
74
|
+
_globals['_OAUTH2']._serialized_end=2223
|
72
75
|
# @@protoc_insertion_point(module_scope)
|
File without changes
|
File without changes
|
@@ -0,0 +1,47 @@
|
|
1
|
+
# -*- coding: utf-8 -*-
|
2
|
+
# Generated by the protocol buffer compiler. DO NOT EDIT!
|
3
|
+
# source: envoy/extensions/filters/http/proto_message_extraction/v3/config.proto
|
4
|
+
"""Generated protocol buffer code."""
|
5
|
+
from google.protobuf import descriptor as _descriptor
|
6
|
+
from google.protobuf import descriptor_pool as _descriptor_pool
|
7
|
+
from google.protobuf import symbol_database as _symbol_database
|
8
|
+
from google.protobuf.internal import builder as _builder
|
9
|
+
# @@protoc_insertion_point(imports)
|
10
|
+
|
11
|
+
_sym_db = _symbol_database.Default()
|
12
|
+
|
13
|
+
|
14
|
+
from envoy.config.core.v3 import base_pb2 as envoy_dot_config_dot_core_dot_v3_dot_base__pb2
|
15
|
+
from xds.annotations.v3 import status_pb2 as xds_dot_annotations_dot_v3_dot_status__pb2
|
16
|
+
from udpa.annotations import status_pb2 as udpa_dot_annotations_dot_status__pb2
|
17
|
+
|
18
|
+
|
19
|
+
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\nFenvoy/extensions/filters/http/proto_message_extraction/v3/config.proto\x12\x39\x65nvoy.extensions.filters.http.proto_message_extraction.v3\x1a\x1f\x65nvoy/config/core/v3/base.proto\x1a\x1fxds/annotations/v3/status.proto\x1a\x1dudpa/annotations/status.proto\"\xe0\x04\n\x1cProtoMessageExtractionConfig\x12\x37\n\x0b\x64\x61ta_source\x18\x01 \x01(\x0b\x32 .envoy.config.core.v3.DataSourceH\x00\x12)\n\x1fproto_descriptor_typed_metadata\x18\x02 \x01(\tH\x00\x12q\n\x04mode\x18\x03 \x01(\x0e\x32\x63.envoy.extensions.filters.http.proto_message_extraction.v3.ProtoMessageExtractionConfig.ExtractMode\x12\x8d\x01\n\x14\x65xtraction_by_method\x18\x04 \x03(\x0b\x32o.envoy.extensions.filters.http.proto_message_extraction.v3.ProtoMessageExtractionConfig.ExtractionByMethodEntry\x1a\x86\x01\n\x17\x45xtractionByMethodEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12Z\n\x05value\x18\x02 \x01(\x0b\x32K.envoy.extensions.filters.http.proto_message_extraction.v3.MethodExtraction:\x02\x38\x01\">\n\x0b\x45xtractMode\x12\x1b\n\x17\x45xtractMode_UNSPECIFIED\x10\x00\x12\x12\n\x0e\x46IRST_AND_LAST\x10\x01\x42\x10\n\x0e\x64\x65scriptor_set\"\xce\x05\n\x10MethodExtraction\x12\x8e\x01\n\x1brequest_extraction_by_field\x18\x02 \x03(\x0b\x32i.envoy.extensions.filters.http.proto_message_extraction.v3.MethodExtraction.RequestExtractionByFieldEntry\x12\x90\x01\n\x1cresponse_extraction_by_field\x18\x03 \x03(\x0b\x32j.envoy.extensions.filters.http.proto_message_extraction.v3.MethodExtraction.ResponseExtractionByFieldEntry\x1a\x9d\x01\n\x1dRequestExtractionByFieldEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12k\n\x05value\x18\x02 \x01(\x0e\x32\\.envoy.extensions.filters.http.proto_message_extraction.v3.MethodExtraction.ExtractDirective:\x02\x38\x01\x1a\x9e\x01\n\x1eResponseExtractionByFieldEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12k\n\x05value\x18\x02 \x01(\x0e\x32\\.envoy.extensions.filters.http.proto_message_extraction.v3.MethodExtraction.ExtractDirective:\x02\x38\x01\"U\n\x10\x45xtractDirective\x12 \n\x1c\x45xtractDirective_UNSPECIFIED\x10\x00\x12\x0b\n\x07\x45XTRACT\x10\x01\x12\x12\n\x0e\x45XTRACT_REDACT\x10\x02\x42\xe5\x01\nGio.envoyproxy.envoy.extensions.filters.http.proto_message_extraction.v3B\x0b\x43onfigProtoP\x01Z{github.com/envoyproxy/go-control-plane/envoy/extensions/filters/http/proto_message_extraction/v3;proto_message_extractionv3\xba\x80\xc8\xd1\x06\x02\x10\x02\xd2\xc6\xa4\xe1\x06\x02\x08\x01\x62\x06proto3')
|
20
|
+
|
21
|
+
_globals = globals()
|
22
|
+
_builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, _globals)
|
23
|
+
_builder.BuildTopDescriptorsAndMessages(DESCRIPTOR, 'envoy.extensions.filters.http.proto_message_extraction.v3.config_pb2', _globals)
|
24
|
+
if _descriptor._USE_C_DESCRIPTORS == False:
|
25
|
+
DESCRIPTOR._options = None
|
26
|
+
DESCRIPTOR._serialized_options = b'\nGio.envoyproxy.envoy.extensions.filters.http.proto_message_extraction.v3B\013ConfigProtoP\001Z{github.com/envoyproxy/go-control-plane/envoy/extensions/filters/http/proto_message_extraction/v3;proto_message_extractionv3\272\200\310\321\006\002\020\002\322\306\244\341\006\002\010\001'
|
27
|
+
_PROTOMESSAGEEXTRACTIONCONFIG_EXTRACTIONBYMETHODENTRY._options = None
|
28
|
+
_PROTOMESSAGEEXTRACTIONCONFIG_EXTRACTIONBYMETHODENTRY._serialized_options = b'8\001'
|
29
|
+
_METHODEXTRACTION_REQUESTEXTRACTIONBYFIELDENTRY._options = None
|
30
|
+
_METHODEXTRACTION_REQUESTEXTRACTIONBYFIELDENTRY._serialized_options = b'8\001'
|
31
|
+
_METHODEXTRACTION_RESPONSEEXTRACTIONBYFIELDENTRY._options = None
|
32
|
+
_METHODEXTRACTION_RESPONSEEXTRACTIONBYFIELDENTRY._serialized_options = b'8\001'
|
33
|
+
_globals['_PROTOMESSAGEEXTRACTIONCONFIG']._serialized_start=231
|
34
|
+
_globals['_PROTOMESSAGEEXTRACTIONCONFIG']._serialized_end=839
|
35
|
+
_globals['_PROTOMESSAGEEXTRACTIONCONFIG_EXTRACTIONBYMETHODENTRY']._serialized_start=623
|
36
|
+
_globals['_PROTOMESSAGEEXTRACTIONCONFIG_EXTRACTIONBYMETHODENTRY']._serialized_end=757
|
37
|
+
_globals['_PROTOMESSAGEEXTRACTIONCONFIG_EXTRACTMODE']._serialized_start=759
|
38
|
+
_globals['_PROTOMESSAGEEXTRACTIONCONFIG_EXTRACTMODE']._serialized_end=821
|
39
|
+
_globals['_METHODEXTRACTION']._serialized_start=842
|
40
|
+
_globals['_METHODEXTRACTION']._serialized_end=1560
|
41
|
+
_globals['_METHODEXTRACTION_REQUESTEXTRACTIONBYFIELDENTRY']._serialized_start=1155
|
42
|
+
_globals['_METHODEXTRACTION_REQUESTEXTRACTIONBYFIELDENTRY']._serialized_end=1312
|
43
|
+
_globals['_METHODEXTRACTION_RESPONSEEXTRACTIONBYFIELDENTRY']._serialized_start=1315
|
44
|
+
_globals['_METHODEXTRACTION_RESPONSEEXTRACTIONBYFIELDENTRY']._serialized_end=1473
|
45
|
+
_globals['_METHODEXTRACTION_EXTRACTDIRECTIVE']._serialized_start=1475
|
46
|
+
_globals['_METHODEXTRACTION_EXTRACTDIRECTIVE']._serialized_end=1560
|
47
|
+
# @@protoc_insertion_point(module_scope)
|
@@ -12,10 +12,8 @@ _sym_db = _symbol_database.Default()
|
|
12
12
|
|
13
13
|
|
14
14
|
from envoy.config.core.v3 import base_pb2 as envoy_dot_config_dot_core_dot_v3_dot_base__pb2
|
15
|
-
from envoy.config.core.v3 import extension_pb2 as envoy_dot_config_dot_core_dot_v3_dot_extension__pb2
|
16
15
|
from envoy.config.ratelimit.v3 import rls_pb2 as envoy_dot_config_dot_ratelimit_dot_v3_dot_rls__pb2
|
17
16
|
from envoy.config.route.v3 import route_components_pb2 as envoy_dot_config_dot_route_dot_v3_dot_route__components__pb2
|
18
|
-
from envoy.type.metadata.v3 import metadata_pb2 as envoy_dot_type_dot_metadata_dot_v3_dot_metadata__pb2
|
19
17
|
from envoy.type.v3 import http_status_pb2 as envoy_dot_type_dot_v3_dot_http__status__pb2
|
20
18
|
from google.protobuf import duration_pb2 as google_dot_protobuf_dot_duration__pb2
|
21
19
|
from udpa.annotations import status_pb2 as udpa_dot_annotations_dot_status__pb2
|
@@ -23,7 +21,7 @@ from udpa.annotations import versioning_pb2 as udpa_dot_annotations_dot_versioni
|
|
23
21
|
from validate import validate_pb2 as validate_dot_validate__pb2
|
24
22
|
|
25
23
|
|
26
|
-
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n;envoy/extensions/filters/http/ratelimit/v3/rate_limit.proto\x12*envoy.extensions.filters.http.ratelimit.v3\x1a\x1f\x65nvoy/config/core/v3/base.proto\x1a
|
24
|
+
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n;envoy/extensions/filters/http/ratelimit/v3/rate_limit.proto\x12*envoy.extensions.filters.http.ratelimit.v3\x1a\x1f\x65nvoy/config/core/v3/base.proto\x1a#envoy/config/ratelimit/v3/rls.proto\x1a,envoy/config/route/v3/route_components.proto\x1a\x1f\x65nvoy/type/v3/http_status.proto\x1a\x1egoogle/protobuf/duration.proto\x1a\x1dudpa/annotations/status.proto\x1a!udpa/annotations/versioning.proto\x1a\x17validate/validate.proto\"\xba\x06\n\tRateLimit\x12\x17\n\x06\x64omain\x18\x01 \x01(\tB\x07\xfa\x42\x04r\x02\x10\x01\x12\x16\n\x05stage\x18\x02 \x01(\rB\x07\xfa\x42\x04*\x02\x18\n\x12\x37\n\x0crequest_type\x18\x03 \x01(\tB!\xfa\x42\x1er\x1cR\x08internalR\x08\x65xternalR\x04\x62othR\x00\x12*\n\x07timeout\x18\x04 \x01(\x0b\x32\x19.google.protobuf.Duration\x12\x19\n\x11\x66\x61ilure_mode_deny\x18\x05 \x01(\x08\x12*\n\"rate_limited_as_resource_exhausted\x18\x06 \x01(\x08\x12W\n\x12rate_limit_service\x18\x07 \x01(\x0b\x32\x31.envoy.config.ratelimit.v3.RateLimitServiceConfigB\x08\xfa\x42\x05\x8a\x01\x02\x10\x01\x12\x7f\n\x1a\x65nable_x_ratelimit_headers\x18\x08 \x01(\x0e\x32Q.envoy.extensions.filters.http.ratelimit.v3.RateLimit.XRateLimitHeadersRFCVersionB\x08\xfa\x42\x05\x82\x01\x02\x10\x01\x12*\n\"disable_x_envoy_ratelimited_header\x18\t \x01(\x08\x12\x36\n\x13rate_limited_status\x18\n \x01(\x0b\x32\x19.envoy.type.v3.HttpStatus\x12R\n\x17response_headers_to_add\x18\x0b \x03(\x0b\x32\'.envoy.config.core.v3.HeaderValueOptionB\x08\xfa\x42\x05\x92\x01\x02\x10\n\x12\x32\n\x0fstatus_on_error\x18\x0c \x01(\x0b\x32\x19.envoy.type.v3.HttpStatus\x12\x13\n\x0bstat_prefix\x18\r \x01(\t\"<\n\x1bXRateLimitHeadersRFCVersion\x12\x07\n\x03OFF\x10\x00\x12\x14\n\x10\x44RAFT_VERSION_03\x10\x01:7\x9a\xc5\x88\x1e\x32\n0envoy.config.filter.http.rate_limit.v2.RateLimit\"\xdb\x03\n\x11RateLimitPerRoute\x12s\n\x0evh_rate_limits\x18\x01 \x01(\x0e\x32Q.envoy.extensions.filters.http.ratelimit.v3.RateLimitPerRoute.VhRateLimitsOptionsB\x08\xfa\x42\x05\x82\x01\x02\x10\x01\x12p\n\x0foverride_option\x18\x02 \x01(\x0e\x32M.envoy.extensions.filters.http.ratelimit.v3.RateLimitPerRoute.OverrideOptionsB\x08\xfa\x42\x05\x82\x01\x02\x10\x01\x12\x35\n\x0brate_limits\x18\x03 \x03(\x0b\x32 .envoy.config.route.v3.RateLimit\x12\x0e\n\x06\x64omain\x18\x04 \x01(\t\"<\n\x13VhRateLimitsOptions\x12\x0c\n\x08OVERRIDE\x10\x00\x12\x0b\n\x07INCLUDE\x10\x01\x12\n\n\x06IGNORE\x10\x02\"Z\n\x0fOverrideOptions\x12\x0b\n\x07\x44\x45\x46\x41ULT\x10\x00\x12\x13\n\x0fOVERRIDE_POLICY\x10\x01\x12\x12\n\x0eINCLUDE_POLICY\x10\x02\x12\x11\n\rIGNORE_POLICY\x10\x03\x42\xb3\x01\n8io.envoyproxy.envoy.extensions.filters.http.ratelimit.v3B\x0eRateLimitProtoP\x01Z]github.com/envoyproxy/go-control-plane/envoy/extensions/filters/http/ratelimit/v3;ratelimitv3\xba\x80\xc8\xd1\x06\x02\x10\x02\x62\x06proto3')
|
27
25
|
|
28
26
|
_globals = globals()
|
29
27
|
_builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, _globals)
|
@@ -45,68 +43,18 @@ if _descriptor._USE_C_DESCRIPTORS == False:
|
|
45
43
|
_RATELIMIT.fields_by_name['response_headers_to_add']._serialized_options = b'\372B\005\222\001\002\020\n'
|
46
44
|
_RATELIMIT._options = None
|
47
45
|
_RATELIMIT._serialized_options = b'\232\305\210\0362\n0envoy.config.filter.http.rate_limit.v2.RateLimit'
|
48
|
-
_RATELIMITCONFIG_ACTION_REQUESTHEADERS.fields_by_name['header_name']._options = None
|
49
|
-
_RATELIMITCONFIG_ACTION_REQUESTHEADERS.fields_by_name['header_name']._serialized_options = b'\372B\nr\010\020\001\300\001\001\310\001\000'
|
50
|
-
_RATELIMITCONFIG_ACTION_REQUESTHEADERS.fields_by_name['descriptor_key']._options = None
|
51
|
-
_RATELIMITCONFIG_ACTION_REQUESTHEADERS.fields_by_name['descriptor_key']._serialized_options = b'\372B\004r\002\020\001'
|
52
|
-
_RATELIMITCONFIG_ACTION_GENERICKEY.fields_by_name['descriptor_value']._options = None
|
53
|
-
_RATELIMITCONFIG_ACTION_GENERICKEY.fields_by_name['descriptor_value']._serialized_options = b'\372B\004r\002\020\001'
|
54
|
-
_RATELIMITCONFIG_ACTION_HEADERVALUEMATCH.fields_by_name['descriptor_value']._options = None
|
55
|
-
_RATELIMITCONFIG_ACTION_HEADERVALUEMATCH.fields_by_name['descriptor_value']._serialized_options = b'\372B\004r\002\020\001'
|
56
|
-
_RATELIMITCONFIG_ACTION_HEADERVALUEMATCH.fields_by_name['headers']._options = None
|
57
|
-
_RATELIMITCONFIG_ACTION_HEADERVALUEMATCH.fields_by_name['headers']._serialized_options = b'\372B\005\222\001\002\010\001'
|
58
|
-
_RATELIMITCONFIG_ACTION_METADATA.fields_by_name['descriptor_key']._options = None
|
59
|
-
_RATELIMITCONFIG_ACTION_METADATA.fields_by_name['descriptor_key']._serialized_options = b'\372B\004r\002\020\001'
|
60
|
-
_RATELIMITCONFIG_ACTION_METADATA.fields_by_name['metadata_key']._options = None
|
61
|
-
_RATELIMITCONFIG_ACTION_METADATA.fields_by_name['metadata_key']._serialized_options = b'\372B\005\212\001\002\020\001'
|
62
|
-
_RATELIMITCONFIG_ACTION_METADATA.fields_by_name['source']._options = None
|
63
|
-
_RATELIMITCONFIG_ACTION_METADATA.fields_by_name['source']._serialized_options = b'\372B\005\202\001\002\020\001'
|
64
|
-
_RATELIMITCONFIG_ACTION.oneofs_by_name['action_specifier']._options = None
|
65
|
-
_RATELIMITCONFIG_ACTION.oneofs_by_name['action_specifier']._serialized_options = b'\370B\001'
|
66
|
-
_RATELIMITCONFIG_OVERRIDE_DYNAMICMETADATA.fields_by_name['metadata_key']._options = None
|
67
|
-
_RATELIMITCONFIG_OVERRIDE_DYNAMICMETADATA.fields_by_name['metadata_key']._serialized_options = b'\372B\005\212\001\002\020\001'
|
68
|
-
_RATELIMITCONFIG_OVERRIDE.oneofs_by_name['override_specifier']._options = None
|
69
|
-
_RATELIMITCONFIG_OVERRIDE.oneofs_by_name['override_specifier']._serialized_options = b'\370B\001'
|
70
|
-
_RATELIMITCONFIG.fields_by_name['stage']._options = None
|
71
|
-
_RATELIMITCONFIG.fields_by_name['stage']._serialized_options = b'\372B\004*\002\030\n'
|
72
|
-
_RATELIMITCONFIG.fields_by_name['actions']._options = None
|
73
|
-
_RATELIMITCONFIG.fields_by_name['actions']._serialized_options = b'\372B\005\222\001\002\010\001'
|
74
46
|
_RATELIMITPERROUTE.fields_by_name['vh_rate_limits']._options = None
|
75
47
|
_RATELIMITPERROUTE.fields_by_name['vh_rate_limits']._serialized_options = b'\372B\005\202\001\002\020\001'
|
76
48
|
_RATELIMITPERROUTE.fields_by_name['override_option']._options = None
|
77
49
|
_RATELIMITPERROUTE.fields_by_name['override_option']._serialized_options = b'\372B\005\202\001\002\020\001'
|
78
|
-
_globals['_RATELIMIT']._serialized_start=
|
79
|
-
_globals['_RATELIMIT']._serialized_end=
|
80
|
-
_globals['_RATELIMIT_XRATELIMITHEADERSRFCVERSION']._serialized_start=
|
81
|
-
_globals['_RATELIMIT_XRATELIMITHEADERSRFCVERSION']._serialized_end=
|
82
|
-
_globals['
|
83
|
-
_globals['
|
84
|
-
_globals['
|
85
|
-
_globals['
|
86
|
-
_globals['
|
87
|
-
_globals['
|
88
|
-
_globals['_RATELIMITCONFIG_ACTION_DESTINATIONCLUSTER']._serialized_start=2381
|
89
|
-
_globals['_RATELIMITCONFIG_ACTION_DESTINATIONCLUSTER']._serialized_end=2401
|
90
|
-
_globals['_RATELIMITCONFIG_ACTION_REQUESTHEADERS']._serialized_start=2403
|
91
|
-
_globals['_RATELIMITCONFIG_ACTION_REQUESTHEADERS']._serialized_end=2512
|
92
|
-
_globals['_RATELIMITCONFIG_ACTION_REMOTEADDRESS']._serialized_start=2514
|
93
|
-
_globals['_RATELIMITCONFIG_ACTION_REMOTEADDRESS']._serialized_end=2529
|
94
|
-
_globals['_RATELIMITCONFIG_ACTION_GENERICKEY']._serialized_start=2531
|
95
|
-
_globals['_RATELIMITCONFIG_ACTION_GENERICKEY']._serialized_end=2602
|
96
|
-
_globals['_RATELIMITCONFIG_ACTION_HEADERVALUEMATCH']._serialized_start=2605
|
97
|
-
_globals['_RATELIMITCONFIG_ACTION_HEADERVALUEMATCH']._serialized_end=2745
|
98
|
-
_globals['_RATELIMITCONFIG_ACTION_METADATA']._serialized_start=2748
|
99
|
-
_globals['_RATELIMITCONFIG_ACTION_METADATA']._serialized_end=3057
|
100
|
-
_globals['_RATELIMITCONFIG_ACTION_METADATA_SOURCE']._serialized_start=3019
|
101
|
-
_globals['_RATELIMITCONFIG_ACTION_METADATA_SOURCE']._serialized_end=3057
|
102
|
-
_globals['_RATELIMITCONFIG_OVERRIDE']._serialized_start=3085
|
103
|
-
_globals['_RATELIMITCONFIG_OVERRIDE']._serialized_end=3324
|
104
|
-
_globals['_RATELIMITCONFIG_OVERRIDE_DYNAMICMETADATA']._serialized_start=3211
|
105
|
-
_globals['_RATELIMITCONFIG_OVERRIDE_DYNAMICMETADATA']._serialized_end=3297
|
106
|
-
_globals['_RATELIMITPERROUTE']._serialized_start=3327
|
107
|
-
_globals['_RATELIMITPERROUTE']._serialized_end=3829
|
108
|
-
_globals['_RATELIMITPERROUTE_VHRATELIMITSOPTIONS']._serialized_start=3677
|
109
|
-
_globals['_RATELIMITPERROUTE_VHRATELIMITSOPTIONS']._serialized_end=3737
|
110
|
-
_globals['_RATELIMITPERROUTE_OVERRIDEOPTIONS']._serialized_start=3739
|
111
|
-
_globals['_RATELIMITPERROUTE_OVERRIDEOPTIONS']._serialized_end=3829
|
50
|
+
_globals['_RATELIMIT']._serialized_start=380
|
51
|
+
_globals['_RATELIMIT']._serialized_end=1206
|
52
|
+
_globals['_RATELIMIT_XRATELIMITHEADERSRFCVERSION']._serialized_start=1089
|
53
|
+
_globals['_RATELIMIT_XRATELIMITHEADERSRFCVERSION']._serialized_end=1149
|
54
|
+
_globals['_RATELIMITPERROUTE']._serialized_start=1209
|
55
|
+
_globals['_RATELIMITPERROUTE']._serialized_end=1684
|
56
|
+
_globals['_RATELIMITPERROUTE_VHRATELIMITSOPTIONS']._serialized_start=1532
|
57
|
+
_globals['_RATELIMITPERROUTE_VHRATELIMITSOPTIONS']._serialized_end=1592
|
58
|
+
_globals['_RATELIMITPERROUTE_OVERRIDEOPTIONS']._serialized_start=1594
|
59
|
+
_globals['_RATELIMITPERROUTE_OVERRIDEOPTIONS']._serialized_end=1684
|
112
60
|
# @@protoc_insertion_point(module_scope)
|
File without changes
|
File without changes
|
File without changes
|
@@ -0,0 +1,39 @@
|
|
1
|
+
# -*- coding: utf-8 -*-
|
2
|
+
# Generated by the protocol buffer compiler. DO NOT EDIT!
|
3
|
+
# source: envoy/extensions/filters/network/generic_proxy/action/v3/action.proto
|
4
|
+
"""Generated protocol buffer code."""
|
5
|
+
from google.protobuf import descriptor as _descriptor
|
6
|
+
from google.protobuf import descriptor_pool as _descriptor_pool
|
7
|
+
from google.protobuf import symbol_database as _symbol_database
|
8
|
+
from google.protobuf.internal import builder as _builder
|
9
|
+
# @@protoc_insertion_point(imports)
|
10
|
+
|
11
|
+
_sym_db = _symbol_database.Default()
|
12
|
+
|
13
|
+
|
14
|
+
from envoy.config.core.v3 import base_pb2 as envoy_dot_config_dot_core_dot_v3_dot_base__pb2
|
15
|
+
from envoy.config.route.v3 import route_components_pb2 as envoy_dot_config_dot_route_dot_v3_dot_route__components__pb2
|
16
|
+
from google.protobuf import any_pb2 as google_dot_protobuf_dot_any__pb2
|
17
|
+
from google.protobuf import duration_pb2 as google_dot_protobuf_dot_duration__pb2
|
18
|
+
from xds.annotations.v3 import status_pb2 as xds_dot_annotations_dot_v3_dot_status__pb2
|
19
|
+
from udpa.annotations import status_pb2 as udpa_dot_annotations_dot_status__pb2
|
20
|
+
from validate import validate_pb2 as validate_dot_validate__pb2
|
21
|
+
|
22
|
+
|
23
|
+
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\nEenvoy/extensions/filters/network/generic_proxy/action/v3/action.proto\x12\x38\x65nvoy.extensions.filters.network.generic_proxy.action.v3\x1a\x1f\x65nvoy/config/core/v3/base.proto\x1a,envoy/config/route/v3/route_components.proto\x1a\x19google/protobuf/any.proto\x1a\x1egoogle/protobuf/duration.proto\x1a\x1fxds/annotations/v3/status.proto\x1a\x1dudpa/annotations/status.proto\x1a\x17validate/validate.proto\"\xe9\x03\n\x0bRouteAction\x12\x0c\n\x04name\x18\x05 \x01(\t\x12\x11\n\x07\x63luster\x18\x01 \x01(\tH\x00\x12\x43\n\x11weighted_clusters\x18\x02 \x01(\x0b\x32&.envoy.config.route.v3.WeightedClusterH\x00\x12\x30\n\x08metadata\x18\x03 \x01(\x0b\x32\x1e.envoy.config.core.v3.Metadata\x12u\n\x11per_filter_config\x18\x04 \x03(\x0b\x32Z.envoy.extensions.filters.network.generic_proxy.action.v3.RouteAction.PerFilterConfigEntry\x12*\n\x07timeout\x18\x06 \x01(\x0b\x32\x19.google.protobuf.Duration\x12\x37\n\x0cretry_policy\x18\x07 \x01(\x0b\x32!.envoy.config.core.v3.RetryPolicy\x1aL\n\x14PerFilterConfigEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12#\n\x05value\x18\x02 \x01(\x0b\x32\x14.google.protobuf.Any:\x02\x38\x01\x42\x18\n\x11\x63luster_specifier\x12\x03\xf8\x42\x01\x42\xd1\x01\nFio.envoyproxy.envoy.extensions.filters.network.generic_proxy.action.v3B\x0b\x41\x63tionProtoP\x01Zhgithub.com/envoyproxy/go-control-plane/envoy/extensions/filters/network/generic_proxy/action/v3;actionv3\xba\x80\xc8\xd1\x06\x02\x10\x02\xd2\xc6\xa4\xe1\x06\x02\x08\x01\x62\x06proto3')
|
24
|
+
|
25
|
+
_globals = globals()
|
26
|
+
_builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, _globals)
|
27
|
+
_builder.BuildTopDescriptorsAndMessages(DESCRIPTOR, 'envoy.extensions.filters.network.generic_proxy.action.v3.action_pb2', _globals)
|
28
|
+
if _descriptor._USE_C_DESCRIPTORS == False:
|
29
|
+
DESCRIPTOR._options = None
|
30
|
+
DESCRIPTOR._serialized_options = b'\nFio.envoyproxy.envoy.extensions.filters.network.generic_proxy.action.v3B\013ActionProtoP\001Zhgithub.com/envoyproxy/go-control-plane/envoy/extensions/filters/network/generic_proxy/action/v3;actionv3\272\200\310\321\006\002\020\002\322\306\244\341\006\002\010\001'
|
31
|
+
_ROUTEACTION_PERFILTERCONFIGENTRY._options = None
|
32
|
+
_ROUTEACTION_PERFILTERCONFIGENTRY._serialized_options = b'8\001'
|
33
|
+
_ROUTEACTION.oneofs_by_name['cluster_specifier']._options = None
|
34
|
+
_ROUTEACTION.oneofs_by_name['cluster_specifier']._serialized_options = b'\370B\001'
|
35
|
+
_globals['_ROUTEACTION']._serialized_start=359
|
36
|
+
_globals['_ROUTEACTION']._serialized_end=848
|
37
|
+
_globals['_ROUTEACTION_PERFILTERCONFIGENTRY']._serialized_start=746
|
38
|
+
_globals['_ROUTEACTION_PERFILTERCONFIGENTRY']._serialized_end=822
|
39
|
+
# @@protoc_insertion_point(module_scope)
|
File without changes
|
File without changes
|
File without changes
|
@@ -0,0 +1,28 @@
|
|
1
|
+
# -*- coding: utf-8 -*-
|
2
|
+
# Generated by the protocol buffer compiler. DO NOT EDIT!
|
3
|
+
# source: envoy/extensions/filters/network/generic_proxy/codecs/dubbo/v3/dubbo.proto
|
4
|
+
"""Generated protocol buffer code."""
|
5
|
+
from google.protobuf import descriptor as _descriptor
|
6
|
+
from google.protobuf import descriptor_pool as _descriptor_pool
|
7
|
+
from google.protobuf import symbol_database as _symbol_database
|
8
|
+
from google.protobuf.internal import builder as _builder
|
9
|
+
# @@protoc_insertion_point(imports)
|
10
|
+
|
11
|
+
_sym_db = _symbol_database.Default()
|
12
|
+
|
13
|
+
|
14
|
+
from xds.annotations.v3 import status_pb2 as xds_dot_annotations_dot_v3_dot_status__pb2
|
15
|
+
from udpa.annotations import status_pb2 as udpa_dot_annotations_dot_status__pb2
|
16
|
+
|
17
|
+
|
18
|
+
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\nJenvoy/extensions/filters/network/generic_proxy/codecs/dubbo/v3/dubbo.proto\x12>envoy.extensions.filters.network.generic_proxy.codecs.dubbo.v3\x1a\x1fxds/annotations/v3/status.proto\x1a\x1dudpa/annotations/status.proto\"\x12\n\x10\x44ubboCodecConfigB\xdb\x01\nLio.envoyproxy.envoy.extensions.filters.network.generic_proxy.codecs.dubbo.v3B\nDubboProtoP\x01Zmgithub.com/envoyproxy/go-control-plane/envoy/extensions/filters/network/generic_proxy/codecs/dubbo/v3;dubbov3\xba\x80\xc8\xd1\x06\x02\x10\x02\xd2\xc6\xa4\xe1\x06\x02\x08\x01\x62\x06proto3')
|
19
|
+
|
20
|
+
_globals = globals()
|
21
|
+
_builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, _globals)
|
22
|
+
_builder.BuildTopDescriptorsAndMessages(DESCRIPTOR, 'envoy.extensions.filters.network.generic_proxy.codecs.dubbo.v3.dubbo_pb2', _globals)
|
23
|
+
if _descriptor._USE_C_DESCRIPTORS == False:
|
24
|
+
DESCRIPTOR._options = None
|
25
|
+
DESCRIPTOR._serialized_options = b'\nLio.envoyproxy.envoy.extensions.filters.network.generic_proxy.codecs.dubbo.v3B\nDubboProtoP\001Zmgithub.com/envoyproxy/go-control-plane/envoy/extensions/filters/network/generic_proxy/codecs/dubbo/v3;dubbov3\272\200\310\321\006\002\020\002\322\306\244\341\006\002\010\001'
|
26
|
+
_globals['_DUBBOCODECCONFIG']._serialized_start=206
|
27
|
+
_globals['_DUBBOCODECCONFIG']._serialized_end=224
|
28
|
+
# @@protoc_insertion_point(module_scope)
|
File without changes
|
File without changes
|
@@ -0,0 +1,29 @@
|
|
1
|
+
# -*- coding: utf-8 -*-
|
2
|
+
# Generated by the protocol buffer compiler. DO NOT EDIT!
|
3
|
+
# source: envoy/extensions/filters/network/generic_proxy/codecs/http1/v3/http1.proto
|
4
|
+
"""Generated protocol buffer code."""
|
5
|
+
from google.protobuf import descriptor as _descriptor
|
6
|
+
from google.protobuf import descriptor_pool as _descriptor_pool
|
7
|
+
from google.protobuf import symbol_database as _symbol_database
|
8
|
+
from google.protobuf.internal import builder as _builder
|
9
|
+
# @@protoc_insertion_point(imports)
|
10
|
+
|
11
|
+
_sym_db = _symbol_database.Default()
|
12
|
+
|
13
|
+
|
14
|
+
from google.protobuf import wrappers_pb2 as google_dot_protobuf_dot_wrappers__pb2
|
15
|
+
from xds.annotations.v3 import status_pb2 as xds_dot_annotations_dot_v3_dot_status__pb2
|
16
|
+
from udpa.annotations import status_pb2 as udpa_dot_annotations_dot_status__pb2
|
17
|
+
|
18
|
+
|
19
|
+
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\nJenvoy/extensions/filters/network/generic_proxy/codecs/http1/v3/http1.proto\x12>envoy.extensions.filters.network.generic_proxy.codecs.http1.v3\x1a\x1egoogle/protobuf/wrappers.proto\x1a\x1fxds/annotations/v3/status.proto\x1a\x1dudpa/annotations/status.proto\"\x80\x01\n\x10Http1CodecConfig\x12\x35\n\x11single_frame_mode\x18\x01 \x01(\x0b\x32\x1a.google.protobuf.BoolValue\x12\x35\n\x0fmax_buffer_size\x18\x02 \x01(\x0b\x32\x1c.google.protobuf.UInt32ValueB\xdb\x01\nLio.envoyproxy.envoy.extensions.filters.network.generic_proxy.codecs.http1.v3B\nHttp1ProtoP\x01Zmgithub.com/envoyproxy/go-control-plane/envoy/extensions/filters/network/generic_proxy/codecs/http1/v3;http1v3\xba\x80\xc8\xd1\x06\x02\x10\x02\xd2\xc6\xa4\xe1\x06\x02\x08\x01\x62\x06proto3')
|
20
|
+
|
21
|
+
_globals = globals()
|
22
|
+
_builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, _globals)
|
23
|
+
_builder.BuildTopDescriptorsAndMessages(DESCRIPTOR, 'envoy.extensions.filters.network.generic_proxy.codecs.http1.v3.http1_pb2', _globals)
|
24
|
+
if _descriptor._USE_C_DESCRIPTORS == False:
|
25
|
+
DESCRIPTOR._options = None
|
26
|
+
DESCRIPTOR._serialized_options = b'\nLio.envoyproxy.envoy.extensions.filters.network.generic_proxy.codecs.http1.v3B\nHttp1ProtoP\001Zmgithub.com/envoyproxy/go-control-plane/envoy/extensions/filters/network/generic_proxy/codecs/http1/v3;http1v3\272\200\310\321\006\002\020\002\322\306\244\341\006\002\010\001'
|
27
|
+
_globals['_HTTP1CODECCONFIG']._serialized_start=239
|
28
|
+
_globals['_HTTP1CODECCONFIG']._serialized_end=367
|
29
|
+
# @@protoc_insertion_point(module_scope)
|
File without changes
|
File without changes
|
@@ -0,0 +1,50 @@
|
|
1
|
+
# -*- coding: utf-8 -*-
|
2
|
+
# Generated by the protocol buffer compiler. DO NOT EDIT!
|
3
|
+
# source: envoy/extensions/filters/network/generic_proxy/matcher/v3/matcher.proto
|
4
|
+
"""Generated protocol buffer code."""
|
5
|
+
from google.protobuf import descriptor as _descriptor
|
6
|
+
from google.protobuf import descriptor_pool as _descriptor_pool
|
7
|
+
from google.protobuf import symbol_database as _symbol_database
|
8
|
+
from google.protobuf.internal import builder as _builder
|
9
|
+
# @@protoc_insertion_point(imports)
|
10
|
+
|
11
|
+
_sym_db = _symbol_database.Default()
|
12
|
+
|
13
|
+
|
14
|
+
from envoy.type.matcher.v3 import string_pb2 as envoy_dot_type_dot_matcher_dot_v3_dot_string__pb2
|
15
|
+
from xds.annotations.v3 import status_pb2 as xds_dot_annotations_dot_v3_dot_status__pb2
|
16
|
+
from udpa.annotations import status_pb2 as udpa_dot_annotations_dot_status__pb2
|
17
|
+
from validate import validate_pb2 as validate_dot_validate__pb2
|
18
|
+
|
19
|
+
|
20
|
+
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\nGenvoy/extensions/filters/network/generic_proxy/matcher/v3/matcher.proto\x12\x39\x65nvoy.extensions.filters.network.generic_proxy.matcher.v3\x1a\"envoy/type/matcher/v3/string.proto\x1a\x1fxds/annotations/v3/status.proto\x1a\x1dudpa/annotations/status.proto\x1a\x17validate/validate.proto\"\x13\n\x11ServiceMatchInput\"\x10\n\x0eHostMatchInput\"\x10\n\x0ePathMatchInput\"\x12\n\x10MethodMatchInput\"4\n\x12PropertyMatchInput\x12\x1e\n\rproperty_name\x18\x01 \x01(\tB\x07\xfa\x42\x04r\x02\x10\x01\"\x13\n\x11RequestMatchInput\"q\n\x12KeyValueMatchEntry\x12\x15\n\x04name\x18\x01 \x01(\tB\x07\xfa\x42\x04r\x02\x10\x01\x12\x44\n\x0cstring_match\x18\x02 \x01(\x0b\x32$.envoy.type.matcher.v3.StringMatcherB\x08\xfa\x42\x05\x8a\x01\x02\x10\x01\"\x91\x02\n\x0eRequestMatcher\x12\x32\n\x04host\x18\x01 \x01(\x0b\x32$.envoy.type.matcher.v3.StringMatcher\x12\x32\n\x04path\x18\x02 \x01(\x0b\x32$.envoy.type.matcher.v3.StringMatcher\x12\x34\n\x06method\x18\x03 \x01(\x0b\x32$.envoy.type.matcher.v3.StringMatcher\x12\x61\n\nproperties\x18\x04 \x03(\x0b\x32M.envoy.extensions.filters.network.generic_proxy.matcher.v3.KeyValueMatchEntryB\xd5\x01\nGio.envoyproxy.envoy.extensions.filters.network.generic_proxy.matcher.v3B\x0cMatcherProtoP\x01Zjgithub.com/envoyproxy/go-control-plane/envoy/extensions/filters/network/generic_proxy/matcher/v3;matcherv3\xba\x80\xc8\xd1\x06\x02\x10\x02\xd2\xc6\xa4\xe1\x06\x02\x08\x01\x62\x06proto3')
|
21
|
+
|
22
|
+
_globals = globals()
|
23
|
+
_builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, _globals)
|
24
|
+
_builder.BuildTopDescriptorsAndMessages(DESCRIPTOR, 'envoy.extensions.filters.network.generic_proxy.matcher.v3.matcher_pb2', _globals)
|
25
|
+
if _descriptor._USE_C_DESCRIPTORS == False:
|
26
|
+
DESCRIPTOR._options = None
|
27
|
+
DESCRIPTOR._serialized_options = b'\nGio.envoyproxy.envoy.extensions.filters.network.generic_proxy.matcher.v3B\014MatcherProtoP\001Zjgithub.com/envoyproxy/go-control-plane/envoy/extensions/filters/network/generic_proxy/matcher/v3;matcherv3\272\200\310\321\006\002\020\002\322\306\244\341\006\002\010\001'
|
28
|
+
_PROPERTYMATCHINPUT.fields_by_name['property_name']._options = None
|
29
|
+
_PROPERTYMATCHINPUT.fields_by_name['property_name']._serialized_options = b'\372B\004r\002\020\001'
|
30
|
+
_KEYVALUEMATCHENTRY.fields_by_name['name']._options = None
|
31
|
+
_KEYVALUEMATCHENTRY.fields_by_name['name']._serialized_options = b'\372B\004r\002\020\001'
|
32
|
+
_KEYVALUEMATCHENTRY.fields_by_name['string_match']._options = None
|
33
|
+
_KEYVALUEMATCHENTRY.fields_by_name['string_match']._serialized_options = b'\372B\005\212\001\002\020\001'
|
34
|
+
_globals['_SERVICEMATCHINPUT']._serialized_start=259
|
35
|
+
_globals['_SERVICEMATCHINPUT']._serialized_end=278
|
36
|
+
_globals['_HOSTMATCHINPUT']._serialized_start=280
|
37
|
+
_globals['_HOSTMATCHINPUT']._serialized_end=296
|
38
|
+
_globals['_PATHMATCHINPUT']._serialized_start=298
|
39
|
+
_globals['_PATHMATCHINPUT']._serialized_end=314
|
40
|
+
_globals['_METHODMATCHINPUT']._serialized_start=316
|
41
|
+
_globals['_METHODMATCHINPUT']._serialized_end=334
|
42
|
+
_globals['_PROPERTYMATCHINPUT']._serialized_start=336
|
43
|
+
_globals['_PROPERTYMATCHINPUT']._serialized_end=388
|
44
|
+
_globals['_REQUESTMATCHINPUT']._serialized_start=390
|
45
|
+
_globals['_REQUESTMATCHINPUT']._serialized_end=409
|
46
|
+
_globals['_KEYVALUEMATCHENTRY']._serialized_start=411
|
47
|
+
_globals['_KEYVALUEMATCHENTRY']._serialized_end=524
|
48
|
+
_globals['_REQUESTMATCHER']._serialized_start=527
|
49
|
+
_globals['_REQUESTMATCHER']._serialized_end=800
|
50
|
+
# @@protoc_insertion_point(module_scope)
|
File without changes
|
File without changes
|
@@ -0,0 +1,28 @@
|
|
1
|
+
# -*- coding: utf-8 -*-
|
2
|
+
# Generated by the protocol buffer compiler. DO NOT EDIT!
|
3
|
+
# source: envoy/extensions/filters/network/generic_proxy/router/v3/router.proto
|
4
|
+
"""Generated protocol buffer code."""
|
5
|
+
from google.protobuf import descriptor as _descriptor
|
6
|
+
from google.protobuf import descriptor_pool as _descriptor_pool
|
7
|
+
from google.protobuf import symbol_database as _symbol_database
|
8
|
+
from google.protobuf.internal import builder as _builder
|
9
|
+
# @@protoc_insertion_point(imports)
|
10
|
+
|
11
|
+
_sym_db = _symbol_database.Default()
|
12
|
+
|
13
|
+
|
14
|
+
from xds.annotations.v3 import status_pb2 as xds_dot_annotations_dot_v3_dot_status__pb2
|
15
|
+
from udpa.annotations import status_pb2 as udpa_dot_annotations_dot_status__pb2
|
16
|
+
|
17
|
+
|
18
|
+
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\nEenvoy/extensions/filters/network/generic_proxy/router/v3/router.proto\x12\x38\x65nvoy.extensions.filters.network.generic_proxy.router.v3\x1a\x1fxds/annotations/v3/status.proto\x1a\x1dudpa/annotations/status.proto\"*\n\x06Router\x12 \n\x18\x62ind_upstream_connection\x18\x01 \x01(\x08\x42\xd1\x01\nFio.envoyproxy.envoy.extensions.filters.network.generic_proxy.router.v3B\x0bRouterProtoP\x01Zhgithub.com/envoyproxy/go-control-plane/envoy/extensions/filters/network/generic_proxy/router/v3;routerv3\xba\x80\xc8\xd1\x06\x02\x10\x02\xd2\xc6\xa4\xe1\x06\x02\x08\x01\x62\x06proto3')
|
19
|
+
|
20
|
+
_globals = globals()
|
21
|
+
_builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, _globals)
|
22
|
+
_builder.BuildTopDescriptorsAndMessages(DESCRIPTOR, 'envoy.extensions.filters.network.generic_proxy.router.v3.router_pb2', _globals)
|
23
|
+
if _descriptor._USE_C_DESCRIPTORS == False:
|
24
|
+
DESCRIPTOR._options = None
|
25
|
+
DESCRIPTOR._serialized_options = b'\nFio.envoyproxy.envoy.extensions.filters.network.generic_proxy.router.v3B\013RouterProtoP\001Zhgithub.com/envoyproxy/go-control-plane/envoy/extensions/filters/network/generic_proxy/router/v3;routerv3\272\200\310\321\006\002\020\002\322\306\244\341\006\002\010\001'
|
26
|
+
_globals['_ROUTER']._serialized_start=195
|
27
|
+
_globals['_ROUTER']._serialized_end=237
|
28
|
+
# @@protoc_insertion_point(module_scope)
|
File without changes
|
@@ -0,0 +1,46 @@
|
|
1
|
+
# -*- coding: utf-8 -*-
|
2
|
+
# Generated by the protocol buffer compiler. DO NOT EDIT!
|
3
|
+
# source: envoy/extensions/filters/network/generic_proxy/v3/generic_proxy.proto
|
4
|
+
"""Generated protocol buffer code."""
|
5
|
+
from google.protobuf import descriptor as _descriptor
|
6
|
+
from google.protobuf import descriptor_pool as _descriptor_pool
|
7
|
+
from google.protobuf import symbol_database as _symbol_database
|
8
|
+
from google.protobuf.internal import builder as _builder
|
9
|
+
# @@protoc_insertion_point(imports)
|
10
|
+
|
11
|
+
_sym_db = _symbol_database.Default()
|
12
|
+
|
13
|
+
|
14
|
+
from envoy.config.accesslog.v3 import accesslog_pb2 as envoy_dot_config_dot_accesslog_dot_v3_dot_accesslog__pb2
|
15
|
+
from envoy.config.core.v3 import config_source_pb2 as envoy_dot_config_dot_core_dot_v3_dot_config__source__pb2
|
16
|
+
from envoy.config.core.v3 import extension_pb2 as envoy_dot_config_dot_core_dot_v3_dot_extension__pb2
|
17
|
+
from envoy.extensions.filters.network.generic_proxy.v3 import route_pb2 as envoy_dot_extensions_dot_filters_dot_network_dot_generic__proxy_dot_v3_dot_route__pb2
|
18
|
+
from envoy.extensions.filters.network.http_connection_manager.v3 import http_connection_manager_pb2 as envoy_dot_extensions_dot_filters_dot_network_dot_http__connection__manager_dot_v3_dot_http__connection__manager__pb2
|
19
|
+
from xds.annotations.v3 import status_pb2 as xds_dot_annotations_dot_v3_dot_status__pb2
|
20
|
+
from udpa.annotations import status_pb2 as udpa_dot_annotations_dot_status__pb2
|
21
|
+
from validate import validate_pb2 as validate_dot_validate__pb2
|
22
|
+
|
23
|
+
|
24
|
+
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\nEenvoy/extensions/filters/network/generic_proxy/v3/generic_proxy.proto\x12\x31\x65nvoy.extensions.filters.network.generic_proxy.v3\x1a)envoy/config/accesslog/v3/accesslog.proto\x1a(envoy/config/core/v3/config_source.proto\x1a$envoy/config/core/v3/extension.proto\x1a=envoy/extensions/filters/network/generic_proxy/v3/route.proto\x1aYenvoy/extensions/filters/network/http_connection_manager/v3/http_connection_manager.proto\x1a\x1fxds/annotations/v3/status.proto\x1a\x1dudpa/annotations/status.proto\x1a\x17validate/validate.proto\"\xa9\x04\n\x0cGenericProxy\x12\x1c\n\x0bstat_prefix\x18\x01 \x01(\tB\x07\xfa\x42\x04r\x02\x10\x01\x12J\n\x0c\x63odec_config\x18\x02 \x01(\x0b\x32*.envoy.config.core.v3.TypedExtensionConfigB\x08\xfa\x42\x05\x8a\x01\x02\x10\x01\x12T\n\x0bgeneric_rds\x18\x03 \x01(\x0b\x32=.envoy.extensions.filters.network.generic_proxy.v3.GenericRdsH\x00\x12]\n\x0croute_config\x18\x04 \x01(\x0b\x32\x45.envoy.extensions.filters.network.generic_proxy.v3.RouteConfigurationH\x00\x12;\n\x07\x66ilters\x18\x05 \x03(\x0b\x32*.envoy.config.core.v3.TypedExtensionConfig\x12k\n\x07tracing\x18\x06 \x01(\x0b\x32Z.envoy.extensions.filters.network.http_connection_manager.v3.HttpConnectionManager.Tracing\x12\x38\n\naccess_log\x18\x07 \x03(\x0b\x32$.envoy.config.accesslog.v3.AccessLogB\x16\n\x0froute_specifier\x12\x03\xf8\x42\x01\"u\n\nGenericRds\x12\x43\n\rconfig_source\x18\x01 \x01(\x0b\x32\".envoy.config.core.v3.ConfigSourceB\x08\xfa\x42\x05\x8a\x01\x02\x10\x01\x12\"\n\x11route_config_name\x18\x02 \x01(\tB\x07\xfa\x42\x04r\x02\x10\x01\x42\xd0\x01\n?io.envoyproxy.envoy.extensions.filters.network.generic_proxy.v3B\x11GenericProxyProtoP\x01Zhgithub.com/envoyproxy/go-control-plane/envoy/extensions/filters/network/generic_proxy/v3;generic_proxyv3\xba\x80\xc8\xd1\x06\x02\x10\x02\xd2\xc6\xa4\xe1\x06\x02\x08\x01\x62\x06proto3')
|
25
|
+
|
26
|
+
_globals = globals()
|
27
|
+
_builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, _globals)
|
28
|
+
_builder.BuildTopDescriptorsAndMessages(DESCRIPTOR, 'envoy.extensions.filters.network.generic_proxy.v3.generic_proxy_pb2', _globals)
|
29
|
+
if _descriptor._USE_C_DESCRIPTORS == False:
|
30
|
+
DESCRIPTOR._options = None
|
31
|
+
DESCRIPTOR._serialized_options = b'\n?io.envoyproxy.envoy.extensions.filters.network.generic_proxy.v3B\021GenericProxyProtoP\001Zhgithub.com/envoyproxy/go-control-plane/envoy/extensions/filters/network/generic_proxy/v3;generic_proxyv3\272\200\310\321\006\002\020\002\322\306\244\341\006\002\010\001'
|
32
|
+
_GENERICPROXY.oneofs_by_name['route_specifier']._options = None
|
33
|
+
_GENERICPROXY.oneofs_by_name['route_specifier']._serialized_options = b'\370B\001'
|
34
|
+
_GENERICPROXY.fields_by_name['stat_prefix']._options = None
|
35
|
+
_GENERICPROXY.fields_by_name['stat_prefix']._serialized_options = b'\372B\004r\002\020\001'
|
36
|
+
_GENERICPROXY.fields_by_name['codec_config']._options = None
|
37
|
+
_GENERICPROXY.fields_by_name['codec_config']._serialized_options = b'\372B\005\212\001\002\020\001'
|
38
|
+
_GENERICRDS.fields_by_name['config_source']._options = None
|
39
|
+
_GENERICRDS.fields_by_name['config_source']._serialized_options = b'\372B\005\212\001\002\020\001'
|
40
|
+
_GENERICRDS.fields_by_name['route_config_name']._options = None
|
41
|
+
_GENERICRDS.fields_by_name['route_config_name']._serialized_options = b'\372B\004r\002\020\001'
|
42
|
+
_globals['_GENERICPROXY']._serialized_start=491
|
43
|
+
_globals['_GENERICPROXY']._serialized_end=1044
|
44
|
+
_globals['_GENERICRDS']._serialized_start=1046
|
45
|
+
_globals['_GENERICRDS']._serialized_end=1163
|
46
|
+
# @@protoc_insertion_point(module_scope)
|