xds-protos 1.69.0__py3-none-any.whl → 1.70.0rc1__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.0rc1.dist-info}/METADATA +1 -1
- {xds_protos-1.69.0.dist-info → xds_protos-1.70.0rc1.dist-info}/RECORD +110 -51
- {xds_protos-1.69.0.dist-info → xds_protos-1.70.0rc1.dist-info}/WHEEL +0 -0
- {xds_protos-1.69.0.dist-info → xds_protos-1.70.0rc1.dist-info}/top_level.txt +0 -0
@@ -17,7 +17,7 @@ from udpa.annotations import status_pb2 as udpa_dot_annotations_dot_status__pb2
|
|
17
17
|
from udpa.annotations import versioning_pb2 as udpa_dot_annotations_dot_versioning__pb2
|
18
18
|
|
19
19
|
|
20
|
-
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n\'envoy/admin/v3/config_dump_shared.proto\x12\x0e\x65nvoy.admin.v3\x1a\x19google/protobuf/any.proto\x1a\x1fgoogle/protobuf/timestamp.proto\x1a\x1dudpa/annotations/status.proto\x1a!udpa/annotations/versioning.proto\"\xd7\x01\n\x12UpdateFailureState\x12\x32\n\x14\x66\x61iled_configuration\x18\x01 \x01(\x0b\x32\x14.google.protobuf.Any\x12\x37\n\x13last_update_attempt\x18\x02 \x01(\x0b\x32\x1a.google.protobuf.Timestamp\x12\x0f\n\x07\x64\x65tails\x18\x03 \x01(\t\x12\x14\n\x0cversion_info\x18\x04 \x01(\t:-\x9a\xc5\x88\x1e(\n&envoy.admin.v2alpha.UpdateFailureState\"\xbe\x08\n\x13ListenersConfigDump\x12\x14\n\x0cversion_info\x18\x01 \x01(\t\x12L\n\x10static_listeners\x18\x02 \x03(\x0b\x32\x32.envoy.admin.v3.ListenersConfigDump.StaticListener\x12N\n\x11\x64ynamic_listeners\x18\x03 \x03(\x0b\x32\x33.envoy.admin.v3.ListenersConfigDump.DynamicListener\x1a\xa9\x01\n\x0eStaticListener\x12&\n\x08listener\x18\x01 \x01(\x0b\x32\x14.google.protobuf.Any\x12\x30\n\x0clast_updated\x18\x02 \x01(\x0b\x32\x1a.google.protobuf.Timestamp:=\x9a\xc5\x88\x1e\x38\n6envoy.admin.v2alpha.ListenersConfigDump.StaticListener\x1a\xcb\x01\n\x14\x44ynamicListenerState\x12\x14\n\x0cversion_info\x18\x01 \x01(\t\x12&\n\x08listener\x18\x02 \x01(\x0b\x32\x14.google.protobuf.Any\x12\x30\n\x0clast_updated\x18\x03 \x01(\x0b\x32\x1a.google.protobuf.Timestamp:C\x9a\xc5\x88\x1e>\n<envoy.admin.v2alpha.ListenersConfigDump.DynamicListenerState\x1a\xc8\x03\n\x0f\x44ynamicListener\x12\x0c\n\x04name\x18\x01 \x01(\t\x12N\n\x0c\x61\x63tive_state\x18\x02 \x01(\x0b\x32\x38.envoy.admin.v3.ListenersConfigDump.DynamicListenerState\x12O\n\rwarming_state\x18\x03 \x01(\x0b\x32\x38.envoy.admin.v3.ListenersConfigDump.DynamicListenerState\x12P\n\x0e\x64raining_state\x18\x04 \x01(\x0b\x32\x38.envoy.admin.v3.ListenersConfigDump.DynamicListenerState\x12\x37\n\x0b\x65rror_state\x18\x05 \x01(\x0b\x32\".envoy.admin.v3.UpdateFailureState\x12;\n\rclient_status\x18\x06 \x01(\x0e\x32$.envoy.admin.v3.ClientResourceStatus:>\x9a\xc5\x88\x1e\x39\n7envoy.admin.v2alpha.ListenersConfigDump.DynamicListener:.\x9a\xc5\x88\x1e)\n\'envoy.admin.v2alpha.ListenersConfigDump\"\xab\x06\n\x12\x43lustersConfigDump\x12\x14\n\x0cversion_info\x18\x01 \x01(\t\x12I\n\x0fstatic_clusters\x18\x02 \x03(\x0b\x32\x30.envoy.admin.v3.ClustersConfigDump.StaticCluster\x12R\n\x17\x64ynamic_active_clusters\x18\x03 \x03(\x0b\x32\x31.envoy.admin.v3.ClustersConfigDump.DynamicCluster\x12S\n\x18\x64ynamic_warming_clusters\x18\x04 \x03(\x0b\x32\x31.envoy.admin.v3.ClustersConfigDump.DynamicCluster\x1a\xa5\x01\n\rStaticCluster\x12%\n\x07\x63luster\x18\x01 \x01(\x0b\x32\x14.google.protobuf.Any\x12\x30\n\x0clast_updated\x18\x02 \x01(\x0b\x32\x1a.google.protobuf.Timestamp:;\x9a\xc5\x88\x1e\x36\n4envoy.admin.v2alpha.ClustersConfigDump.StaticCluster\x1a\xb3\x02\n\x0e\x44ynamicCluster\x12\x14\n\x0cversion_info\x18\x01 \x01(\t\x12%\n\x07\x63luster\x18\x02 \x01(\x0b\x32\x14.google.protobuf.Any\x12\x30\n\x0clast_updated\x18\x03 \x01(\x0b\x32\x1a.google.protobuf.Timestamp\x12\x37\n\x0b\x65rror_state\x18\x04 \x01(\x0b\x32\".envoy.admin.v3.UpdateFailureState\x12;\n\rclient_status\x18\x05 \x01(\x0e\x32$.envoy.admin.v3.ClientResourceStatus:<\x9a\xc5\x88\x1e\x37\n5envoy.admin.v2alpha.ClustersConfigDump.DynamicCluster:-\x9a\xc5\x88\x1e(\n&envoy.admin.v2alpha.ClustersConfigDump\"\xd9\x05\n\x10RoutesConfigDump\x12P\n\x14static_route_configs\x18\x02 \x03(\x0b\x32\x32.envoy.admin.v3.RoutesConfigDump.StaticRouteConfig\x12R\n\x15\x64ynamic_route_configs\x18\x03 \x03(\x0b\x32\x33.envoy.admin.v3.RoutesConfigDump.DynamicRouteConfig\x1a\xb0\x01\n\x11StaticRouteConfig\x12*\n\x0croute_config\x18\x01 \x01(\x0b\x32\x14.google.protobuf.Any\x12\x30\n\x0clast_updated\x18\x02 \x01(\x0b\x32\x1a.google.protobuf.Timestamp:=\x9a\xc5\x88\x1e\x38\n6envoy.admin.v2alpha.RoutesConfigDump.StaticRouteConfig\x1a\xbe\x02\n\x12\x44ynamicRouteConfig\x12\x14\n\x0cversion_info\x18\x01 \x01(\t\x12*\n\x0croute_config\x18\x02 \x01(\x0b\x32\x14.google.protobuf.Any\x12\x30\n\x0clast_updated\x18\x03 \x01(\x0b\x32\x1a.google.protobuf.Timestamp\x12\x37\n\x0b\x65rror_state\x18\x04 \x01(\x0b\x32\".envoy.admin.v3.UpdateFailureState\x12;\n\rclient_status\x18\x05 \x01(\x0e\x32$.envoy.admin.v3.ClientResourceStatus:>\x9a\xc5\x88\x1e\x39\n7envoy.admin.v2alpha.RoutesConfigDump.DynamicRouteConfig:+\x9a\xc5\x88\x1e&\n$envoy.admin.v2alpha.RoutesConfigDump\"\xe1\x06\n\x16ScopedRoutesConfigDump\x12\x64\n\x1binline_scoped_route_configs\x18\x01 \x03(\x0b\x32?.envoy.admin.v3.ScopedRoutesConfigDump.InlineScopedRouteConfigs\x12\x66\n\x1c\x64ynamic_scoped_route_configs\x18\x02 \x03(\x0b\x32@.envoy.admin.v3.ScopedRoutesConfigDump.DynamicScopedRouteConfigs\x1a\xda\x01\n\x18InlineScopedRouteConfigs\x12\x0c\n\x04name\x18\x01 \x01(\t\x12\x32\n\x14scoped_route_configs\x18\x02 \x03(\x0b\x32\x14.google.protobuf.Any\x12\x30\n\x0clast_updated\x18\x03 \x01(\x0b\x32\x1a.google.protobuf.Timestamp:J\x9a\xc5\x88\x1e\x45\nCenvoy.admin.v2alpha.ScopedRoutesConfigDump.InlineScopedRouteConfigs\x1a\xe8\x02\n\x19\x44ynamicScopedRouteConfigs\x12\x0c\n\x04name\x18\x01 \x01(\t\x12\x14\n\x0cversion_info\x18\x02 \x01(\t\x12\x32\n\x14scoped_route_configs\x18\x03 \x03(\x0b\x32\x14.google.protobuf.Any\x12\x30\n\x0clast_updated\x18\x04 \x01(\x0b\x32\x1a.google.protobuf.Timestamp\x12\x37\n\x0b\x65rror_state\x18\x05 \x01(\x0b\x32\".envoy.admin.v3.UpdateFailureState\x12;\n\rclient_status\x18\x06 \x01(\x0e\x32$.envoy.admin.v3.ClientResourceStatus:K\x9a\xc5\x88\x1e\x46\nDenvoy.admin.v2alpha.ScopedRoutesConfigDump.DynamicScopedRouteConfigs:1\x9a\xc5\x88\x1e,\n*envoy.admin.v2alpha.ScopedRoutesConfigDump\"\xcd\x04\n\x13\x45ndpointsConfigDump\x12Y\n\x17static_endpoint_configs\x18\x02 \x03(\x0b\x32\x38.envoy.admin.v3.EndpointsConfigDump.StaticEndpointConfig\x12[\n\x18\x64ynamic_endpoint_configs\x18\x03 \x03(\x0b\x32\x39.envoy.admin.v3.EndpointsConfigDump.DynamicEndpointConfig\x1aw\n\x14StaticEndpointConfig\x12-\n\x0f\x65ndpoint_config\x18\x01 \x01(\x0b\x32\x14.google.protobuf.Any\x12\x30\n\x0clast_updated\x18\x02 \x01(\x0b\x32\x1a.google.protobuf.Timestamp\x1a\x84\x02\n\x15\x44ynamicEndpointConfig\x12\x14\n\x0cversion_info\x18\x01 \x01(\t\x12-\n\x0f\x65ndpoint_config\x18\x02 \x01(\x0b\x32\x14.google.protobuf.Any\x12\x30\n\x0clast_updated\x18\x03 \x01(\x0b\x32\x1a.google.protobuf.Timestamp\x12\x37\n\x0b\x65rror_state\x18\x04 \x01(\x0b\x32\".envoy.admin.v3.UpdateFailureState\x12;\n\rclient_status\x18\x05 \x01(\x0e\x32$.envoy.admin.v3.ClientResourceStatus\"\xbc\x03\n\x0e\x45\x63\x64sConfigDump\x12\x45\n\x0c\x65\x63\x64s_filters\x18\x01 \x03(\x0b\x32/.envoy.admin.v3.EcdsConfigDump.EcdsFilterConfig\x1a\xb7\x02\n\x10\x45\x63\x64sFilterConfig\x12\x14\n\x0cversion_info\x18\x01 \x01(\t\x12)\n\x0b\x65\x63\x64s_filter\x18\x02 \x01(\x0b\x32\x14.google.protobuf.Any\x12\x30\n\x0clast_updated\x18\x03 \x01(\x0b\x32\x1a.google.protobuf.Timestamp\x12\x37\n\x0b\x65rror_state\x18\x04 \x01(\x0b\x32\".envoy.admin.v3.UpdateFailureState\x12;\n\rclient_status\x18\x05 \x01(\x0e\x32$.envoy.admin.v3.ClientResourceStatus::\x9a\xc5\x88\x1e\x35\n3envoy.admin.v2alpha.EcdsConfigDump.EcdsFilterConfig:)\x9a\xc5\x88\x1e$\n\"envoy.admin.v2alpha.EcdsConfigDump
|
20
|
+
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n\'envoy/admin/v3/config_dump_shared.proto\x12\x0e\x65nvoy.admin.v3\x1a\x19google/protobuf/any.proto\x1a\x1fgoogle/protobuf/timestamp.proto\x1a\x1dudpa/annotations/status.proto\x1a!udpa/annotations/versioning.proto\"\xd7\x01\n\x12UpdateFailureState\x12\x32\n\x14\x66\x61iled_configuration\x18\x01 \x01(\x0b\x32\x14.google.protobuf.Any\x12\x37\n\x13last_update_attempt\x18\x02 \x01(\x0b\x32\x1a.google.protobuf.Timestamp\x12\x0f\n\x07\x64\x65tails\x18\x03 \x01(\t\x12\x14\n\x0cversion_info\x18\x04 \x01(\t:-\x9a\xc5\x88\x1e(\n&envoy.admin.v2alpha.UpdateFailureState\"\xbe\x08\n\x13ListenersConfigDump\x12\x14\n\x0cversion_info\x18\x01 \x01(\t\x12L\n\x10static_listeners\x18\x02 \x03(\x0b\x32\x32.envoy.admin.v3.ListenersConfigDump.StaticListener\x12N\n\x11\x64ynamic_listeners\x18\x03 \x03(\x0b\x32\x33.envoy.admin.v3.ListenersConfigDump.DynamicListener\x1a\xa9\x01\n\x0eStaticListener\x12&\n\x08listener\x18\x01 \x01(\x0b\x32\x14.google.protobuf.Any\x12\x30\n\x0clast_updated\x18\x02 \x01(\x0b\x32\x1a.google.protobuf.Timestamp:=\x9a\xc5\x88\x1e\x38\n6envoy.admin.v2alpha.ListenersConfigDump.StaticListener\x1a\xcb\x01\n\x14\x44ynamicListenerState\x12\x14\n\x0cversion_info\x18\x01 \x01(\t\x12&\n\x08listener\x18\x02 \x01(\x0b\x32\x14.google.protobuf.Any\x12\x30\n\x0clast_updated\x18\x03 \x01(\x0b\x32\x1a.google.protobuf.Timestamp:C\x9a\xc5\x88\x1e>\n<envoy.admin.v2alpha.ListenersConfigDump.DynamicListenerState\x1a\xc8\x03\n\x0f\x44ynamicListener\x12\x0c\n\x04name\x18\x01 \x01(\t\x12N\n\x0c\x61\x63tive_state\x18\x02 \x01(\x0b\x32\x38.envoy.admin.v3.ListenersConfigDump.DynamicListenerState\x12O\n\rwarming_state\x18\x03 \x01(\x0b\x32\x38.envoy.admin.v3.ListenersConfigDump.DynamicListenerState\x12P\n\x0e\x64raining_state\x18\x04 \x01(\x0b\x32\x38.envoy.admin.v3.ListenersConfigDump.DynamicListenerState\x12\x37\n\x0b\x65rror_state\x18\x05 \x01(\x0b\x32\".envoy.admin.v3.UpdateFailureState\x12;\n\rclient_status\x18\x06 \x01(\x0e\x32$.envoy.admin.v3.ClientResourceStatus:>\x9a\xc5\x88\x1e\x39\n7envoy.admin.v2alpha.ListenersConfigDump.DynamicListener:.\x9a\xc5\x88\x1e)\n\'envoy.admin.v2alpha.ListenersConfigDump\"\xab\x06\n\x12\x43lustersConfigDump\x12\x14\n\x0cversion_info\x18\x01 \x01(\t\x12I\n\x0fstatic_clusters\x18\x02 \x03(\x0b\x32\x30.envoy.admin.v3.ClustersConfigDump.StaticCluster\x12R\n\x17\x64ynamic_active_clusters\x18\x03 \x03(\x0b\x32\x31.envoy.admin.v3.ClustersConfigDump.DynamicCluster\x12S\n\x18\x64ynamic_warming_clusters\x18\x04 \x03(\x0b\x32\x31.envoy.admin.v3.ClustersConfigDump.DynamicCluster\x1a\xa5\x01\n\rStaticCluster\x12%\n\x07\x63luster\x18\x01 \x01(\x0b\x32\x14.google.protobuf.Any\x12\x30\n\x0clast_updated\x18\x02 \x01(\x0b\x32\x1a.google.protobuf.Timestamp:;\x9a\xc5\x88\x1e\x36\n4envoy.admin.v2alpha.ClustersConfigDump.StaticCluster\x1a\xb3\x02\n\x0e\x44ynamicCluster\x12\x14\n\x0cversion_info\x18\x01 \x01(\t\x12%\n\x07\x63luster\x18\x02 \x01(\x0b\x32\x14.google.protobuf.Any\x12\x30\n\x0clast_updated\x18\x03 \x01(\x0b\x32\x1a.google.protobuf.Timestamp\x12\x37\n\x0b\x65rror_state\x18\x04 \x01(\x0b\x32\".envoy.admin.v3.UpdateFailureState\x12;\n\rclient_status\x18\x05 \x01(\x0e\x32$.envoy.admin.v3.ClientResourceStatus:<\x9a\xc5\x88\x1e\x37\n5envoy.admin.v2alpha.ClustersConfigDump.DynamicCluster:-\x9a\xc5\x88\x1e(\n&envoy.admin.v2alpha.ClustersConfigDump\"\xd9\x05\n\x10RoutesConfigDump\x12P\n\x14static_route_configs\x18\x02 \x03(\x0b\x32\x32.envoy.admin.v3.RoutesConfigDump.StaticRouteConfig\x12R\n\x15\x64ynamic_route_configs\x18\x03 \x03(\x0b\x32\x33.envoy.admin.v3.RoutesConfigDump.DynamicRouteConfig\x1a\xb0\x01\n\x11StaticRouteConfig\x12*\n\x0croute_config\x18\x01 \x01(\x0b\x32\x14.google.protobuf.Any\x12\x30\n\x0clast_updated\x18\x02 \x01(\x0b\x32\x1a.google.protobuf.Timestamp:=\x9a\xc5\x88\x1e\x38\n6envoy.admin.v2alpha.RoutesConfigDump.StaticRouteConfig\x1a\xbe\x02\n\x12\x44ynamicRouteConfig\x12\x14\n\x0cversion_info\x18\x01 \x01(\t\x12*\n\x0croute_config\x18\x02 \x01(\x0b\x32\x14.google.protobuf.Any\x12\x30\n\x0clast_updated\x18\x03 \x01(\x0b\x32\x1a.google.protobuf.Timestamp\x12\x37\n\x0b\x65rror_state\x18\x04 \x01(\x0b\x32\".envoy.admin.v3.UpdateFailureState\x12;\n\rclient_status\x18\x05 \x01(\x0e\x32$.envoy.admin.v3.ClientResourceStatus:>\x9a\xc5\x88\x1e\x39\n7envoy.admin.v2alpha.RoutesConfigDump.DynamicRouteConfig:+\x9a\xc5\x88\x1e&\n$envoy.admin.v2alpha.RoutesConfigDump\"\xe1\x06\n\x16ScopedRoutesConfigDump\x12\x64\n\x1binline_scoped_route_configs\x18\x01 \x03(\x0b\x32?.envoy.admin.v3.ScopedRoutesConfigDump.InlineScopedRouteConfigs\x12\x66\n\x1c\x64ynamic_scoped_route_configs\x18\x02 \x03(\x0b\x32@.envoy.admin.v3.ScopedRoutesConfigDump.DynamicScopedRouteConfigs\x1a\xda\x01\n\x18InlineScopedRouteConfigs\x12\x0c\n\x04name\x18\x01 \x01(\t\x12\x32\n\x14scoped_route_configs\x18\x02 \x03(\x0b\x32\x14.google.protobuf.Any\x12\x30\n\x0clast_updated\x18\x03 \x01(\x0b\x32\x1a.google.protobuf.Timestamp:J\x9a\xc5\x88\x1e\x45\nCenvoy.admin.v2alpha.ScopedRoutesConfigDump.InlineScopedRouteConfigs\x1a\xe8\x02\n\x19\x44ynamicScopedRouteConfigs\x12\x0c\n\x04name\x18\x01 \x01(\t\x12\x14\n\x0cversion_info\x18\x02 \x01(\t\x12\x32\n\x14scoped_route_configs\x18\x03 \x03(\x0b\x32\x14.google.protobuf.Any\x12\x30\n\x0clast_updated\x18\x04 \x01(\x0b\x32\x1a.google.protobuf.Timestamp\x12\x37\n\x0b\x65rror_state\x18\x05 \x01(\x0b\x32\".envoy.admin.v3.UpdateFailureState\x12;\n\rclient_status\x18\x06 \x01(\x0e\x32$.envoy.admin.v3.ClientResourceStatus:K\x9a\xc5\x88\x1e\x46\nDenvoy.admin.v2alpha.ScopedRoutesConfigDump.DynamicScopedRouteConfigs:1\x9a\xc5\x88\x1e,\n*envoy.admin.v2alpha.ScopedRoutesConfigDump\"\xcd\x04\n\x13\x45ndpointsConfigDump\x12Y\n\x17static_endpoint_configs\x18\x02 \x03(\x0b\x32\x38.envoy.admin.v3.EndpointsConfigDump.StaticEndpointConfig\x12[\n\x18\x64ynamic_endpoint_configs\x18\x03 \x03(\x0b\x32\x39.envoy.admin.v3.EndpointsConfigDump.DynamicEndpointConfig\x1aw\n\x14StaticEndpointConfig\x12-\n\x0f\x65ndpoint_config\x18\x01 \x01(\x0b\x32\x14.google.protobuf.Any\x12\x30\n\x0clast_updated\x18\x02 \x01(\x0b\x32\x1a.google.protobuf.Timestamp\x1a\x84\x02\n\x15\x44ynamicEndpointConfig\x12\x14\n\x0cversion_info\x18\x01 \x01(\t\x12-\n\x0f\x65ndpoint_config\x18\x02 \x01(\x0b\x32\x14.google.protobuf.Any\x12\x30\n\x0clast_updated\x18\x03 \x01(\x0b\x32\x1a.google.protobuf.Timestamp\x12\x37\n\x0b\x65rror_state\x18\x04 \x01(\x0b\x32\".envoy.admin.v3.UpdateFailureState\x12;\n\rclient_status\x18\x05 \x01(\x0e\x32$.envoy.admin.v3.ClientResourceStatus\"\xbc\x03\n\x0e\x45\x63\x64sConfigDump\x12\x45\n\x0c\x65\x63\x64s_filters\x18\x01 \x03(\x0b\x32/.envoy.admin.v3.EcdsConfigDump.EcdsFilterConfig\x1a\xb7\x02\n\x10\x45\x63\x64sFilterConfig\x12\x14\n\x0cversion_info\x18\x01 \x01(\t\x12)\n\x0b\x65\x63\x64s_filter\x18\x02 \x01(\x0b\x32\x14.google.protobuf.Any\x12\x30\n\x0clast_updated\x18\x03 \x01(\x0b\x32\x1a.google.protobuf.Timestamp\x12\x37\n\x0b\x65rror_state\x18\x04 \x01(\x0b\x32\".envoy.admin.v3.UpdateFailureState\x12;\n\rclient_status\x18\x05 \x01(\x0e\x32$.envoy.admin.v3.ClientResourceStatus::\x9a\xc5\x88\x1e\x35\n3envoy.admin.v2alpha.EcdsConfigDump.EcdsFilterConfig:)\x9a\xc5\x88\x1e$\n\"envoy.admin.v2alpha.EcdsConfigDump*~\n\x14\x43lientResourceStatus\x12\x0b\n\x07UNKNOWN\x10\x00\x12\r\n\tREQUESTED\x10\x01\x12\x12\n\x0e\x44OES_NOT_EXIST\x10\x02\x12\t\n\x05\x41\x43KED\x10\x03\x12\n\n\x06NACKED\x10\x04\x12\x12\n\x0eRECEIVED_ERROR\x10\x05\x12\x0b\n\x07TIMEOUT\x10\x06\x42~\n\x1cio.envoyproxy.envoy.admin.v3B\x15\x43onfigDumpSharedProtoP\x01Z=github.com/envoyproxy/go-control-plane/envoy/admin/v3;adminv3\xba\x80\xc8\xd1\x06\x02\x10\x02\x62\x06proto3')
|
21
21
|
|
22
22
|
_globals = globals()
|
23
23
|
_builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, _globals)
|
@@ -58,7 +58,7 @@ if _descriptor._USE_C_DESCRIPTORS == False:
|
|
58
58
|
_ECDSCONFIGDUMP._options = None
|
59
59
|
_ECDSCONFIGDUMP._serialized_options = b'\232\305\210\036$\n\"envoy.admin.v2alpha.EcdsConfigDump'
|
60
60
|
_globals['_CLIENTRESOURCESTATUS']._serialized_start=4945
|
61
|
-
_globals['_CLIENTRESOURCESTATUS']._serialized_end=
|
61
|
+
_globals['_CLIENTRESOURCESTATUS']._serialized_end=5071
|
62
62
|
_globals['_UPDATEFAILURESTATE']._serialized_start=186
|
63
63
|
_globals['_UPDATEFAILURESTATE']._serialized_end=401
|
64
64
|
_globals['_LISTENERSCONFIGDUMP']._serialized_start=404
|
@@ -37,7 +37,7 @@ from udpa.annotations import versioning_pb2 as udpa_dot_annotations_dot_versioni
|
|
37
37
|
from validate import validate_pb2 as validate_dot_validate__pb2
|
38
38
|
|
39
39
|
|
40
|
-
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n%envoy/config/cluster/v3/cluster.proto\x12\x17\x65nvoy.config.cluster.v3\x1a-envoy/config/cluster/v3/circuit_breaker.proto\x1a$envoy/config/cluster/v3/filter.proto\x1a/envoy/config/cluster/v3/outlier_detection.proto\x1a\"envoy/config/core/v3/address.proto\x1a\x1f\x65nvoy/config/core/v3/base.proto\x1a(envoy/config/core/v3/config_source.proto\x1a$envoy/config/core/v3/extension.proto\x1a\'envoy/config/core/v3/health_check.proto\x1a#envoy/config/core/v3/protocol.proto\x1a#envoy/config/core/v3/resolver.proto\x1a\'envoy/config/endpoint/v3/endpoint.proto\x1a%envoy/type/metadata/v3/metadata.proto\x1a\x1b\x65nvoy/type/v3/percent.proto\x1a\x19google/protobuf/any.proto\x1a\x1egoogle/protobuf/duration.proto\x1a\x1cgoogle/protobuf/struct.proto\x1a\x1egoogle/protobuf/wrappers.proto\x1a\"xds/core/v3/collection_entry.proto\x1a#envoy/annotations/deprecation.proto\x1a\x1eudpa/annotations/migrate.proto\x1a\x1fudpa/annotations/security.proto\x1a\x1dudpa/annotations/status.proto\x1a!udpa/annotations/versioning.proto\x1a\x17validate/validate.proto\"B\n\x11\x43lusterCollection\x12-\n\x07\x65ntries\x18\x01 \x01(\x0b\x32\x1c.xds.core.v3.CollectionEntry\"\xde\x44\n\x07\x43luster\x12W\n\x18transport_socket_matches\x18+ \x03(\x0b\x32\x35.envoy.config.cluster.v3.Cluster.TransportSocketMatch\x12\x15\n\x04name\x18\x01 \x01(\tB\x07\xfa\x42\x04r\x02\x10\x01\x12\x31\n\ralt_stat_name\x18\x1c \x01(\tB\x1a\xf2\x98\xfe\x8f\x05\x14\n\x12observability_name\x12H\n\x04type\x18\x02 \x01(\x0e\x32..envoy.config.cluster.v3.Cluster.DiscoveryTypeB\x08\xfa\x42\x05\x82\x01\x02\x10\x01H\x00\x12J\n\x0c\x63luster_type\x18& \x01(\x0b\x32\x32.envoy.config.cluster.v3.Cluster.CustomClusterTypeH\x00\x12M\n\x12\x65\x64s_cluster_config\x18\x03 \x01(\x0b\x32\x31.envoy.config.cluster.v3.Cluster.EdsClusterConfig\x12<\n\x0f\x63onnect_timeout\x18\x04 \x01(\x0b\x32\x19.google.protobuf.DurationB\x08\xfa\x42\x05\xaa\x01\x02*\x00\x12P\n!per_connection_buffer_limit_bytes\x18\x05 \x01(\x0b\x32\x1c.google.protobuf.UInt32ValueB\x07\x8a\x93\xb7*\x02\x10\x01\x12\x46\n\tlb_policy\x18\x06 \x01(\x0e\x32).envoy.config.cluster.v3.Cluster.LbPolicyB\x08\xfa\x42\x05\x82\x01\x02\x10\x01\x12H\n\x0fload_assignment\x18! \x01(\x0b\x32/.envoy.config.endpoint.v3.ClusterLoadAssignment\x12\x38\n\rhealth_checks\x18\x08 \x03(\x0b\x32!.envoy.config.core.v3.HealthCheck\x12N\n\x1bmax_requests_per_connection\x18\t \x01(\x0b\x32\x1c.google.protobuf.UInt32ValueB\x0b\x18\x01\x92\xc7\x86\xd8\x04\x03\x33.0\x12\x42\n\x10\x63ircuit_breakers\x18\n \x01(\x0b\x32(.envoy.config.cluster.v3.CircuitBreakers\x12\x66\n\x1eupstream_http_protocol_options\x18. \x01(\x0b\x32\x31.envoy.config.core.v3.UpstreamHttpProtocolOptionsB\x0b\x18\x01\x92\xc7\x86\xd8\x04\x03\x33.0\x12\\\n\x1c\x63ommon_http_protocol_options\x18\x1d \x01(\x0b\x32).envoy.config.core.v3.HttpProtocolOptionsB\x0b\x18\x01\x92\xc7\x86\xd8\x04\x03\x33.0\x12V\n\x15http_protocol_options\x18\r \x01(\x0b\x32*.envoy.config.core.v3.Http1ProtocolOptionsB\x0b\x18\x01\x92\xc7\x86\xd8\x04\x03\x33.0\x12^\n\x16http2_protocol_options\x18\x0e \x01(\x0b\x32*.envoy.config.core.v3.Http2ProtocolOptionsB\x12\x18\x01\x8a\x93\xb7*\x02\x10\x01\x92\xc7\x86\xd8\x04\x03\x33.0\x12m\n typed_extension_protocol_options\x18$ \x03(\x0b\x32\x43.envoy.config.cluster.v3.Cluster.TypedExtensionProtocolOptionsEntry\x12\x41\n\x10\x64ns_refresh_rate\x18\x10 \x01(\x0b\x32\x19.google.protobuf.DurationB\x0c\xfa\x42\t\xaa\x01\x06*\x04\x10\xc0\x84=\x12N\n\x18\x64ns_failure_refresh_rate\x18, \x01(\x0b\x32,.envoy.config.cluster.v3.Cluster.RefreshRate\x12\x17\n\x0frespect_dns_ttl\x18\' \x01(\x08\x12U\n\x11\x64ns_lookup_family\x18\x11 \x01(\x0e\x32\x30.envoy.config.cluster.v3.Cluster.DnsLookupFamilyB\x08\xfa\x42\x05\x82\x01\x02\x10\x01\x12\x41\n\rdns_resolvers\x18\x12 \x03(\x0b\x32\x1d.envoy.config.core.v3.AddressB\x0b\x18\x01\x92\xc7\x86\xd8\x04\x03\x33.0\x12,\n\x17use_tcp_for_dns_lookups\x18- \x01(\x08\x42\x0b\x18\x01\x92\xc7\x86\xd8\x04\x03\x33.0\x12U\n\x15\x64ns_resolution_config\x18\x35 \x01(\x0b\x32).envoy.config.core.v3.DnsResolutionConfigB\x0b\x18\x01\x92\xc7\x86\xd8\x04\x03\x33.0\x12M\n\x19typed_dns_resolver_config\x18\x37 \x01(\x0b\x32*.envoy.config.core.v3.TypedExtensionConfig\x12\x39\n\x15wait_for_warm_on_init\x18\x36 \x01(\x0b\x32\x1a.google.protobuf.BoolValue\x12\x44\n\x11outlier_detection\x18\x13 \x01(\x0b\x32).envoy.config.cluster.v3.OutlierDetection\x12=\n\x10\x63leanup_interval\x18\x14 \x01(\x0b\x32\x19.google.protobuf.DurationB\x08\xfa\x42\x05\xaa\x01\x02*\x00\x12>\n\x14upstream_bind_config\x18\x15 \x01(\x0b\x32 .envoy.config.core.v3.BindConfig\x12I\n\x10lb_subset_config\x18\x16 \x01(\x0b\x32/.envoy.config.cluster.v3.Cluster.LbSubsetConfig\x12P\n\x13ring_hash_lb_config\x18\x17 \x01(\x0b\x32\x31.envoy.config.cluster.v3.Cluster.RingHashLbConfigH\x01\x12K\n\x10maglev_lb_config\x18\x34 \x01(\x0b\x32/.envoy.config.cluster.v3.Cluster.MaglevLbConfigH\x01\x12V\n\x16original_dst_lb_config\x18\" \x01(\x0b\x32\x34.envoy.config.cluster.v3.Cluster.OriginalDstLbConfigH\x01\x12X\n\x17least_request_lb_config\x18% \x01(\x0b\x32\x35.envoy.config.cluster.v3.Cluster.LeastRequestLbConfigH\x01\x12T\n\x15round_robin_lb_config\x18\x38 \x01(\x0b\x32\x33.envoy.config.cluster.v3.Cluster.RoundRobinLbConfigH\x01\x12I\n\x10\x63ommon_lb_config\x18\x1b \x01(\x0b\x32/.envoy.config.cluster.v3.Cluster.CommonLbConfig\x12?\n\x10transport_socket\x18\x18 \x01(\x0b\x32%.envoy.config.core.v3.TransportSocket\x12\x30\n\x08metadata\x18\x19 \x01(\x0b\x32\x1e.envoy.config.core.v3.Metadata\x12\x62\n\x12protocol_selection\x18\x1a \x01(\x0e\x32\x39.envoy.config.cluster.v3.Cluster.ClusterProtocolSelectionB\x0b\x18\x01\x92\xc7\x86\xd8\x04\x03\x33.0\x12W\n\x1bupstream_connection_options\x18\x1e \x01(\x0b\x32\x32.envoy.config.cluster.v3.UpstreamConnectionOptions\x12\x30\n(close_connections_on_host_health_failure\x18\x1f \x01(\x08\x12%\n\x1dignore_health_on_host_removal\x18 \x01(\x08\x12\x30\n\x07\x66ilters\x18( \x03(\x0b\x32\x1f.envoy.config.cluster.v3.Filter\x12K\n\x15load_balancing_policy\x18) \x01(\x0b\x32,.envoy.config.cluster.v3.LoadBalancingPolicy\x12\x36\n\nlrs_server\x18* \x01(\x0b\x32\".envoy.config.core.v3.ConfigSource\x12#\n\x1blrs_report_endpoint_metrics\x18\x39 \x03(\t\x12*\n\x15track_timeout_budgets\x18/ \x01(\x08\x42\x0b\x18\x01\x92\xc7\x86\xd8\x04\x03\x33.0\x12\x43\n\x0fupstream_config\x18\x30 \x01(\x0b\x32*.envoy.config.core.v3.TypedExtensionConfig\x12G\n\x13track_cluster_stats\x18\x31 \x01(\x0b\x32*.envoy.config.cluster.v3.TrackClusterStats\x12L\n\x11preconnect_policy\x18\x32 \x01(\x0b\x32\x31.envoy.config.cluster.v3.Cluster.PreconnectPolicy\x12\x31\n)connection_pool_per_downstream_connection\x18\x33 \x01(\x08\x1a\xc8\x01\n\x14TransportSocketMatch\x12\x15\n\x04name\x18\x01 \x01(\tB\x07\xfa\x42\x04r\x02\x10\x01\x12&\n\x05match\x18\x02 \x01(\x0b\x32\x17.google.protobuf.Struct\x12?\n\x10transport_socket\x18\x03 \x01(\x0b\x32%.envoy.config.core.v3.TransportSocket:0\x9a\xc5\x88\x1e+\n)envoy.api.v2.Cluster.TransportSocketMatch\x1a\x85\x01\n\x11\x43ustomClusterType\x12\x15\n\x04name\x18\x01 \x01(\tB\x07\xfa\x42\x04r\x02\x10\x01\x12*\n\x0ctyped_config\x18\x02 \x01(\x0b\x32\x14.google.protobuf.Any:-\x9a\xc5\x88\x1e(\n&envoy.api.v2.Cluster.CustomClusterType\x1a\x8e\x01\n\x10\x45\x64sClusterConfig\x12\x36\n\neds_config\x18\x01 \x01(\x0b\x32\".envoy.config.core.v3.ConfigSource\x12\x14\n\x0cservice_name\x18\x02 \x01(\t:,\x9a\xc5\x88\x1e\'\n%envoy.api.v2.Cluster.EdsClusterConfig\x1a\xd9\x08\n\x0eLbSubsetConfig\x12i\n\x0f\x66\x61llback_policy\x18\x01 \x01(\x0e\x32\x46.envoy.config.cluster.v3.Cluster.LbSubsetConfig.LbSubsetFallbackPolicyB\x08\xfa\x42\x05\x82\x01\x02\x10\x01\x12/\n\x0e\x64\x65\x66\x61ult_subset\x18\x02 \x01(\x0b\x32\x17.google.protobuf.Struct\x12Z\n\x10subset_selectors\x18\x03 \x03(\x0b\x32@.envoy.config.cluster.v3.Cluster.LbSubsetConfig.LbSubsetSelector\x12\x1d\n\x15locality_weight_aware\x18\x04 \x01(\x08\x12\x1d\n\x15scale_locality_weight\x18\x05 \x01(\x08\x12\x16\n\x0epanic_mode_any\x18\x06 \x01(\x08\x12\x13\n\x0blist_as_any\x18\x07 \x01(\x08\x12z\n\x18metadata_fallback_policy\x18\x08 \x01(\x0e\x32N.envoy.config.cluster.v3.Cluster.LbSubsetConfig.LbSubsetMetadataFallbackPolicyB\x08\xfa\x42\x05\x82\x01\x02\x10\x01\x1a\x9b\x03\n\x10LbSubsetSelector\x12\x0c\n\x04keys\x18\x01 \x03(\t\x12\x1e\n\x16single_host_per_subset\x18\x04 \x01(\x08\x12\x82\x01\n\x0f\x66\x61llback_policy\x18\x02 \x01(\x0e\x32_.envoy.config.cluster.v3.Cluster.LbSubsetConfig.LbSubsetSelector.LbSubsetSelectorFallbackPolicyB\x08\xfa\x42\x05\x82\x01\x02\x10\x01\x12\x1c\n\x14\x66\x61llback_keys_subset\x18\x03 \x03(\t\"y\n\x1eLbSubsetSelectorFallbackPolicy\x12\x0f\n\x0bNOT_DEFINED\x10\x00\x12\x0f\n\x0bNO_FALLBACK\x10\x01\x12\x10\n\x0c\x41NY_ENDPOINT\x10\x02\x12\x12\n\x0e\x44\x45\x46\x41ULT_SUBSET\x10\x03\x12\x0f\n\x0bKEYS_SUBSET\x10\x04:;\x9a\xc5\x88\x1e\x36\n4envoy.api.v2.Cluster.LbSubsetConfig.LbSubsetSelector\"O\n\x16LbSubsetFallbackPolicy\x12\x0f\n\x0bNO_FALLBACK\x10\x00\x12\x10\n\x0c\x41NY_ENDPOINT\x10\x01\x12\x12\n\x0e\x44\x45\x46\x41ULT_SUBSET\x10\x02\"M\n\x1eLbSubsetMetadataFallbackPolicy\x12\x18\n\x14METADATA_NO_FALLBACK\x10\x00\x12\x11\n\rFALLBACK_LIST\x10\x01:*\x9a\xc5\x88\x1e%\n#envoy.api.v2.Cluster.LbSubsetConfig\x1a\xb4\x01\n\x0fSlowStartConfig\x12\x34\n\x11slow_start_window\x18\x01 \x01(\x0b\x32\x19.google.protobuf.Duration\x12\x37\n\naggression\x18\x02 \x01(\x0b\x32#.envoy.config.core.v3.RuntimeDouble\x12\x32\n\x12min_weight_percent\x18\x03 \x01(\x0b\x32\x16.envoy.type.v3.Percent\x1a\x61\n\x12RoundRobinLbConfig\x12K\n\x11slow_start_config\x18\x01 \x01(\x0b\x32\x30.envoy.config.cluster.v3.Cluster.SlowStartConfig\x1a\x94\x02\n\x14LeastRequestLbConfig\x12;\n\x0c\x63hoice_count\x18\x01 \x01(\x0b\x32\x1c.google.protobuf.UInt32ValueB\x07\xfa\x42\x04*\x02(\x02\x12@\n\x13\x61\x63tive_request_bias\x18\x02 \x01(\x0b\x32#.envoy.config.core.v3.RuntimeDouble\x12K\n\x11slow_start_config\x18\x03 \x01(\x0b\x32\x30.envoy.config.cluster.v3.Cluster.SlowStartConfig:0\x9a\xc5\x88\x1e+\n)envoy.api.v2.Cluster.LeastRequestLbConfig\x1a\xe1\x02\n\x10RingHashLbConfig\x12\x43\n\x11minimum_ring_size\x18\x01 \x01(\x0b\x32\x1c.google.protobuf.UInt64ValueB\n\xfa\x42\x07\x32\x05\x18\x80\x80\x80\x04\x12_\n\rhash_function\x18\x03 \x01(\x0e\x32>.envoy.config.cluster.v3.Cluster.RingHashLbConfig.HashFunctionB\x08\xfa\x42\x05\x82\x01\x02\x10\x01\x12\x43\n\x11maximum_ring_size\x18\x04 \x01(\x0b\x32\x1c.google.protobuf.UInt64ValueB\n\xfa\x42\x07\x32\x05\x18\x80\x80\x80\x04\".\n\x0cHashFunction\x12\x0b\n\x07XX_HASH\x10\x00\x12\x11\n\rMURMUR_HASH_2\x10\x01:,\x9a\xc5\x88\x1e\'\n%envoy.api.v2.Cluster.RingHashLbConfigJ\x04\x08\x02\x10\x03\x1aN\n\x0eMaglevLbConfig\x12<\n\ntable_size\x18\x01 \x01(\x0b\x32\x1c.google.protobuf.UInt64ValueB\n\xfa\x42\x07\x32\x05\x18\xcb\x96\xb1\x02\x1a\xfd\x01\n\x13OriginalDstLbConfig\x12\x17\n\x0fuse_http_header\x18\x01 \x01(\x08\x12\x18\n\x10http_header_name\x18\x02 \x01(\t\x12G\n\x16upstream_port_override\x18\x03 \x01(\x0b\x32\x1c.google.protobuf.UInt32ValueB\t\xfa\x42\x06*\x04\x18\xff\xff\x03\x12\x39\n\x0cmetadata_key\x18\x04 \x01(\x0b\x32#.envoy.type.metadata.v3.MetadataKey:/\x9a\xc5\x88\x1e*\n(envoy.api.v2.Cluster.OriginalDstLbConfig\x1a\xb2\t\n\x0e\x43ommonLbConfig\x12\x37\n\x17healthy_panic_threshold\x18\x01 \x01(\x0b\x32\x16.envoy.type.v3.Percent\x12\x61\n\x14zone_aware_lb_config\x18\x02 \x01(\x0b\x32\x41.envoy.config.cluster.v3.Cluster.CommonLbConfig.ZoneAwareLbConfigH\x00\x12o\n\x1blocality_weighted_lb_config\x18\x03 \x01(\x0b\x32H.envoy.config.cluster.v3.Cluster.CommonLbConfig.LocalityWeightedLbConfigH\x00\x12\x36\n\x13update_merge_window\x18\x04 \x01(\x0b\x32\x19.google.protobuf.Duration\x12\'\n\x1fignore_new_hosts_until_first_hc\x18\x05 \x01(\x08\x12,\n$close_connections_on_host_set_change\x18\x06 \x01(\x08\x12o\n\x1c\x63onsistent_hashing_lb_config\x18\x07 \x01(\x0b\x32I.envoy.config.cluster.v3.Cluster.CommonLbConfig.ConsistentHashingLbConfig\x12\x43\n\x14override_host_status\x18\x08 \x01(\x0b\x32%.envoy.config.core.v3.HealthStatusSet\x1a\xd9\x01\n\x11ZoneAwareLbConfig\x12/\n\x0frouting_enabled\x18\x01 \x01(\x0b\x32\x16.envoy.type.v3.Percent\x12\x36\n\x10min_cluster_size\x18\x02 \x01(\x0b\x32\x1c.google.protobuf.UInt64Value\x12\x1d\n\x15\x66\x61il_traffic_on_panic\x18\x03 \x01(\x08:<\x9a\xc5\x88\x1e\x37\n5envoy.api.v2.Cluster.CommonLbConfig.ZoneAwareLbConfig\x1a_\n\x18LocalityWeightedLbConfig:C\x9a\xc5\x88\x1e>\n<envoy.api.v2.Cluster.CommonLbConfig.LocalityWeightedLbConfig\x1a\xc7\x01\n\x19\x43onsistentHashingLbConfig\x12 \n\x18use_hostname_for_hashing\x18\x01 \x01(\x08\x12\x42\n\x13hash_balance_factor\x18\x02 \x01(\x0b\x32\x1c.google.protobuf.UInt32ValueB\x07\xfa\x42\x04*\x02(d:D\x9a\xc5\x88\x1e?\n=envoy.api.v2.Cluster.CommonLbConfig.ConsistentHashingLbConfig:*\x9a\xc5\x88\x1e%\n#envoy.api.v2.Cluster.CommonLbConfigB\x1b\n\x19locality_config_specifier\x1a\xb7\x01\n\x0bRefreshRate\x12@\n\rbase_interval\x18\x01 \x01(\x0b\x32\x19.google.protobuf.DurationB\x0e\xfa\x42\x0b\xaa\x01\x08\x08\x01*\x04\x10\xc0\x84=\x12=\n\x0cmax_interval\x18\x02 \x01(\x0b\x32\x19.google.protobuf.DurationB\x0c\xfa\x42\t\xaa\x01\x06*\x04\x10\xc0\x84=:\'\x9a\xc5\x88\x1e\"\n envoy.api.v2.Cluster.RefreshRate\x1a\xcc\x01\n\x10PreconnectPolicy\x12\\\n\x1dper_upstream_preconnect_ratio\x18\x01 \x01(\x0b\x32\x1c.google.protobuf.DoubleValueB\x17\xfa\x42\x14\x12\x12\x19\x00\x00\x00\x00\x00\x00\x08@)\x00\x00\x00\x00\x00\x00\xf0?\x12Z\n\x1bpredictive_preconnect_ratio\x18\x02 \x01(\x0b\x32\x1c.google.protobuf.DoubleValueB\x17\xfa\x42\x14\x12\x12\x19\x00\x00\x00\x00\x00\x00\x08@)\x00\x00\x00\x00\x00\x00\xf0?\x1aZ\n\"TypedExtensionProtocolOptionsEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12#\n\x05value\x18\x02 \x01(\x0b\x32\x14.google.protobuf.Any:\x02\x38\x01\"W\n\rDiscoveryType\x12\n\n\x06STATIC\x10\x00\x12\x0e\n\nSTRICT_DNS\x10\x01\x12\x0f\n\x0bLOGICAL_DNS\x10\x02\x12\x07\n\x03\x45\x44S\x10\x03\x12\x10\n\x0cORIGINAL_DST\x10\x04\"\xa4\x01\n\x08LbPolicy\x12\x0f\n\x0bROUND_ROBIN\x10\x00\x12\x11\n\rLEAST_REQUEST\x10\x01\x12\r\n\tRING_HASH\x10\x02\x12\n\n\x06RANDOM\x10\x03\x12\n\n\x06MAGLEV\x10\x05\x12\x14\n\x10\x43LUSTER_PROVIDED\x10\x06\x12 \n\x1cLOAD_BALANCING_POLICY_CONFIG\x10\x07\"\x04\x08\x04\x10\x04*\x0fORIGINAL_DST_LB\"P\n\x0f\x44nsLookupFamily\x12\x08\n\x04\x41UTO\x10\x00\x12\x0b\n\x07V4_ONLY\x10\x01\x12\x0b\n\x07V6_ONLY\x10\x02\x12\x10\n\x0cV4_PREFERRED\x10\x03\x12\x07\n\x03\x41LL\x10\x04\"T\n\x18\x43lusterProtocolSelection\x12\x1b\n\x17USE_CONFIGURED_PROTOCOL\x10\x00\x12\x1b\n\x17USE_DOWNSTREAM_PROTOCOL\x10\x01:\x1b\x9a\xc5\x88\x1e\x16\n\x14\x65nvoy.api.v2.ClusterB\x18\n\x16\x63luster_discovery_typeB\x0b\n\tlb_configJ\x04\x08\x0c\x10\rJ\x04\x08\x0f\x10\x10J\x04\x08\x07\x10\x08J\x04\x08\x0b\x10\x0cJ\x04\x08#\x10$R\x05hostsR\x0btls_contextR\x1a\x65xtension_protocol_options\"\xba\x02\n\x13LoadBalancingPolicy\x12\x45\n\x08policies\x18\x01 \x03(\x0b\x32\x33.envoy.config.cluster.v3.LoadBalancingPolicy.Policy\x1a\xb2\x01\n\x06Policy\x12J\n\x16typed_extension_config\x18\x04 \x01(\x0b\x32*.envoy.config.core.v3.TypedExtensionConfig:.\x9a\xc5\x88\x1e)\n\'envoy.api.v2.LoadBalancingPolicy.PolicyJ\x04\x08\x02\x10\x03J\x04\x08\x01\x10\x02J\x04\x08\x03\x10\x04R\x06\x63onfigR\x04nameR\x0ctyped_config:\'\x9a\xc5\x88\x1e\"\n envoy.api.v2.LoadBalancingPolicy\"\xb7\x04\n\x19UpstreamConnectionOptions\x12\x39\n\rtcp_keepalive\x18\x01 \x01(\x0b\x32\".envoy.config.core.v3.TcpKeepalive\x12\x38\n0set_local_interface_name_on_upstream_connections\x18\x02 \x01(\x08\x12\x65\n\x15happy_eyeballs_config\x18\x03 \x01(\x0b\x32\x46.envoy.config.cluster.v3.UpstreamConnectionOptions.HappyEyeballsConfig\x1a\xd4\x01\n\x13HappyEyeballsConfig\x12r\n\x1c\x66irst_address_family_version\x18\x01 \x01(\x0e\x32L.envoy.config.cluster.v3.UpstreamConnectionOptions.FirstAddressFamilyVersion\x12I\n\x1a\x66irst_address_family_count\x18\x02 \x01(\x0b\x32\x1c.google.protobuf.UInt32ValueB\x07\xfa\x42\x04*\x02(\x01\"8\n\x19\x46irstAddressFamilyVersion\x12\x0b\n\x07\x44\x45\x46\x41ULT\x10\x00\x12\x06\n\x02V4\x10\x01\x12\x06\n\x02V6\x10\x02:-\x9a\xc5\x88\x1e(\n&envoy.api.v2.UpstreamConnectionOptions\"h\n\x11TrackClusterStats\x12\x17\n\x0ftimeout_budgets\x18\x01 \x01(\x08\x12\x1e\n\x16request_response_sizes\x18\x02 \x01(\x08\x12\x1a\n\x12per_endpoint_stats\x18\x03 \x01(\x08\x42\x89\x01\n%io.envoyproxy.envoy.config.cluster.v3B\x0c\x43lusterProtoP\x01ZHgithub.com/envoyproxy/go-control-plane/envoy/config/cluster/v3;clusterv3\xba\x80\xc8\xd1\x06\x02\x10\x02\x62\x06proto3')
|
40
|
+
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n%envoy/config/cluster/v3/cluster.proto\x12\x17\x65nvoy.config.cluster.v3\x1a-envoy/config/cluster/v3/circuit_breaker.proto\x1a$envoy/config/cluster/v3/filter.proto\x1a/envoy/config/cluster/v3/outlier_detection.proto\x1a\"envoy/config/core/v3/address.proto\x1a\x1f\x65nvoy/config/core/v3/base.proto\x1a(envoy/config/core/v3/config_source.proto\x1a$envoy/config/core/v3/extension.proto\x1a\'envoy/config/core/v3/health_check.proto\x1a#envoy/config/core/v3/protocol.proto\x1a#envoy/config/core/v3/resolver.proto\x1a\'envoy/config/endpoint/v3/endpoint.proto\x1a%envoy/type/metadata/v3/metadata.proto\x1a\x1b\x65nvoy/type/v3/percent.proto\x1a\x19google/protobuf/any.proto\x1a\x1egoogle/protobuf/duration.proto\x1a\x1cgoogle/protobuf/struct.proto\x1a\x1egoogle/protobuf/wrappers.proto\x1a\"xds/core/v3/collection_entry.proto\x1a#envoy/annotations/deprecation.proto\x1a\x1eudpa/annotations/migrate.proto\x1a\x1fudpa/annotations/security.proto\x1a\x1dudpa/annotations/status.proto\x1a!udpa/annotations/versioning.proto\x1a\x17validate/validate.proto\"B\n\x11\x43lusterCollection\x12-\n\x07\x65ntries\x18\x01 \x01(\x0b\x32\x1c.xds.core.v3.CollectionEntry\"\xc7\x45\n\x07\x43luster\x12W\n\x18transport_socket_matches\x18+ \x03(\x0b\x32\x35.envoy.config.cluster.v3.Cluster.TransportSocketMatch\x12\x15\n\x04name\x18\x01 \x01(\tB\x07\xfa\x42\x04r\x02\x10\x01\x12\x31\n\ralt_stat_name\x18\x1c \x01(\tB\x1a\xf2\x98\xfe\x8f\x05\x14\n\x12observability_name\x12H\n\x04type\x18\x02 \x01(\x0e\x32..envoy.config.cluster.v3.Cluster.DiscoveryTypeB\x08\xfa\x42\x05\x82\x01\x02\x10\x01H\x00\x12J\n\x0c\x63luster_type\x18& \x01(\x0b\x32\x32.envoy.config.cluster.v3.Cluster.CustomClusterTypeH\x00\x12M\n\x12\x65\x64s_cluster_config\x18\x03 \x01(\x0b\x32\x31.envoy.config.cluster.v3.Cluster.EdsClusterConfig\x12<\n\x0f\x63onnect_timeout\x18\x04 \x01(\x0b\x32\x19.google.protobuf.DurationB\x08\xfa\x42\x05\xaa\x01\x02*\x00\x12P\n!per_connection_buffer_limit_bytes\x18\x05 \x01(\x0b\x32\x1c.google.protobuf.UInt32ValueB\x07\x8a\x93\xb7*\x02\x10\x01\x12\x46\n\tlb_policy\x18\x06 \x01(\x0e\x32).envoy.config.cluster.v3.Cluster.LbPolicyB\x08\xfa\x42\x05\x82\x01\x02\x10\x01\x12H\n\x0fload_assignment\x18! \x01(\x0b\x32/.envoy.config.endpoint.v3.ClusterLoadAssignment\x12\x38\n\rhealth_checks\x18\x08 \x03(\x0b\x32!.envoy.config.core.v3.HealthCheck\x12N\n\x1bmax_requests_per_connection\x18\t \x01(\x0b\x32\x1c.google.protobuf.UInt32ValueB\x0b\x18\x01\x92\xc7\x86\xd8\x04\x03\x33.0\x12\x42\n\x10\x63ircuit_breakers\x18\n \x01(\x0b\x32(.envoy.config.cluster.v3.CircuitBreakers\x12\x66\n\x1eupstream_http_protocol_options\x18. \x01(\x0b\x32\x31.envoy.config.core.v3.UpstreamHttpProtocolOptionsB\x0b\x18\x01\x92\xc7\x86\xd8\x04\x03\x33.0\x12\\\n\x1c\x63ommon_http_protocol_options\x18\x1d \x01(\x0b\x32).envoy.config.core.v3.HttpProtocolOptionsB\x0b\x18\x01\x92\xc7\x86\xd8\x04\x03\x33.0\x12V\n\x15http_protocol_options\x18\r \x01(\x0b\x32*.envoy.config.core.v3.Http1ProtocolOptionsB\x0b\x18\x01\x92\xc7\x86\xd8\x04\x03\x33.0\x12^\n\x16http2_protocol_options\x18\x0e \x01(\x0b\x32*.envoy.config.core.v3.Http2ProtocolOptionsB\x12\x18\x01\x8a\x93\xb7*\x02\x10\x01\x92\xc7\x86\xd8\x04\x03\x33.0\x12m\n typed_extension_protocol_options\x18$ \x03(\x0b\x32\x43.envoy.config.cluster.v3.Cluster.TypedExtensionProtocolOptionsEntry\x12L\n\x10\x64ns_refresh_rate\x18\x10 \x01(\x0b\x32\x19.google.protobuf.DurationB\x17\x18\x01\xfa\x42\t\xaa\x01\x06*\x04\x10\xc0\x84=\x92\xc7\x86\xd8\x04\x03\x33.0\x12\x42\n\ndns_jitter\x18: \x01(\x0b\x32\x19.google.protobuf.DurationB\x13\x18\x01\xfa\x42\x05\xaa\x01\x02\x32\x00\x92\xc7\x86\xd8\x04\x03\x33.0\x12[\n\x18\x64ns_failure_refresh_rate\x18, \x01(\x0b\x32,.envoy.config.cluster.v3.Cluster.RefreshRateB\x0b\x18\x01\x92\xc7\x86\xd8\x04\x03\x33.0\x12$\n\x0frespect_dns_ttl\x18\' \x01(\x08\x42\x0b\x18\x01\x92\xc7\x86\xd8\x04\x03\x33.0\x12U\n\x11\x64ns_lookup_family\x18\x11 \x01(\x0e\x32\x30.envoy.config.cluster.v3.Cluster.DnsLookupFamilyB\x08\xfa\x42\x05\x82\x01\x02\x10\x01\x12\x41\n\rdns_resolvers\x18\x12 \x03(\x0b\x32\x1d.envoy.config.core.v3.AddressB\x0b\x18\x01\x92\xc7\x86\xd8\x04\x03\x33.0\x12,\n\x17use_tcp_for_dns_lookups\x18- \x01(\x08\x42\x0b\x18\x01\x92\xc7\x86\xd8\x04\x03\x33.0\x12U\n\x15\x64ns_resolution_config\x18\x35 \x01(\x0b\x32).envoy.config.core.v3.DnsResolutionConfigB\x0b\x18\x01\x92\xc7\x86\xd8\x04\x03\x33.0\x12M\n\x19typed_dns_resolver_config\x18\x37 \x01(\x0b\x32*.envoy.config.core.v3.TypedExtensionConfig\x12\x39\n\x15wait_for_warm_on_init\x18\x36 \x01(\x0b\x32\x1a.google.protobuf.BoolValue\x12\x44\n\x11outlier_detection\x18\x13 \x01(\x0b\x32).envoy.config.cluster.v3.OutlierDetection\x12=\n\x10\x63leanup_interval\x18\x14 \x01(\x0b\x32\x19.google.protobuf.DurationB\x08\xfa\x42\x05\xaa\x01\x02*\x00\x12>\n\x14upstream_bind_config\x18\x15 \x01(\x0b\x32 .envoy.config.core.v3.BindConfig\x12I\n\x10lb_subset_config\x18\x16 \x01(\x0b\x32/.envoy.config.cluster.v3.Cluster.LbSubsetConfig\x12P\n\x13ring_hash_lb_config\x18\x17 \x01(\x0b\x32\x31.envoy.config.cluster.v3.Cluster.RingHashLbConfigH\x01\x12K\n\x10maglev_lb_config\x18\x34 \x01(\x0b\x32/.envoy.config.cluster.v3.Cluster.MaglevLbConfigH\x01\x12V\n\x16original_dst_lb_config\x18\" \x01(\x0b\x32\x34.envoy.config.cluster.v3.Cluster.OriginalDstLbConfigH\x01\x12X\n\x17least_request_lb_config\x18% \x01(\x0b\x32\x35.envoy.config.cluster.v3.Cluster.LeastRequestLbConfigH\x01\x12T\n\x15round_robin_lb_config\x18\x38 \x01(\x0b\x32\x33.envoy.config.cluster.v3.Cluster.RoundRobinLbConfigH\x01\x12I\n\x10\x63ommon_lb_config\x18\x1b \x01(\x0b\x32/.envoy.config.cluster.v3.Cluster.CommonLbConfig\x12?\n\x10transport_socket\x18\x18 \x01(\x0b\x32%.envoy.config.core.v3.TransportSocket\x12\x30\n\x08metadata\x18\x19 \x01(\x0b\x32\x1e.envoy.config.core.v3.Metadata\x12\x62\n\x12protocol_selection\x18\x1a \x01(\x0e\x32\x39.envoy.config.cluster.v3.Cluster.ClusterProtocolSelectionB\x0b\x18\x01\x92\xc7\x86\xd8\x04\x03\x33.0\x12W\n\x1bupstream_connection_options\x18\x1e \x01(\x0b\x32\x32.envoy.config.cluster.v3.UpstreamConnectionOptions\x12\x30\n(close_connections_on_host_health_failure\x18\x1f \x01(\x08\x12%\n\x1dignore_health_on_host_removal\x18 \x01(\x08\x12\x30\n\x07\x66ilters\x18( \x03(\x0b\x32\x1f.envoy.config.cluster.v3.Filter\x12K\n\x15load_balancing_policy\x18) \x01(\x0b\x32,.envoy.config.cluster.v3.LoadBalancingPolicy\x12\x36\n\nlrs_server\x18* \x01(\x0b\x32\".envoy.config.core.v3.ConfigSource\x12#\n\x1blrs_report_endpoint_metrics\x18\x39 \x03(\t\x12*\n\x15track_timeout_budgets\x18/ \x01(\x08\x42\x0b\x18\x01\x92\xc7\x86\xd8\x04\x03\x33.0\x12\x43\n\x0fupstream_config\x18\x30 \x01(\x0b\x32*.envoy.config.core.v3.TypedExtensionConfig\x12G\n\x13track_cluster_stats\x18\x31 \x01(\x0b\x32*.envoy.config.cluster.v3.TrackClusterStats\x12L\n\x11preconnect_policy\x18\x32 \x01(\x0b\x32\x31.envoy.config.cluster.v3.Cluster.PreconnectPolicy\x12\x31\n)connection_pool_per_downstream_connection\x18\x33 \x01(\x08\x1a\xc8\x01\n\x14TransportSocketMatch\x12\x15\n\x04name\x18\x01 \x01(\tB\x07\xfa\x42\x04r\x02\x10\x01\x12&\n\x05match\x18\x02 \x01(\x0b\x32\x17.google.protobuf.Struct\x12?\n\x10transport_socket\x18\x03 \x01(\x0b\x32%.envoy.config.core.v3.TransportSocket:0\x9a\xc5\x88\x1e+\n)envoy.api.v2.Cluster.TransportSocketMatch\x1a\x85\x01\n\x11\x43ustomClusterType\x12\x15\n\x04name\x18\x01 \x01(\tB\x07\xfa\x42\x04r\x02\x10\x01\x12*\n\x0ctyped_config\x18\x02 \x01(\x0b\x32\x14.google.protobuf.Any:-\x9a\xc5\x88\x1e(\n&envoy.api.v2.Cluster.CustomClusterType\x1a\x8e\x01\n\x10\x45\x64sClusterConfig\x12\x36\n\neds_config\x18\x01 \x01(\x0b\x32\".envoy.config.core.v3.ConfigSource\x12\x14\n\x0cservice_name\x18\x02 \x01(\t:,\x9a\xc5\x88\x1e\'\n%envoy.api.v2.Cluster.EdsClusterConfig\x1a\xd9\x08\n\x0eLbSubsetConfig\x12i\n\x0f\x66\x61llback_policy\x18\x01 \x01(\x0e\x32\x46.envoy.config.cluster.v3.Cluster.LbSubsetConfig.LbSubsetFallbackPolicyB\x08\xfa\x42\x05\x82\x01\x02\x10\x01\x12/\n\x0e\x64\x65\x66\x61ult_subset\x18\x02 \x01(\x0b\x32\x17.google.protobuf.Struct\x12Z\n\x10subset_selectors\x18\x03 \x03(\x0b\x32@.envoy.config.cluster.v3.Cluster.LbSubsetConfig.LbSubsetSelector\x12\x1d\n\x15locality_weight_aware\x18\x04 \x01(\x08\x12\x1d\n\x15scale_locality_weight\x18\x05 \x01(\x08\x12\x16\n\x0epanic_mode_any\x18\x06 \x01(\x08\x12\x13\n\x0blist_as_any\x18\x07 \x01(\x08\x12z\n\x18metadata_fallback_policy\x18\x08 \x01(\x0e\x32N.envoy.config.cluster.v3.Cluster.LbSubsetConfig.LbSubsetMetadataFallbackPolicyB\x08\xfa\x42\x05\x82\x01\x02\x10\x01\x1a\x9b\x03\n\x10LbSubsetSelector\x12\x0c\n\x04keys\x18\x01 \x03(\t\x12\x1e\n\x16single_host_per_subset\x18\x04 \x01(\x08\x12\x82\x01\n\x0f\x66\x61llback_policy\x18\x02 \x01(\x0e\x32_.envoy.config.cluster.v3.Cluster.LbSubsetConfig.LbSubsetSelector.LbSubsetSelectorFallbackPolicyB\x08\xfa\x42\x05\x82\x01\x02\x10\x01\x12\x1c\n\x14\x66\x61llback_keys_subset\x18\x03 \x03(\t\"y\n\x1eLbSubsetSelectorFallbackPolicy\x12\x0f\n\x0bNOT_DEFINED\x10\x00\x12\x0f\n\x0bNO_FALLBACK\x10\x01\x12\x10\n\x0c\x41NY_ENDPOINT\x10\x02\x12\x12\n\x0e\x44\x45\x46\x41ULT_SUBSET\x10\x03\x12\x0f\n\x0bKEYS_SUBSET\x10\x04:;\x9a\xc5\x88\x1e\x36\n4envoy.api.v2.Cluster.LbSubsetConfig.LbSubsetSelector\"O\n\x16LbSubsetFallbackPolicy\x12\x0f\n\x0bNO_FALLBACK\x10\x00\x12\x10\n\x0c\x41NY_ENDPOINT\x10\x01\x12\x12\n\x0e\x44\x45\x46\x41ULT_SUBSET\x10\x02\"M\n\x1eLbSubsetMetadataFallbackPolicy\x12\x18\n\x14METADATA_NO_FALLBACK\x10\x00\x12\x11\n\rFALLBACK_LIST\x10\x01:*\x9a\xc5\x88\x1e%\n#envoy.api.v2.Cluster.LbSubsetConfig\x1a\xb4\x01\n\x0fSlowStartConfig\x12\x34\n\x11slow_start_window\x18\x01 \x01(\x0b\x32\x19.google.protobuf.Duration\x12\x37\n\naggression\x18\x02 \x01(\x0b\x32#.envoy.config.core.v3.RuntimeDouble\x12\x32\n\x12min_weight_percent\x18\x03 \x01(\x0b\x32\x16.envoy.type.v3.Percent\x1a\x61\n\x12RoundRobinLbConfig\x12K\n\x11slow_start_config\x18\x01 \x01(\x0b\x32\x30.envoy.config.cluster.v3.Cluster.SlowStartConfig\x1a\x94\x02\n\x14LeastRequestLbConfig\x12;\n\x0c\x63hoice_count\x18\x01 \x01(\x0b\x32\x1c.google.protobuf.UInt32ValueB\x07\xfa\x42\x04*\x02(\x02\x12@\n\x13\x61\x63tive_request_bias\x18\x02 \x01(\x0b\x32#.envoy.config.core.v3.RuntimeDouble\x12K\n\x11slow_start_config\x18\x03 \x01(\x0b\x32\x30.envoy.config.cluster.v3.Cluster.SlowStartConfig:0\x9a\xc5\x88\x1e+\n)envoy.api.v2.Cluster.LeastRequestLbConfig\x1a\xe1\x02\n\x10RingHashLbConfig\x12\x43\n\x11minimum_ring_size\x18\x01 \x01(\x0b\x32\x1c.google.protobuf.UInt64ValueB\n\xfa\x42\x07\x32\x05\x18\x80\x80\x80\x04\x12_\n\rhash_function\x18\x03 \x01(\x0e\x32>.envoy.config.cluster.v3.Cluster.RingHashLbConfig.HashFunctionB\x08\xfa\x42\x05\x82\x01\x02\x10\x01\x12\x43\n\x11maximum_ring_size\x18\x04 \x01(\x0b\x32\x1c.google.protobuf.UInt64ValueB\n\xfa\x42\x07\x32\x05\x18\x80\x80\x80\x04\".\n\x0cHashFunction\x12\x0b\n\x07XX_HASH\x10\x00\x12\x11\n\rMURMUR_HASH_2\x10\x01:,\x9a\xc5\x88\x1e\'\n%envoy.api.v2.Cluster.RingHashLbConfigJ\x04\x08\x02\x10\x03\x1aN\n\x0eMaglevLbConfig\x12<\n\ntable_size\x18\x01 \x01(\x0b\x32\x1c.google.protobuf.UInt64ValueB\n\xfa\x42\x07\x32\x05\x18\xcb\x96\xb1\x02\x1a\xfd\x01\n\x13OriginalDstLbConfig\x12\x17\n\x0fuse_http_header\x18\x01 \x01(\x08\x12\x18\n\x10http_header_name\x18\x02 \x01(\t\x12G\n\x16upstream_port_override\x18\x03 \x01(\x0b\x32\x1c.google.protobuf.UInt32ValueB\t\xfa\x42\x06*\x04\x18\xff\xff\x03\x12\x39\n\x0cmetadata_key\x18\x04 \x01(\x0b\x32#.envoy.type.metadata.v3.MetadataKey:/\x9a\xc5\x88\x1e*\n(envoy.api.v2.Cluster.OriginalDstLbConfig\x1a\xb2\t\n\x0e\x43ommonLbConfig\x12\x37\n\x17healthy_panic_threshold\x18\x01 \x01(\x0b\x32\x16.envoy.type.v3.Percent\x12\x61\n\x14zone_aware_lb_config\x18\x02 \x01(\x0b\x32\x41.envoy.config.cluster.v3.Cluster.CommonLbConfig.ZoneAwareLbConfigH\x00\x12o\n\x1blocality_weighted_lb_config\x18\x03 \x01(\x0b\x32H.envoy.config.cluster.v3.Cluster.CommonLbConfig.LocalityWeightedLbConfigH\x00\x12\x36\n\x13update_merge_window\x18\x04 \x01(\x0b\x32\x19.google.protobuf.Duration\x12\'\n\x1fignore_new_hosts_until_first_hc\x18\x05 \x01(\x08\x12,\n$close_connections_on_host_set_change\x18\x06 \x01(\x08\x12o\n\x1c\x63onsistent_hashing_lb_config\x18\x07 \x01(\x0b\x32I.envoy.config.cluster.v3.Cluster.CommonLbConfig.ConsistentHashingLbConfig\x12\x43\n\x14override_host_status\x18\x08 \x01(\x0b\x32%.envoy.config.core.v3.HealthStatusSet\x1a\xd9\x01\n\x11ZoneAwareLbConfig\x12/\n\x0frouting_enabled\x18\x01 \x01(\x0b\x32\x16.envoy.type.v3.Percent\x12\x36\n\x10min_cluster_size\x18\x02 \x01(\x0b\x32\x1c.google.protobuf.UInt64Value\x12\x1d\n\x15\x66\x61il_traffic_on_panic\x18\x03 \x01(\x08:<\x9a\xc5\x88\x1e\x37\n5envoy.api.v2.Cluster.CommonLbConfig.ZoneAwareLbConfig\x1a_\n\x18LocalityWeightedLbConfig:C\x9a\xc5\x88\x1e>\n<envoy.api.v2.Cluster.CommonLbConfig.LocalityWeightedLbConfig\x1a\xc7\x01\n\x19\x43onsistentHashingLbConfig\x12 \n\x18use_hostname_for_hashing\x18\x01 \x01(\x08\x12\x42\n\x13hash_balance_factor\x18\x02 \x01(\x0b\x32\x1c.google.protobuf.UInt32ValueB\x07\xfa\x42\x04*\x02(d:D\x9a\xc5\x88\x1e?\n=envoy.api.v2.Cluster.CommonLbConfig.ConsistentHashingLbConfig:*\x9a\xc5\x88\x1e%\n#envoy.api.v2.Cluster.CommonLbConfigB\x1b\n\x19locality_config_specifier\x1a\xb7\x01\n\x0bRefreshRate\x12@\n\rbase_interval\x18\x01 \x01(\x0b\x32\x19.google.protobuf.DurationB\x0e\xfa\x42\x0b\xaa\x01\x08\x08\x01*\x04\x10\xc0\x84=\x12=\n\x0cmax_interval\x18\x02 \x01(\x0b\x32\x19.google.protobuf.DurationB\x0c\xfa\x42\t\xaa\x01\x06*\x04\x10\xc0\x84=:\'\x9a\xc5\x88\x1e\"\n envoy.api.v2.Cluster.RefreshRate\x1a\xcc\x01\n\x10PreconnectPolicy\x12\\\n\x1dper_upstream_preconnect_ratio\x18\x01 \x01(\x0b\x32\x1c.google.protobuf.DoubleValueB\x17\xfa\x42\x14\x12\x12\x19\x00\x00\x00\x00\x00\x00\x08@)\x00\x00\x00\x00\x00\x00\xf0?\x12Z\n\x1bpredictive_preconnect_ratio\x18\x02 \x01(\x0b\x32\x1c.google.protobuf.DoubleValueB\x17\xfa\x42\x14\x12\x12\x19\x00\x00\x00\x00\x00\x00\x08@)\x00\x00\x00\x00\x00\x00\xf0?\x1aZ\n\"TypedExtensionProtocolOptionsEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12#\n\x05value\x18\x02 \x01(\x0b\x32\x14.google.protobuf.Any:\x02\x38\x01\"W\n\rDiscoveryType\x12\n\n\x06STATIC\x10\x00\x12\x0e\n\nSTRICT_DNS\x10\x01\x12\x0f\n\x0bLOGICAL_DNS\x10\x02\x12\x07\n\x03\x45\x44S\x10\x03\x12\x10\n\x0cORIGINAL_DST\x10\x04\"\xa4\x01\n\x08LbPolicy\x12\x0f\n\x0bROUND_ROBIN\x10\x00\x12\x11\n\rLEAST_REQUEST\x10\x01\x12\r\n\tRING_HASH\x10\x02\x12\n\n\x06RANDOM\x10\x03\x12\n\n\x06MAGLEV\x10\x05\x12\x14\n\x10\x43LUSTER_PROVIDED\x10\x06\x12 \n\x1cLOAD_BALANCING_POLICY_CONFIG\x10\x07\"\x04\x08\x04\x10\x04*\x0fORIGINAL_DST_LB\"P\n\x0f\x44nsLookupFamily\x12\x08\n\x04\x41UTO\x10\x00\x12\x0b\n\x07V4_ONLY\x10\x01\x12\x0b\n\x07V6_ONLY\x10\x02\x12\x10\n\x0cV4_PREFERRED\x10\x03\x12\x07\n\x03\x41LL\x10\x04\"T\n\x18\x43lusterProtocolSelection\x12\x1b\n\x17USE_CONFIGURED_PROTOCOL\x10\x00\x12\x1b\n\x17USE_DOWNSTREAM_PROTOCOL\x10\x01:\x1b\x9a\xc5\x88\x1e\x16\n\x14\x65nvoy.api.v2.ClusterB\x18\n\x16\x63luster_discovery_typeB\x0b\n\tlb_configJ\x04\x08\x0c\x10\rJ\x04\x08\x0f\x10\x10J\x04\x08\x07\x10\x08J\x04\x08\x0b\x10\x0cJ\x04\x08#\x10$R\x05hostsR\x0btls_contextR\x1a\x65xtension_protocol_options\"\xba\x02\n\x13LoadBalancingPolicy\x12\x45\n\x08policies\x18\x01 \x03(\x0b\x32\x33.envoy.config.cluster.v3.LoadBalancingPolicy.Policy\x1a\xb2\x01\n\x06Policy\x12J\n\x16typed_extension_config\x18\x04 \x01(\x0b\x32*.envoy.config.core.v3.TypedExtensionConfig:.\x9a\xc5\x88\x1e)\n\'envoy.api.v2.LoadBalancingPolicy.PolicyJ\x04\x08\x02\x10\x03J\x04\x08\x01\x10\x02J\x04\x08\x03\x10\x04R\x06\x63onfigR\x04nameR\x0ctyped_config:\'\x9a\xc5\x88\x1e\"\n envoy.api.v2.LoadBalancingPolicy\"\xb7\x04\n\x19UpstreamConnectionOptions\x12\x39\n\rtcp_keepalive\x18\x01 \x01(\x0b\x32\".envoy.config.core.v3.TcpKeepalive\x12\x38\n0set_local_interface_name_on_upstream_connections\x18\x02 \x01(\x08\x12\x65\n\x15happy_eyeballs_config\x18\x03 \x01(\x0b\x32\x46.envoy.config.cluster.v3.UpstreamConnectionOptions.HappyEyeballsConfig\x1a\xd4\x01\n\x13HappyEyeballsConfig\x12r\n\x1c\x66irst_address_family_version\x18\x01 \x01(\x0e\x32L.envoy.config.cluster.v3.UpstreamConnectionOptions.FirstAddressFamilyVersion\x12I\n\x1a\x66irst_address_family_count\x18\x02 \x01(\x0b\x32\x1c.google.protobuf.UInt32ValueB\x07\xfa\x42\x04*\x02(\x01\"8\n\x19\x46irstAddressFamilyVersion\x12\x0b\n\x07\x44\x45\x46\x41ULT\x10\x00\x12\x06\n\x02V4\x10\x01\x12\x06\n\x02V6\x10\x02:-\x9a\xc5\x88\x1e(\n&envoy.api.v2.UpstreamConnectionOptions\"h\n\x11TrackClusterStats\x12\x17\n\x0ftimeout_budgets\x18\x01 \x01(\x08\x12\x1e\n\x16request_response_sizes\x18\x02 \x01(\x08\x12\x1a\n\x12per_endpoint_stats\x18\x03 \x01(\x08\x42\x89\x01\n%io.envoyproxy.envoy.config.cluster.v3B\x0c\x43lusterProtoP\x01ZHgithub.com/envoyproxy/go-control-plane/envoy/config/cluster/v3;clusterv3\xba\x80\xc8\xd1\x06\x02\x10\x02\x62\x06proto3')
|
41
41
|
|
42
42
|
_globals = globals()
|
43
43
|
_builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, _globals)
|
@@ -128,7 +128,13 @@ if _descriptor._USE_C_DESCRIPTORS == False:
|
|
128
128
|
_CLUSTER.fields_by_name['http2_protocol_options']._options = None
|
129
129
|
_CLUSTER.fields_by_name['http2_protocol_options']._serialized_options = b'\030\001\212\223\267*\002\020\001\222\307\206\330\004\0033.0'
|
130
130
|
_CLUSTER.fields_by_name['dns_refresh_rate']._options = None
|
131
|
-
_CLUSTER.fields_by_name['dns_refresh_rate']._serialized_options = b'\372B\t\252\001\006*\004\020\300\204
|
131
|
+
_CLUSTER.fields_by_name['dns_refresh_rate']._serialized_options = b'\030\001\372B\t\252\001\006*\004\020\300\204=\222\307\206\330\004\0033.0'
|
132
|
+
_CLUSTER.fields_by_name['dns_jitter']._options = None
|
133
|
+
_CLUSTER.fields_by_name['dns_jitter']._serialized_options = b'\030\001\372B\005\252\001\0022\000\222\307\206\330\004\0033.0'
|
134
|
+
_CLUSTER.fields_by_name['dns_failure_refresh_rate']._options = None
|
135
|
+
_CLUSTER.fields_by_name['dns_failure_refresh_rate']._serialized_options = b'\030\001\222\307\206\330\004\0033.0'
|
136
|
+
_CLUSTER.fields_by_name['respect_dns_ttl']._options = None
|
137
|
+
_CLUSTER.fields_by_name['respect_dns_ttl']._serialized_options = b'\030\001\222\307\206\330\004\0033.0'
|
132
138
|
_CLUSTER.fields_by_name['dns_lookup_family']._options = None
|
133
139
|
_CLUSTER.fields_by_name['dns_lookup_family']._serialized_options = b'\372B\005\202\001\002\020\001'
|
134
140
|
_CLUSTER.fields_by_name['dns_resolvers']._options = None
|
@@ -156,69 +162,69 @@ if _descriptor._USE_C_DESCRIPTORS == False:
|
|
156
162
|
_globals['_CLUSTERCOLLECTION']._serialized_start=923
|
157
163
|
_globals['_CLUSTERCOLLECTION']._serialized_end=989
|
158
164
|
_globals['_CLUSTER']._serialized_start=992
|
159
|
-
_globals['_CLUSTER']._serialized_end=
|
160
|
-
_globals['_CLUSTER_TRANSPORTSOCKETMATCH']._serialized_start=
|
161
|
-
_globals['_CLUSTER_TRANSPORTSOCKETMATCH']._serialized_end=
|
162
|
-
_globals['_CLUSTER_CUSTOMCLUSTERTYPE']._serialized_start=
|
163
|
-
_globals['_CLUSTER_CUSTOMCLUSTERTYPE']._serialized_end=
|
164
|
-
_globals['_CLUSTER_EDSCLUSTERCONFIG']._serialized_start=
|
165
|
-
_globals['_CLUSTER_EDSCLUSTERCONFIG']._serialized_end=
|
166
|
-
_globals['_CLUSTER_LBSUBSETCONFIG']._serialized_start=
|
167
|
-
_globals['_CLUSTER_LBSUBSETCONFIG']._serialized_end=
|
168
|
-
_globals['_CLUSTER_LBSUBSETCONFIG_LBSUBSETSELECTOR']._serialized_start=
|
169
|
-
_globals['_CLUSTER_LBSUBSETCONFIG_LBSUBSETSELECTOR']._serialized_end=
|
170
|
-
_globals['_CLUSTER_LBSUBSETCONFIG_LBSUBSETSELECTOR_LBSUBSETSELECTORFALLBACKPOLICY']._serialized_start=
|
171
|
-
_globals['_CLUSTER_LBSUBSETCONFIG_LBSUBSETSELECTOR_LBSUBSETSELECTORFALLBACKPOLICY']._serialized_end=
|
172
|
-
_globals['_CLUSTER_LBSUBSETCONFIG_LBSUBSETFALLBACKPOLICY']._serialized_start=
|
173
|
-
_globals['_CLUSTER_LBSUBSETCONFIG_LBSUBSETFALLBACKPOLICY']._serialized_end=
|
174
|
-
_globals['_CLUSTER_LBSUBSETCONFIG_LBSUBSETMETADATAFALLBACKPOLICY']._serialized_start=
|
175
|
-
_globals['_CLUSTER_LBSUBSETCONFIG_LBSUBSETMETADATAFALLBACKPOLICY']._serialized_end=
|
176
|
-
_globals['_CLUSTER_SLOWSTARTCONFIG']._serialized_start=
|
177
|
-
_globals['_CLUSTER_SLOWSTARTCONFIG']._serialized_end=
|
178
|
-
_globals['_CLUSTER_ROUNDROBINLBCONFIG']._serialized_start=
|
179
|
-
_globals['_CLUSTER_ROUNDROBINLBCONFIG']._serialized_end=
|
180
|
-
_globals['_CLUSTER_LEASTREQUESTLBCONFIG']._serialized_start=
|
181
|
-
_globals['_CLUSTER_LEASTREQUESTLBCONFIG']._serialized_end=
|
182
|
-
_globals['_CLUSTER_RINGHASHLBCONFIG']._serialized_start=
|
183
|
-
_globals['_CLUSTER_RINGHASHLBCONFIG']._serialized_end=
|
184
|
-
_globals['_CLUSTER_RINGHASHLBCONFIG_HASHFUNCTION']._serialized_start=
|
185
|
-
_globals['_CLUSTER_RINGHASHLBCONFIG_HASHFUNCTION']._serialized_end=
|
186
|
-
_globals['_CLUSTER_MAGLEVLBCONFIG']._serialized_start=
|
187
|
-
_globals['_CLUSTER_MAGLEVLBCONFIG']._serialized_end=
|
188
|
-
_globals['_CLUSTER_ORIGINALDSTLBCONFIG']._serialized_start=
|
189
|
-
_globals['_CLUSTER_ORIGINALDSTLBCONFIG']._serialized_end=
|
190
|
-
_globals['_CLUSTER_COMMONLBCONFIG']._serialized_start=
|
191
|
-
_globals['_CLUSTER_COMMONLBCONFIG']._serialized_end=
|
192
|
-
_globals['_CLUSTER_COMMONLBCONFIG_ZONEAWARELBCONFIG']._serialized_start=
|
193
|
-
_globals['_CLUSTER_COMMONLBCONFIG_ZONEAWARELBCONFIG']._serialized_end=
|
194
|
-
_globals['_CLUSTER_COMMONLBCONFIG_LOCALITYWEIGHTEDLBCONFIG']._serialized_start=
|
195
|
-
_globals['_CLUSTER_COMMONLBCONFIG_LOCALITYWEIGHTEDLBCONFIG']._serialized_end=
|
196
|
-
_globals['_CLUSTER_COMMONLBCONFIG_CONSISTENTHASHINGLBCONFIG']._serialized_start=
|
197
|
-
_globals['_CLUSTER_COMMONLBCONFIG_CONSISTENTHASHINGLBCONFIG']._serialized_end=
|
198
|
-
_globals['_CLUSTER_REFRESHRATE']._serialized_start=
|
199
|
-
_globals['_CLUSTER_REFRESHRATE']._serialized_end=
|
200
|
-
_globals['_CLUSTER_PRECONNECTPOLICY']._serialized_start=
|
201
|
-
_globals['_CLUSTER_PRECONNECTPOLICY']._serialized_end=
|
202
|
-
_globals['_CLUSTER_TYPEDEXTENSIONPROTOCOLOPTIONSENTRY']._serialized_start=
|
203
|
-
_globals['_CLUSTER_TYPEDEXTENSIONPROTOCOLOPTIONSENTRY']._serialized_end=
|
204
|
-
_globals['_CLUSTER_DISCOVERYTYPE']._serialized_start=
|
205
|
-
_globals['_CLUSTER_DISCOVERYTYPE']._serialized_end=
|
206
|
-
_globals['_CLUSTER_LBPOLICY']._serialized_start=
|
207
|
-
_globals['_CLUSTER_LBPOLICY']._serialized_end=
|
208
|
-
_globals['_CLUSTER_DNSLOOKUPFAMILY']._serialized_start=
|
209
|
-
_globals['_CLUSTER_DNSLOOKUPFAMILY']._serialized_end=
|
210
|
-
_globals['_CLUSTER_CLUSTERPROTOCOLSELECTION']._serialized_start=
|
211
|
-
_globals['_CLUSTER_CLUSTERPROTOCOLSELECTION']._serialized_end=
|
212
|
-
_globals['_LOADBALANCINGPOLICY']._serialized_start=
|
213
|
-
_globals['_LOADBALANCINGPOLICY']._serialized_end=
|
214
|
-
_globals['_LOADBALANCINGPOLICY_POLICY']._serialized_start=
|
215
|
-
_globals['_LOADBALANCINGPOLICY_POLICY']._serialized_end=
|
216
|
-
_globals['_UPSTREAMCONNECTIONOPTIONS']._serialized_start=
|
217
|
-
_globals['_UPSTREAMCONNECTIONOPTIONS']._serialized_end=
|
218
|
-
_globals['_UPSTREAMCONNECTIONOPTIONS_HAPPYEYEBALLSCONFIG']._serialized_start=
|
219
|
-
_globals['_UPSTREAMCONNECTIONOPTIONS_HAPPYEYEBALLSCONFIG']._serialized_end=
|
220
|
-
_globals['_UPSTREAMCONNECTIONOPTIONS_FIRSTADDRESSFAMILYVERSION']._serialized_start=
|
221
|
-
_globals['_UPSTREAMCONNECTIONOPTIONS_FIRSTADDRESSFAMILYVERSION']._serialized_end=
|
222
|
-
_globals['_TRACKCLUSTERSTATS']._serialized_start=
|
223
|
-
_globals['_TRACKCLUSTERSTATS']._serialized_end=
|
165
|
+
_globals['_CLUSTER']._serialized_end=9895
|
166
|
+
_globals['_CLUSTER_TRANSPORTSOCKETMATCH']._serialized_start=4785
|
167
|
+
_globals['_CLUSTER_TRANSPORTSOCKETMATCH']._serialized_end=4985
|
168
|
+
_globals['_CLUSTER_CUSTOMCLUSTERTYPE']._serialized_start=4988
|
169
|
+
_globals['_CLUSTER_CUSTOMCLUSTERTYPE']._serialized_end=5121
|
170
|
+
_globals['_CLUSTER_EDSCLUSTERCONFIG']._serialized_start=5124
|
171
|
+
_globals['_CLUSTER_EDSCLUSTERCONFIG']._serialized_end=5266
|
172
|
+
_globals['_CLUSTER_LBSUBSETCONFIG']._serialized_start=5269
|
173
|
+
_globals['_CLUSTER_LBSUBSETCONFIG']._serialized_end=6382
|
174
|
+
_globals['_CLUSTER_LBSUBSETCONFIG_LBSUBSETSELECTOR']._serialized_start=5767
|
175
|
+
_globals['_CLUSTER_LBSUBSETCONFIG_LBSUBSETSELECTOR']._serialized_end=6178
|
176
|
+
_globals['_CLUSTER_LBSUBSETCONFIG_LBSUBSETSELECTOR_LBSUBSETSELECTORFALLBACKPOLICY']._serialized_start=5996
|
177
|
+
_globals['_CLUSTER_LBSUBSETCONFIG_LBSUBSETSELECTOR_LBSUBSETSELECTORFALLBACKPOLICY']._serialized_end=6117
|
178
|
+
_globals['_CLUSTER_LBSUBSETCONFIG_LBSUBSETFALLBACKPOLICY']._serialized_start=6180
|
179
|
+
_globals['_CLUSTER_LBSUBSETCONFIG_LBSUBSETFALLBACKPOLICY']._serialized_end=6259
|
180
|
+
_globals['_CLUSTER_LBSUBSETCONFIG_LBSUBSETMETADATAFALLBACKPOLICY']._serialized_start=6261
|
181
|
+
_globals['_CLUSTER_LBSUBSETCONFIG_LBSUBSETMETADATAFALLBACKPOLICY']._serialized_end=6338
|
182
|
+
_globals['_CLUSTER_SLOWSTARTCONFIG']._serialized_start=6385
|
183
|
+
_globals['_CLUSTER_SLOWSTARTCONFIG']._serialized_end=6565
|
184
|
+
_globals['_CLUSTER_ROUNDROBINLBCONFIG']._serialized_start=6567
|
185
|
+
_globals['_CLUSTER_ROUNDROBINLBCONFIG']._serialized_end=6664
|
186
|
+
_globals['_CLUSTER_LEASTREQUESTLBCONFIG']._serialized_start=6667
|
187
|
+
_globals['_CLUSTER_LEASTREQUESTLBCONFIG']._serialized_end=6943
|
188
|
+
_globals['_CLUSTER_RINGHASHLBCONFIG']._serialized_start=6946
|
189
|
+
_globals['_CLUSTER_RINGHASHLBCONFIG']._serialized_end=7299
|
190
|
+
_globals['_CLUSTER_RINGHASHLBCONFIG_HASHFUNCTION']._serialized_start=7201
|
191
|
+
_globals['_CLUSTER_RINGHASHLBCONFIG_HASHFUNCTION']._serialized_end=7247
|
192
|
+
_globals['_CLUSTER_MAGLEVLBCONFIG']._serialized_start=7301
|
193
|
+
_globals['_CLUSTER_MAGLEVLBCONFIG']._serialized_end=7379
|
194
|
+
_globals['_CLUSTER_ORIGINALDSTLBCONFIG']._serialized_start=7382
|
195
|
+
_globals['_CLUSTER_ORIGINALDSTLBCONFIG']._serialized_end=7635
|
196
|
+
_globals['_CLUSTER_COMMONLBCONFIG']._serialized_start=7638
|
197
|
+
_globals['_CLUSTER_COMMONLBCONFIG']._serialized_end=8840
|
198
|
+
_globals['_CLUSTER_COMMONLBCONFIG_ZONEAWARELBCONFIG']._serialized_start=8251
|
199
|
+
_globals['_CLUSTER_COMMONLBCONFIG_ZONEAWARELBCONFIG']._serialized_end=8468
|
200
|
+
_globals['_CLUSTER_COMMONLBCONFIG_LOCALITYWEIGHTEDLBCONFIG']._serialized_start=8470
|
201
|
+
_globals['_CLUSTER_COMMONLBCONFIG_LOCALITYWEIGHTEDLBCONFIG']._serialized_end=8565
|
202
|
+
_globals['_CLUSTER_COMMONLBCONFIG_CONSISTENTHASHINGLBCONFIG']._serialized_start=8568
|
203
|
+
_globals['_CLUSTER_COMMONLBCONFIG_CONSISTENTHASHINGLBCONFIG']._serialized_end=8767
|
204
|
+
_globals['_CLUSTER_REFRESHRATE']._serialized_start=8843
|
205
|
+
_globals['_CLUSTER_REFRESHRATE']._serialized_end=9026
|
206
|
+
_globals['_CLUSTER_PRECONNECTPOLICY']._serialized_start=9029
|
207
|
+
_globals['_CLUSTER_PRECONNECTPOLICY']._serialized_end=9233
|
208
|
+
_globals['_CLUSTER_TYPEDEXTENSIONPROTOCOLOPTIONSENTRY']._serialized_start=9235
|
209
|
+
_globals['_CLUSTER_TYPEDEXTENSIONPROTOCOLOPTIONSENTRY']._serialized_end=9325
|
210
|
+
_globals['_CLUSTER_DISCOVERYTYPE']._serialized_start=9327
|
211
|
+
_globals['_CLUSTER_DISCOVERYTYPE']._serialized_end=9414
|
212
|
+
_globals['_CLUSTER_LBPOLICY']._serialized_start=9417
|
213
|
+
_globals['_CLUSTER_LBPOLICY']._serialized_end=9581
|
214
|
+
_globals['_CLUSTER_DNSLOOKUPFAMILY']._serialized_start=9583
|
215
|
+
_globals['_CLUSTER_DNSLOOKUPFAMILY']._serialized_end=9663
|
216
|
+
_globals['_CLUSTER_CLUSTERPROTOCOLSELECTION']._serialized_start=9665
|
217
|
+
_globals['_CLUSTER_CLUSTERPROTOCOLSELECTION']._serialized_end=9749
|
218
|
+
_globals['_LOADBALANCINGPOLICY']._serialized_start=9898
|
219
|
+
_globals['_LOADBALANCINGPOLICY']._serialized_end=10212
|
220
|
+
_globals['_LOADBALANCINGPOLICY_POLICY']._serialized_start=9993
|
221
|
+
_globals['_LOADBALANCINGPOLICY_POLICY']._serialized_end=10171
|
222
|
+
_globals['_UPSTREAMCONNECTIONOPTIONS']._serialized_start=10215
|
223
|
+
_globals['_UPSTREAMCONNECTIONOPTIONS']._serialized_end=10782
|
224
|
+
_globals['_UPSTREAMCONNECTIONOPTIONS_HAPPYEYEBALLSCONFIG']._serialized_start=10465
|
225
|
+
_globals['_UPSTREAMCONNECTIONOPTIONS_HAPPYEYEBALLSCONFIG']._serialized_end=10677
|
226
|
+
_globals['_UPSTREAMCONNECTIONOPTIONS_FIRSTADDRESSFAMILYVERSION']._serialized_start=10679
|
227
|
+
_globals['_UPSTREAMCONNECTIONOPTIONS_FIRSTADDRESSFAMILYVERSION']._serialized_end=10735
|
228
|
+
_globals['_TRACKCLUSTERSTATS']._serialized_start=10784
|
229
|
+
_globals['_TRACKCLUSTERSTATS']._serialized_end=10888
|
224
230
|
# @@protoc_insertion_point(module_scope)
|
envoy/config/core/v3/base_pb2.py
CHANGED
@@ -27,7 +27,7 @@ from udpa.annotations import versioning_pb2 as udpa_dot_annotations_dot_versioni
|
|
27
27
|
from validate import validate_pb2 as validate_dot_validate__pb2
|
28
28
|
|
29
29
|
|
30
|
-
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n\x1f\x65nvoy/config/core/v3/base.proto\x12\x14\x65nvoy.config.core.v3\x1a\"envoy/config/core/v3/address.proto\x1a\"envoy/config/core/v3/backoff.proto\x1a#envoy/config/core/v3/http_uri.proto\x1a\x1b\x65nvoy/type/v3/percent.proto\x1a$envoy/type/v3/semantic_version.proto\x1a\x19google/protobuf/any.proto\x1a\x1cgoogle/protobuf/struct.proto\x1a\x1egoogle/protobuf/wrappers.proto\x1a xds/core/v3/context_params.proto\x1a#envoy/annotations/deprecation.proto\x1a\x1eudpa/annotations/migrate.proto\x1a\x1dudpa/annotations/status.proto\x1a!udpa/annotations/versioning.proto\x1a\x17validate/validate.proto\"]\n\x08Locality\x12\x0e\n\x06region\x18\x01 \x01(\t\x12\x0c\n\x04zone\x18\x02 \x01(\t\x12\x10\n\x08sub_zone\x18\x03 \x01(\t:!\x9a\xc5\x88\x1e\x1c\n\x1a\x65nvoy.api.v2.core.Locality\"\x91\x01\n\x0c\x42uildVersion\x12/\n\x07version\x18\x01 \x01(\x0b\x32\x1e.envoy.type.v3.SemanticVersion\x12)\n\x08metadata\x18\x02 \x01(\x0b\x32\x17.google.protobuf.Struct:%\x9a\xc5\x88\x1e \n\x1e\x65nvoy.api.v2.core.BuildVersion\"\xcf\x01\n\tExtension\x12\x0c\n\x04name\x18\x01 \x01(\t\x12\x10\n\x08\x63\x61tegory\x18\x02 \x01(\t\x12$\n\x0ftype_descriptor\x18\x03 \x01(\tB\x0b\x18\x01\x92\xc7\x86\xd8\x04\x03\x33.0\x12\x33\n\x07version\x18\x04 \x01(\x0b\x32\".envoy.config.core.v3.BuildVersion\x12\x10\n\x08\x64isabled\x18\x05 \x01(\x08\x12\x11\n\ttype_urls\x18\x06 \x03(\t:\"\x9a\xc5\x88\x1e\x1d\n\x1b\x65nvoy.api.v2.core.Extension\"\x8a\x05\n\x04Node\x12\n\n\x02id\x18\x01 \x01(\t\x12\x0f\n\x07\x63luster\x18\x02 \x01(\t\x12)\n\x08metadata\x18\x03 \x01(\x0b\x32\x17.google.protobuf.Struct\x12M\n\x12\x64ynamic_parameters\x18\x0c \x03(\x0b\x32\x31.envoy.config.core.v3.Node.DynamicParametersEntry\x12\x30\n\x08locality\x18\x04 \x01(\x0b\x32\x1e.envoy.config.core.v3.Locality\x12\x17\n\x0fuser_agent_name\x18\x06 \x01(\t\x12\x1c\n\x12user_agent_version\x18\x07 \x01(\tH\x00\x12\x46\n\x18user_agent_build_version\x18\x08 \x01(\x0b\x32\".envoy.config.core.v3.BuildVersionH\x00\x12\x33\n\nextensions\x18\t \x03(\x0b\x32\x1f.envoy.config.core.v3.Extension\x12\x17\n\x0f\x63lient_features\x18\n \x03(\t\x12G\n\x13listening_addresses\x18\x0b \x03(\x0b\x32\x1d.envoy.config.core.v3.AddressB\x0b\x18\x01\x92\xc7\x86\xd8\x04\x03\x33.0\x1aT\n\x16\x44ynamicParametersEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12)\n\x05value\x18\x02 \x01(\x0b\x32\x1a.xds.core.v3.ContextParams:\x02\x38\x01:\x1d\x9a\xc5\x88\x1e\x18\n\x16\x65nvoy.api.v2.core.NodeB\x19\n\x17user_agent_version_typeJ\x04\x08\x05\x10\x06R\rbuild_version\"\x90\x03\n\x08Metadata\x12Y\n\x0f\x66ilter_metadata\x18\x01 \x03(\x0b\x32\x32.envoy.config.core.v3.Metadata.FilterMetadataEntryB\x0c\xfa\x42\t\x9a\x01\x06\"\x04r\x02\x10\x01\x12\x64\n\x15typed_filter_metadata\x18\x02 \x03(\x0b\x32\x37.envoy.config.core.v3.Metadata.TypedFilterMetadataEntryB\x0c\xfa\x42\t\x9a\x01\x06\"\x04r\x02\x10\x01\x1aN\n\x13\x46ilterMetadataEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12&\n\x05value\x18\x02 \x01(\x0b\x32\x17.google.protobuf.Struct:\x02\x38\x01\x1aP\n\x18TypedFilterMetadataEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12#\n\x05value\x18\x02 \x01(\x0b\x32\x14.google.protobuf.Any:\x02\x38\x01:!\x9a\xc5\x88\x1e\x1c\n\x1a\x65nvoy.api.v2.core.Metadata\"l\n\rRuntimeUInt32\x12\x15\n\rdefault_value\x18\x02 \x01(\r\x12\x1c\n\x0bruntime_key\x18\x03 \x01(\tB\x07\xfa\x42\x04r\x02\x10\x01:&\x9a\xc5\x88\x1e!\n\x1f\x65nvoy.api.v2.core.RuntimeUInt32\"]\n\x0eRuntimePercent\x12-\n\rdefault_value\x18\x01 \x01(\x0b\x32\x16.envoy.type.v3.Percent\x12\x1c\n\x0bruntime_key\x18\x02 \x01(\tB\x07\xfa\x42\x04r\x02\x10\x01\"l\n\rRuntimeDouble\x12\x15\n\rdefault_value\x18\x01 \x01(\x01\x12\x1c\n\x0bruntime_key\x18\x02 \x01(\tB\x07\xfa\x42\x04r\x02\x10\x01:&\x9a\xc5\x88\x1e!\n\x1f\x65nvoy.api.v2.core.RuntimeDouble\"\x9c\x01\n\x12RuntimeFeatureFlag\x12;\n\rdefault_value\x18\x01 \x01(\x0b\x32\x1a.google.protobuf.BoolValueB\x08\xfa\x42\x05\x8a\x01\x02\x10\x01\x12\x1c\n\x0bruntime_key\x18\x02 \x01(\tB\x07\xfa\x42\x04r\x02\x10\x01:+\x9a\xc5\x88\x1e&\n$envoy.api.v2.core.RuntimeFeatureFlag\"3\n\x08KeyValue\x12\x18\n\x03key\x18\x01 \x01(\tB\x0b\xfa\x42\x08r\x06\x10\x01(\x80\x80\x01\x12\r\n\x05value\x18\x02 \x01(\x0c\"\x9f\x02\n\x0eKeyValueAppend\x12\x37\n\x05\x65ntry\x18\x01 \x01(\x0b\x32\x1e.envoy.config.core.v3.KeyValueB\x08\xfa\x42\x05\x8a\x01\x02\x10\x01\x12S\n\x06\x61\x63tion\x18\x02 \x01(\x0e\x32\x39.envoy.config.core.v3.KeyValueAppend.KeyValueAppendActionB\x08\xfa\x42\x05\x82\x01\x02\x10\x01\"\x7f\n\x14KeyValueAppendAction\x12\x1b\n\x17\x41PPEND_IF_EXISTS_OR_ADD\x10\x00\x12\x11\n\rADD_IF_ABSENT\x10\x01\x12\x1e\n\x1aOVERWRITE_IF_EXISTS_OR_ADD\x10\x02\x12\x17\n\x13OVERWRITE_IF_EXISTS\x10\x03\"c\n\x10KeyValueMutation\x12\x34\n\x06\x61ppend\x18\x01 \x01(\x0b\x32$.envoy.config.core.v3.KeyValueAppend\x12\x19\n\x06remove\x18\x02 \x01(\tB\t\xfa\x42\x06r\x04(\x80\x80\x01\"5\n\x0eQueryParameter\x12\x14\n\x03key\x18\x01 \x01(\tB\x07\xfa\x42\x04r\x02\x10\x01\x12\r\n\x05value\x18\x02 \x01(\t\"\xb7\x01\n\x0bHeaderValue\x12\x1e\n\x03key\x18\x01 \x01(\tB\x11\xfa\x42\x0er\x0c\x10\x01(\x80\x80\x01\xc0\x01\x01\xc8\x01\x00\x12\x30\n\x05value\x18\x02 \x01(\tB!\xfa\x42\x0cr\n(\x80\x80\x01\xc0\x01\x02\xc8\x01\x00\xf2\x98\xfe\x8f\x05\x0c\x12\nvalue_type\x12\x30\n\traw_value\x18\x03 \x01(\x0c\x42\x1d\xfa\x42\x08z\x06\x10\x00\x18\x80\x80\x01\xf2\x98\xfe\x8f\x05\x0c\x12\nvalue_type:$\x9a\xc5\x88\x1e\x1f\n\x1d\x65nvoy.api.v2.core.HeaderValue\"\xab\x03\n\x11HeaderValueOption\x12;\n\x06header\x18\x01 \x01(\x0b\x32!.envoy.config.core.v3.HeaderValueB\x08\xfa\x42\x05\x8a\x01\x02\x10\x01\x12\x37\n\x06\x61ppend\x18\x02 \x01(\x0b\x32\x1a.google.protobuf.BoolValueB\x0b\x18\x01\x92\xc7\x86\xd8\x04\x03\x33.0\x12[\n\rappend_action\x18\x03 \x01(\x0e\x32:.envoy.config.core.v3.HeaderValueOption.HeaderAppendActionB\x08\xfa\x42\x05\x82\x01\x02\x10\x01\x12\x18\n\x10keep_empty_value\x18\x04 \x01(\x08\"}\n\x12HeaderAppendAction\x12\x1b\n\x17\x41PPEND_IF_EXISTS_OR_ADD\x10\x00\x12\x11\n\rADD_IF_ABSENT\x10\x01\x12\x1e\n\x1aOVERWRITE_IF_EXISTS_OR_ADD\x10\x02\x12\x17\n\x13OVERWRITE_IF_EXISTS\x10\x03:*\x9a\xc5\x88\x1e%\n#envoy.api.v2.core.HeaderValueOption\"c\n\tHeaderMap\x12\x32\n\x07headers\x18\x01 \x03(\x0b\x32!.envoy.config.core.v3.HeaderValue:\"\x9a\xc5\x88\x1e\x1d\n\x1b\x65nvoy.api.v2.core.HeaderMap\")\n\x10WatchedDirectory\x12\x15\n\x04path\x18\x01 \x01(\tB\x07\xfa\x42\x04r\x02\x10\x01\"\xfd\x01\n\nDataSource\x12\x1b\n\x08\x66ilename\x18\x01 \x01(\tB\x07\xfa\x42\x04r\x02\x10\x01H\x00\x12\x16\n\x0cinline_bytes\x18\x02 \x01(\x0cH\x00\x12\x17\n\rinline_string\x18\x03 \x01(\tH\x00\x12\'\n\x14\x65nvironment_variable\x18\x04 \x01(\tB\x07\xfa\x42\x04r\x02\x10\x01H\x00\x12\x41\n\x11watched_directory\x18\x05 \x01(\x0b\x32&.envoy.config.core.v3.WatchedDirectory:#\x9a\xc5\x88\x1e\x1e\n\x1c\x65nvoy.api.v2.core.DataSourceB\x10\n\tspecifier\x12\x03\xf8\x42\x01\"\xe3\x04\n\x0bRetryPolicy\x12=\n\x0eretry_back_off\x18\x01 \x01(\x0b\x32%.envoy.config.core.v3.BackoffStrategy\x12\x46\n\x0bnum_retries\x18\x02 \x01(\x0b\x32\x1c.google.protobuf.UInt32ValueB\x13\xf2\x98\xfe\x8f\x05\r\n\x0bmax_retries\x12\x10\n\x08retry_on\x18\x03 \x01(\t\x12G\n\x0eretry_priority\x18\x04 \x01(\x0b\x32/.envoy.config.core.v3.RetryPolicy.RetryPriority\x12R\n\x14retry_host_predicate\x18\x05 \x03(\x0b\x32\x34.envoy.config.core.v3.RetryPolicy.RetryHostPredicate\x12)\n!host_selection_retry_max_attempts\x18\x06 \x01(\x03\x1a\x63\n\rRetryPriority\x12\x15\n\x04name\x18\x01 \x01(\tB\x07\xfa\x42\x04r\x02\x10\x01\x12,\n\x0ctyped_config\x18\x02 \x01(\x0b\x32\x14.google.protobuf.AnyH\x00\x42\r\n\x0b\x63onfig_type\x1ah\n\x12RetryHostPredicate\x12\x15\n\x04name\x18\x01 \x01(\tB\x07\xfa\x42\x04r\x02\x10\x01\x12,\n\x0ctyped_config\x18\x02 \x01(\x0b\x32\x14.google.protobuf.AnyH\x00\x42\r\n\x0b\x63onfig_type:$\x9a\xc5\x88\x1e\x1f\n\x1d\x65nvoy.api.v2.core.RetryPolicy\"\xca\x01\n\x10RemoteDataSource\x12\x39\n\x08http_uri\x18\x01 \x01(\x0b\x32\x1d.envoy.config.core.v3.HttpUriB\x08\xfa\x42\x05\x8a\x01\x02\x10\x01\x12\x17\n\x06sha256\x18\x02 \x01(\tB\x07\xfa\x42\x04r\x02\x10\x01\x12\x37\n\x0cretry_policy\x18\x03 \x01(\x0b\x32!.envoy.config.core.v3.RetryPolicy:)\x9a\xc5\x88\x1e$\n\"envoy.api.v2.core.RemoteDataSource\"\xba\x01\n\x0f\x41syncDataSource\x12\x31\n\x05local\x18\x01 \x01(\x0b\x32 .envoy.config.core.v3.DataSourceH\x00\x12\x38\n\x06remote\x18\x02 \x01(\x0b\x32&.envoy.config.core.v3.RemoteDataSourceH\x00:(\x9a\xc5\x88\x1e#\n!envoy.api.v2.core.AsyncDataSourceB\x10\n\tspecifier\x12\x03\xf8\x42\x01\"\x9d\x01\n\x0fTransportSocket\x12\x15\n\x04name\x18\x01 \x01(\tB\x07\xfa\x42\x04r\x02\x10\x01\x12,\n\x0ctyped_config\x18\x03 \x01(\x0b\x32\x14.google.protobuf.AnyH\x00:(\x9a\xc5\x88\x1e#\n!envoy.api.v2.core.TransportSocketB\r\n\x0b\x63onfig_typeJ\x04\x08\x02\x10\x03R\x06\x63onfig\"\xa5\x01\n\x18RuntimeFractionalPercent\x12\x41\n\rdefault_value\x18\x01 \x01(\x0b\x32 .envoy.type.v3.FractionalPercentB\x08\xfa\x42\x05\x8a\x01\x02\x10\x01\x12\x13\n\x0bruntime_key\x18\x02 \x01(\t:1\x9a\xc5\x88\x1e,\n*envoy.api.v2.core.RuntimeFractionalPercent\"I\n\x0c\x43ontrolPlane\x12\x12\n\nidentifier\x18\x01 \x01(\t:%\x9a\xc5\x88\x1e \n\x1e\x65nvoy.api.v2.core.ControlPlane*(\n\x0fRoutingPriority\x12\x0b\n\x07\x44\x45\x46\x41ULT\x10\x00\x12\x08\n\x04HIGH\x10\x01*\x89\x01\n\rRequestMethod\x12\x16\n\x12METHOD_UNSPECIFIED\x10\x00\x12\x07\n\x03GET\x10\x01\x12\x08\n\x04HEAD\x10\x02\x12\x08\n\x04POST\x10\x03\x12\x07\n\x03PUT\x10\x04\x12\n\n\x06\x44\x45LETE\x10\x05\x12\x0b\n\x07\x43ONNECT\x10\x06\x12\x0b\n\x07OPTIONS\x10\x07\x12\t\n\x05TRACE\x10\x08\x12\t\n\x05PATCH\x10\t*>\n\x10TrafficDirection\x12\x0f\n\x0bUNSPECIFIED\x10\x00\x12\x0b\n\x07INBOUND\x10\x01\x12\x0c\n\x08OUTBOUND\x10\x02\x42}\n\"io.envoyproxy.envoy.config.core.v3B\tBaseProtoP\x01ZBgithub.com/envoyproxy/go-control-plane/envoy/config/core/v3;corev3\xba\x80\xc8\xd1\x06\x02\x10\x02\x62\x06proto3')
|
30
|
+
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n\x1f\x65nvoy/config/core/v3/base.proto\x12\x14\x65nvoy.config.core.v3\x1a\"envoy/config/core/v3/address.proto\x1a\"envoy/config/core/v3/backoff.proto\x1a#envoy/config/core/v3/http_uri.proto\x1a\x1b\x65nvoy/type/v3/percent.proto\x1a$envoy/type/v3/semantic_version.proto\x1a\x19google/protobuf/any.proto\x1a\x1cgoogle/protobuf/struct.proto\x1a\x1egoogle/protobuf/wrappers.proto\x1a xds/core/v3/context_params.proto\x1a#envoy/annotations/deprecation.proto\x1a\x1eudpa/annotations/migrate.proto\x1a\x1dudpa/annotations/status.proto\x1a!udpa/annotations/versioning.proto\x1a\x17validate/validate.proto\"]\n\x08Locality\x12\x0e\n\x06region\x18\x01 \x01(\t\x12\x0c\n\x04zone\x18\x02 \x01(\t\x12\x10\n\x08sub_zone\x18\x03 \x01(\t:!\x9a\xc5\x88\x1e\x1c\n\x1a\x65nvoy.api.v2.core.Locality\"\x91\x01\n\x0c\x42uildVersion\x12/\n\x07version\x18\x01 \x01(\x0b\x32\x1e.envoy.type.v3.SemanticVersion\x12)\n\x08metadata\x18\x02 \x01(\x0b\x32\x17.google.protobuf.Struct:%\x9a\xc5\x88\x1e \n\x1e\x65nvoy.api.v2.core.BuildVersion\"\xcf\x01\n\tExtension\x12\x0c\n\x04name\x18\x01 \x01(\t\x12\x10\n\x08\x63\x61tegory\x18\x02 \x01(\t\x12$\n\x0ftype_descriptor\x18\x03 \x01(\tB\x0b\x18\x01\x92\xc7\x86\xd8\x04\x03\x33.0\x12\x33\n\x07version\x18\x04 \x01(\x0b\x32\".envoy.config.core.v3.BuildVersion\x12\x10\n\x08\x64isabled\x18\x05 \x01(\x08\x12\x11\n\ttype_urls\x18\x06 \x03(\t:\"\x9a\xc5\x88\x1e\x1d\n\x1b\x65nvoy.api.v2.core.Extension\"\x8a\x05\n\x04Node\x12\n\n\x02id\x18\x01 \x01(\t\x12\x0f\n\x07\x63luster\x18\x02 \x01(\t\x12)\n\x08metadata\x18\x03 \x01(\x0b\x32\x17.google.protobuf.Struct\x12M\n\x12\x64ynamic_parameters\x18\x0c \x03(\x0b\x32\x31.envoy.config.core.v3.Node.DynamicParametersEntry\x12\x30\n\x08locality\x18\x04 \x01(\x0b\x32\x1e.envoy.config.core.v3.Locality\x12\x17\n\x0fuser_agent_name\x18\x06 \x01(\t\x12\x1c\n\x12user_agent_version\x18\x07 \x01(\tH\x00\x12\x46\n\x18user_agent_build_version\x18\x08 \x01(\x0b\x32\".envoy.config.core.v3.BuildVersionH\x00\x12\x33\n\nextensions\x18\t \x03(\x0b\x32\x1f.envoy.config.core.v3.Extension\x12\x17\n\x0f\x63lient_features\x18\n \x03(\t\x12G\n\x13listening_addresses\x18\x0b \x03(\x0b\x32\x1d.envoy.config.core.v3.AddressB\x0b\x18\x01\x92\xc7\x86\xd8\x04\x03\x33.0\x1aT\n\x16\x44ynamicParametersEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12)\n\x05value\x18\x02 \x01(\x0b\x32\x1a.xds.core.v3.ContextParams:\x02\x38\x01:\x1d\x9a\xc5\x88\x1e\x18\n\x16\x65nvoy.api.v2.core.NodeB\x19\n\x17user_agent_version_typeJ\x04\x08\x05\x10\x06R\rbuild_version\"\x90\x03\n\x08Metadata\x12Y\n\x0f\x66ilter_metadata\x18\x01 \x03(\x0b\x32\x32.envoy.config.core.v3.Metadata.FilterMetadataEntryB\x0c\xfa\x42\t\x9a\x01\x06\"\x04r\x02\x10\x01\x12\x64\n\x15typed_filter_metadata\x18\x02 \x03(\x0b\x32\x37.envoy.config.core.v3.Metadata.TypedFilterMetadataEntryB\x0c\xfa\x42\t\x9a\x01\x06\"\x04r\x02\x10\x01\x1aN\n\x13\x46ilterMetadataEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12&\n\x05value\x18\x02 \x01(\x0b\x32\x17.google.protobuf.Struct:\x02\x38\x01\x1aP\n\x18TypedFilterMetadataEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12#\n\x05value\x18\x02 \x01(\x0b\x32\x14.google.protobuf.Any:\x02\x38\x01:!\x9a\xc5\x88\x1e\x1c\n\x1a\x65nvoy.api.v2.core.Metadata\"l\n\rRuntimeUInt32\x12\x15\n\rdefault_value\x18\x02 \x01(\r\x12\x1c\n\x0bruntime_key\x18\x03 \x01(\tB\x07\xfa\x42\x04r\x02\x10\x01:&\x9a\xc5\x88\x1e!\n\x1f\x65nvoy.api.v2.core.RuntimeUInt32\"]\n\x0eRuntimePercent\x12-\n\rdefault_value\x18\x01 \x01(\x0b\x32\x16.envoy.type.v3.Percent\x12\x1c\n\x0bruntime_key\x18\x02 \x01(\tB\x07\xfa\x42\x04r\x02\x10\x01\"l\n\rRuntimeDouble\x12\x15\n\rdefault_value\x18\x01 \x01(\x01\x12\x1c\n\x0bruntime_key\x18\x02 \x01(\tB\x07\xfa\x42\x04r\x02\x10\x01:&\x9a\xc5\x88\x1e!\n\x1f\x65nvoy.api.v2.core.RuntimeDouble\"\x9c\x01\n\x12RuntimeFeatureFlag\x12;\n\rdefault_value\x18\x01 \x01(\x0b\x32\x1a.google.protobuf.BoolValueB\x08\xfa\x42\x05\x8a\x01\x02\x10\x01\x12\x1c\n\x0bruntime_key\x18\x02 \x01(\tB\x07\xfa\x42\x04r\x02\x10\x01:+\x9a\xc5\x88\x1e&\n$envoy.api.v2.core.RuntimeFeatureFlag\"K\n\x08KeyValue\x12#\n\x03key\x18\x01 \x01(\tB\x16\x18\x01\xfa\x42\x08r\x06\x10\x01(\x80\x80\x01\x92\xc7\x86\xd8\x04\x03\x33.0\x12\x1a\n\x05value\x18\x02 \x01(\x0c\x42\x0b\x18\x01\x92\xc7\x86\xd8\x04\x03\x33.0\"O\n\x0cKeyValuePair\x12\x18\n\x03key\x18\x01 \x01(\tB\x0b\xfa\x42\x08r\x06\x10\x01(\x80\x80\x01\x12%\n\x05value\x18\x02 \x01(\x0b\x32\x16.google.protobuf.Value\"\xde\x02\n\x0eKeyValueAppend\x12\x32\n\x06record\x18\x03 \x01(\x0b\x32\".envoy.config.core.v3.KeyValuePair\x12\x42\n\x05\x65ntry\x18\x01 \x01(\x0b\x32\x1e.envoy.config.core.v3.KeyValueB\x13\x18\x01\xfa\x42\x05\x8a\x01\x02\x08\x01\x92\xc7\x86\xd8\x04\x03\x33.0\x12S\n\x06\x61\x63tion\x18\x02 \x01(\x0e\x32\x39.envoy.config.core.v3.KeyValueAppend.KeyValueAppendActionB\x08\xfa\x42\x05\x82\x01\x02\x10\x01\"\x7f\n\x14KeyValueAppendAction\x12\x1b\n\x17\x41PPEND_IF_EXISTS_OR_ADD\x10\x00\x12\x11\n\rADD_IF_ABSENT\x10\x01\x12\x1e\n\x1aOVERWRITE_IF_EXISTS_OR_ADD\x10\x02\x12\x17\n\x13OVERWRITE_IF_EXISTS\x10\x03\"c\n\x10KeyValueMutation\x12\x34\n\x06\x61ppend\x18\x01 \x01(\x0b\x32$.envoy.config.core.v3.KeyValueAppend\x12\x19\n\x06remove\x18\x02 \x01(\tB\t\xfa\x42\x06r\x04(\x80\x80\x01\"5\n\x0eQueryParameter\x12\x14\n\x03key\x18\x01 \x01(\tB\x07\xfa\x42\x04r\x02\x10\x01\x12\r\n\x05value\x18\x02 \x01(\t\"\xb7\x01\n\x0bHeaderValue\x12\x1e\n\x03key\x18\x01 \x01(\tB\x11\xfa\x42\x0er\x0c\x10\x01(\x80\x80\x01\xc0\x01\x01\xc8\x01\x00\x12\x30\n\x05value\x18\x02 \x01(\tB!\xfa\x42\x0cr\n(\x80\x80\x01\xc0\x01\x02\xc8\x01\x00\xf2\x98\xfe\x8f\x05\x0c\x12\nvalue_type\x12\x30\n\traw_value\x18\x03 \x01(\x0c\x42\x1d\xfa\x42\x08z\x06\x10\x00\x18\x80\x80\x01\xf2\x98\xfe\x8f\x05\x0c\x12\nvalue_type:$\x9a\xc5\x88\x1e\x1f\n\x1d\x65nvoy.api.v2.core.HeaderValue\"\xab\x03\n\x11HeaderValueOption\x12;\n\x06header\x18\x01 \x01(\x0b\x32!.envoy.config.core.v3.HeaderValueB\x08\xfa\x42\x05\x8a\x01\x02\x10\x01\x12\x37\n\x06\x61ppend\x18\x02 \x01(\x0b\x32\x1a.google.protobuf.BoolValueB\x0b\x18\x01\x92\xc7\x86\xd8\x04\x03\x33.0\x12[\n\rappend_action\x18\x03 \x01(\x0e\x32:.envoy.config.core.v3.HeaderValueOption.HeaderAppendActionB\x08\xfa\x42\x05\x82\x01\x02\x10\x01\x12\x18\n\x10keep_empty_value\x18\x04 \x01(\x08\"}\n\x12HeaderAppendAction\x12\x1b\n\x17\x41PPEND_IF_EXISTS_OR_ADD\x10\x00\x12\x11\n\rADD_IF_ABSENT\x10\x01\x12\x1e\n\x1aOVERWRITE_IF_EXISTS_OR_ADD\x10\x02\x12\x17\n\x13OVERWRITE_IF_EXISTS\x10\x03:*\x9a\xc5\x88\x1e%\n#envoy.api.v2.core.HeaderValueOption\"c\n\tHeaderMap\x12\x32\n\x07headers\x18\x01 \x03(\x0b\x32!.envoy.config.core.v3.HeaderValue:\"\x9a\xc5\x88\x1e\x1d\n\x1b\x65nvoy.api.v2.core.HeaderMap\")\n\x10WatchedDirectory\x12\x15\n\x04path\x18\x01 \x01(\tB\x07\xfa\x42\x04r\x02\x10\x01\"\xfd\x01\n\nDataSource\x12\x1b\n\x08\x66ilename\x18\x01 \x01(\tB\x07\xfa\x42\x04r\x02\x10\x01H\x00\x12\x16\n\x0cinline_bytes\x18\x02 \x01(\x0cH\x00\x12\x17\n\rinline_string\x18\x03 \x01(\tH\x00\x12\'\n\x14\x65nvironment_variable\x18\x04 \x01(\tB\x07\xfa\x42\x04r\x02\x10\x01H\x00\x12\x41\n\x11watched_directory\x18\x05 \x01(\x0b\x32&.envoy.config.core.v3.WatchedDirectory:#\x9a\xc5\x88\x1e\x1e\n\x1c\x65nvoy.api.v2.core.DataSourceB\x10\n\tspecifier\x12\x03\xf8\x42\x01\"\xe3\x04\n\x0bRetryPolicy\x12=\n\x0eretry_back_off\x18\x01 \x01(\x0b\x32%.envoy.config.core.v3.BackoffStrategy\x12\x46\n\x0bnum_retries\x18\x02 \x01(\x0b\x32\x1c.google.protobuf.UInt32ValueB\x13\xf2\x98\xfe\x8f\x05\r\n\x0bmax_retries\x12\x10\n\x08retry_on\x18\x03 \x01(\t\x12G\n\x0eretry_priority\x18\x04 \x01(\x0b\x32/.envoy.config.core.v3.RetryPolicy.RetryPriority\x12R\n\x14retry_host_predicate\x18\x05 \x03(\x0b\x32\x34.envoy.config.core.v3.RetryPolicy.RetryHostPredicate\x12)\n!host_selection_retry_max_attempts\x18\x06 \x01(\x03\x1a\x63\n\rRetryPriority\x12\x15\n\x04name\x18\x01 \x01(\tB\x07\xfa\x42\x04r\x02\x10\x01\x12,\n\x0ctyped_config\x18\x02 \x01(\x0b\x32\x14.google.protobuf.AnyH\x00\x42\r\n\x0b\x63onfig_type\x1ah\n\x12RetryHostPredicate\x12\x15\n\x04name\x18\x01 \x01(\tB\x07\xfa\x42\x04r\x02\x10\x01\x12,\n\x0ctyped_config\x18\x02 \x01(\x0b\x32\x14.google.protobuf.AnyH\x00\x42\r\n\x0b\x63onfig_type:$\x9a\xc5\x88\x1e\x1f\n\x1d\x65nvoy.api.v2.core.RetryPolicy\"\xca\x01\n\x10RemoteDataSource\x12\x39\n\x08http_uri\x18\x01 \x01(\x0b\x32\x1d.envoy.config.core.v3.HttpUriB\x08\xfa\x42\x05\x8a\x01\x02\x10\x01\x12\x17\n\x06sha256\x18\x02 \x01(\tB\x07\xfa\x42\x04r\x02\x10\x01\x12\x37\n\x0cretry_policy\x18\x03 \x01(\x0b\x32!.envoy.config.core.v3.RetryPolicy:)\x9a\xc5\x88\x1e$\n\"envoy.api.v2.core.RemoteDataSource\"\xba\x01\n\x0f\x41syncDataSource\x12\x31\n\x05local\x18\x01 \x01(\x0b\x32 .envoy.config.core.v3.DataSourceH\x00\x12\x38\n\x06remote\x18\x02 \x01(\x0b\x32&.envoy.config.core.v3.RemoteDataSourceH\x00:(\x9a\xc5\x88\x1e#\n!envoy.api.v2.core.AsyncDataSourceB\x10\n\tspecifier\x12\x03\xf8\x42\x01\"\x9d\x01\n\x0fTransportSocket\x12\x15\n\x04name\x18\x01 \x01(\tB\x07\xfa\x42\x04r\x02\x10\x01\x12,\n\x0ctyped_config\x18\x03 \x01(\x0b\x32\x14.google.protobuf.AnyH\x00:(\x9a\xc5\x88\x1e#\n!envoy.api.v2.core.TransportSocketB\r\n\x0b\x63onfig_typeJ\x04\x08\x02\x10\x03R\x06\x63onfig\"\xa5\x01\n\x18RuntimeFractionalPercent\x12\x41\n\rdefault_value\x18\x01 \x01(\x0b\x32 .envoy.type.v3.FractionalPercentB\x08\xfa\x42\x05\x8a\x01\x02\x10\x01\x12\x13\n\x0bruntime_key\x18\x02 \x01(\t:1\x9a\xc5\x88\x1e,\n*envoy.api.v2.core.RuntimeFractionalPercent\"I\n\x0c\x43ontrolPlane\x12\x12\n\nidentifier\x18\x01 \x01(\t:%\x9a\xc5\x88\x1e \n\x1e\x65nvoy.api.v2.core.ControlPlane*(\n\x0fRoutingPriority\x12\x0b\n\x07\x44\x45\x46\x41ULT\x10\x00\x12\x08\n\x04HIGH\x10\x01*\x89\x01\n\rRequestMethod\x12\x16\n\x12METHOD_UNSPECIFIED\x10\x00\x12\x07\n\x03GET\x10\x01\x12\x08\n\x04HEAD\x10\x02\x12\x08\n\x04POST\x10\x03\x12\x07\n\x03PUT\x10\x04\x12\n\n\x06\x44\x45LETE\x10\x05\x12\x0b\n\x07\x43ONNECT\x10\x06\x12\x0b\n\x07OPTIONS\x10\x07\x12\t\n\x05TRACE\x10\x08\x12\t\n\x05PATCH\x10\t*>\n\x10TrafficDirection\x12\x0f\n\x0bUNSPECIFIED\x10\x00\x12\x0b\n\x07INBOUND\x10\x01\x12\x0c\n\x08OUTBOUND\x10\x02\x42}\n\"io.envoyproxy.envoy.config.core.v3B\tBaseProtoP\x01ZBgithub.com/envoyproxy/go-control-plane/envoy/config/core/v3;corev3\xba\x80\xc8\xd1\x06\x02\x10\x02\x62\x06proto3')
|
31
31
|
|
32
32
|
_globals = globals()
|
33
33
|
_builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, _globals)
|
@@ -76,9 +76,13 @@ if _descriptor._USE_C_DESCRIPTORS == False:
|
|
76
76
|
_RUNTIMEFEATUREFLAG._options = None
|
77
77
|
_RUNTIMEFEATUREFLAG._serialized_options = b'\232\305\210\036&\n$envoy.api.v2.core.RuntimeFeatureFlag'
|
78
78
|
_KEYVALUE.fields_by_name['key']._options = None
|
79
|
-
_KEYVALUE.fields_by_name['key']._serialized_options = b'\372B\010r\006\020\001(\200\200\001'
|
79
|
+
_KEYVALUE.fields_by_name['key']._serialized_options = b'\030\001\372B\010r\006\020\001(\200\200\001\222\307\206\330\004\0033.0'
|
80
|
+
_KEYVALUE.fields_by_name['value']._options = None
|
81
|
+
_KEYVALUE.fields_by_name['value']._serialized_options = b'\030\001\222\307\206\330\004\0033.0'
|
82
|
+
_KEYVALUEPAIR.fields_by_name['key']._options = None
|
83
|
+
_KEYVALUEPAIR.fields_by_name['key']._serialized_options = b'\372B\010r\006\020\001(\200\200\001'
|
80
84
|
_KEYVALUEAPPEND.fields_by_name['entry']._options = None
|
81
|
-
_KEYVALUEAPPEND.fields_by_name['entry']._serialized_options = b'\372B\005\212\001\002\
|
85
|
+
_KEYVALUEAPPEND.fields_by_name['entry']._serialized_options = b'\030\001\372B\005\212\001\002\010\001\222\307\206\330\004\0033.0'
|
82
86
|
_KEYVALUEAPPEND.fields_by_name['action']._options = None
|
83
87
|
_KEYVALUEAPPEND.fields_by_name['action']._serialized_options = b'\372B\005\202\001\002\020\001'
|
84
88
|
_KEYVALUEMUTATION.fields_by_name['remove']._options = None
|
@@ -141,12 +145,12 @@ if _descriptor._USE_C_DESCRIPTORS == False:
|
|
141
145
|
_RUNTIMEFRACTIONALPERCENT._serialized_options = b'\232\305\210\036,\n*envoy.api.v2.core.RuntimeFractionalPercent'
|
142
146
|
_CONTROLPLANE._options = None
|
143
147
|
_CONTROLPLANE._serialized_options = b'\232\305\210\036 \n\036envoy.api.v2.core.ControlPlane'
|
144
|
-
_globals['_ROUTINGPRIORITY']._serialized_start=
|
145
|
-
_globals['_ROUTINGPRIORITY']._serialized_end=
|
146
|
-
_globals['_REQUESTMETHOD']._serialized_start=
|
147
|
-
_globals['_REQUESTMETHOD']._serialized_end=
|
148
|
-
_globals['_TRAFFICDIRECTION']._serialized_start=
|
149
|
-
_globals['_TRAFFICDIRECTION']._serialized_end=
|
148
|
+
_globals['_ROUTINGPRIORITY']._serialized_start=5593
|
149
|
+
_globals['_ROUTINGPRIORITY']._serialized_end=5633
|
150
|
+
_globals['_REQUESTMETHOD']._serialized_start=5636
|
151
|
+
_globals['_REQUESTMETHOD']._serialized_end=5773
|
152
|
+
_globals['_TRAFFICDIRECTION']._serialized_start=5775
|
153
|
+
_globals['_TRAFFICDIRECTION']._serialized_end=5837
|
150
154
|
_globals['_LOCALITY']._serialized_start=516
|
151
155
|
_globals['_LOCALITY']._serialized_end=609
|
152
156
|
_globals['_BUILDVERSION']._serialized_start=612
|
@@ -172,41 +176,43 @@ if _descriptor._USE_C_DESCRIPTORS == False:
|
|
172
176
|
_globals['_RUNTIMEFEATUREFLAG']._serialized_start=2341
|
173
177
|
_globals['_RUNTIMEFEATUREFLAG']._serialized_end=2497
|
174
178
|
_globals['_KEYVALUE']._serialized_start=2499
|
175
|
-
_globals['_KEYVALUE']._serialized_end=
|
176
|
-
_globals['
|
177
|
-
_globals['
|
178
|
-
_globals['
|
179
|
-
_globals['
|
180
|
-
_globals['
|
181
|
-
_globals['
|
182
|
-
_globals['
|
183
|
-
_globals['
|
184
|
-
_globals['
|
185
|
-
_globals['
|
186
|
-
_globals['
|
187
|
-
_globals['
|
188
|
-
_globals['
|
189
|
-
_globals['
|
190
|
-
_globals['
|
191
|
-
_globals['
|
192
|
-
_globals['
|
193
|
-
_globals['
|
194
|
-
_globals['
|
195
|
-
_globals['
|
196
|
-
_globals['
|
197
|
-
_globals['
|
198
|
-
_globals['
|
199
|
-
_globals['
|
200
|
-
_globals['
|
201
|
-
_globals['
|
202
|
-
_globals['
|
203
|
-
_globals['
|
204
|
-
_globals['
|
205
|
-
_globals['
|
206
|
-
_globals['
|
207
|
-
_globals['
|
208
|
-
_globals['
|
209
|
-
_globals['
|
210
|
-
_globals['
|
211
|
-
_globals['
|
179
|
+
_globals['_KEYVALUE']._serialized_end=2574
|
180
|
+
_globals['_KEYVALUEPAIR']._serialized_start=2576
|
181
|
+
_globals['_KEYVALUEPAIR']._serialized_end=2655
|
182
|
+
_globals['_KEYVALUEAPPEND']._serialized_start=2658
|
183
|
+
_globals['_KEYVALUEAPPEND']._serialized_end=3008
|
184
|
+
_globals['_KEYVALUEAPPEND_KEYVALUEAPPENDACTION']._serialized_start=2881
|
185
|
+
_globals['_KEYVALUEAPPEND_KEYVALUEAPPENDACTION']._serialized_end=3008
|
186
|
+
_globals['_KEYVALUEMUTATION']._serialized_start=3010
|
187
|
+
_globals['_KEYVALUEMUTATION']._serialized_end=3109
|
188
|
+
_globals['_QUERYPARAMETER']._serialized_start=3111
|
189
|
+
_globals['_QUERYPARAMETER']._serialized_end=3164
|
190
|
+
_globals['_HEADERVALUE']._serialized_start=3167
|
191
|
+
_globals['_HEADERVALUE']._serialized_end=3350
|
192
|
+
_globals['_HEADERVALUEOPTION']._serialized_start=3353
|
193
|
+
_globals['_HEADERVALUEOPTION']._serialized_end=3780
|
194
|
+
_globals['_HEADERVALUEOPTION_HEADERAPPENDACTION']._serialized_start=3611
|
195
|
+
_globals['_HEADERVALUEOPTION_HEADERAPPENDACTION']._serialized_end=3736
|
196
|
+
_globals['_HEADERMAP']._serialized_start=3782
|
197
|
+
_globals['_HEADERMAP']._serialized_end=3881
|
198
|
+
_globals['_WATCHEDDIRECTORY']._serialized_start=3883
|
199
|
+
_globals['_WATCHEDDIRECTORY']._serialized_end=3924
|
200
|
+
_globals['_DATASOURCE']._serialized_start=3927
|
201
|
+
_globals['_DATASOURCE']._serialized_end=4180
|
202
|
+
_globals['_RETRYPOLICY']._serialized_start=4183
|
203
|
+
_globals['_RETRYPOLICY']._serialized_end=4794
|
204
|
+
_globals['_RETRYPOLICY_RETRYPRIORITY']._serialized_start=4551
|
205
|
+
_globals['_RETRYPOLICY_RETRYPRIORITY']._serialized_end=4650
|
206
|
+
_globals['_RETRYPOLICY_RETRYHOSTPREDICATE']._serialized_start=4652
|
207
|
+
_globals['_RETRYPOLICY_RETRYHOSTPREDICATE']._serialized_end=4756
|
208
|
+
_globals['_REMOTEDATASOURCE']._serialized_start=4797
|
209
|
+
_globals['_REMOTEDATASOURCE']._serialized_end=4999
|
210
|
+
_globals['_ASYNCDATASOURCE']._serialized_start=5002
|
211
|
+
_globals['_ASYNCDATASOURCE']._serialized_end=5188
|
212
|
+
_globals['_TRANSPORTSOCKET']._serialized_start=5191
|
213
|
+
_globals['_TRANSPORTSOCKET']._serialized_end=5348
|
214
|
+
_globals['_RUNTIMEFRACTIONALPERCENT']._serialized_start=5351
|
215
|
+
_globals['_RUNTIMEFRACTIONALPERCENT']._serialized_end=5516
|
216
|
+
_globals['_CONTROLPLANE']._serialized_start=5518
|
217
|
+
_globals['_CONTROLPLANE']._serialized_end=5591
|
212
218
|
# @@protoc_insertion_point(module_scope)
|
@@ -22,7 +22,7 @@ from udpa.annotations import versioning_pb2 as udpa_dot_annotations_dot_versioni
|
|
22
22
|
from validate import validate_pb2 as validate_dot_validate__pb2
|
23
23
|
|
24
24
|
|
25
|
-
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n#envoy/config/core/v3/protocol.proto\x12\x14\x65nvoy.config.core.v3\x1a$envoy/config/core/v3/extension.proto\x1a\x1b\x65nvoy/type/v3/percent.proto\x1a\x1egoogle/protobuf/duration.proto\x1a\x1egoogle/protobuf/wrappers.proto\x1a\x1fxds/annotations/v3/status.proto\x1a#envoy/annotations/deprecation.proto\x1a\x1dudpa/annotations/status.proto\x1a!udpa/annotations/versioning.proto\x1a\x17validate/validate.proto\"A\n\x12TcpProtocolOptions:+\x9a\xc5\x88\x1e&\n$envoy.api.v2.core.TcpProtocolOptions\"\
|
25
|
+
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n#envoy/config/core/v3/protocol.proto\x12\x14\x65nvoy.config.core.v3\x1a$envoy/config/core/v3/extension.proto\x1a\x1b\x65nvoy/type/v3/percent.proto\x1a\x1egoogle/protobuf/duration.proto\x1a\x1egoogle/protobuf/wrappers.proto\x1a\x1fxds/annotations/v3/status.proto\x1a#envoy/annotations/deprecation.proto\x1a\x1dudpa/annotations/status.proto\x1a!udpa/annotations/versioning.proto\x1a\x17validate/validate.proto\"A\n\x12TcpProtocolOptions:+\x9a\xc5\x88\x1e&\n$envoy.api.v2.core.TcpProtocolOptions\"\x8d\x01\n\x15QuicKeepAliveSettings\x12/\n\x0cmax_interval\x18\x01 \x01(\x0b\x32\x19.google.protobuf.Duration\x12\x43\n\x10initial_interval\x18\x02 \x01(\x0b\x32\x19.google.protobuf.DurationB\x0e\xfa\x42\x0b\xaa\x01\x08\"\x00\x32\x04\x10\xc0\x84=\"\xe6\x04\n\x13QuicProtocolOptions\x12\x45\n\x16max_concurrent_streams\x18\x01 \x01(\x0b\x32\x1c.google.protobuf.UInt32ValueB\x07\xfa\x42\x04*\x02(\x01\x12N\n\x1ainitial_stream_window_size\x18\x02 \x01(\x0b\x32\x1c.google.protobuf.UInt32ValueB\x0c\xfa\x42\t*\x07\x18\x80\x80\x80\x08(\x01\x12R\n\x1einitial_connection_window_size\x18\x03 \x01(\x0b\x32\x1c.google.protobuf.UInt32ValueB\x0c\xfa\x42\t*\x07\x18\x80\x80\x80\x0c(\x01\x12W\n&num_timeouts_to_trigger_port_migration\x18\x04 \x01(\x0b\x32\x1c.google.protobuf.UInt32ValueB\t\xfa\x42\x06*\x04\x18\x05(\x00\x12I\n\x14\x63onnection_keepalive\x18\x05 \x01(\x0b\x32+.envoy.config.core.v3.QuicKeepAliveSettings\x12\x1a\n\x12\x63onnection_options\x18\x06 \x01(\t\x12!\n\x19\x63lient_connection_options\x18\x07 \x01(\t\x12H\n\x14idle_network_timeout\x18\x08 \x01(\x0b\x32\x19.google.protobuf.DurationB\x0f\xfa\x42\x0c\xaa\x01\t\"\x03\x08\xd8\x04\x32\x02\x08\x01\x12\x37\n\x11max_packet_length\x18\t \x01(\x0b\x32\x1c.google.protobuf.UInt64Value\"\xb1\x01\n\x1bUpstreamHttpProtocolOptions\x12\x10\n\x08\x61uto_sni\x18\x01 \x01(\x08\x12\x1b\n\x13\x61uto_san_validation\x18\x02 \x01(\x08\x12-\n\x18override_auto_sni_header\x18\x03 \x01(\tB\x0b\xfa\x42\x08r\x06\xc0\x01\x01\xd0\x01\x01:4\x9a\xc5\x88\x1e/\n-envoy.api.v2.core.UpstreamHttpProtocolOptions\"\xa6\x03\n\x1e\x41lternateProtocolsCacheOptions\x12\x15\n\x04name\x18\x01 \x01(\tB\x07\xfa\x42\x04r\x02\x10\x01\x12:\n\x0bmax_entries\x18\x02 \x01(\x0b\x32\x1c.google.protobuf.UInt32ValueB\x07\xfa\x42\x04*\x02 \x00\x12J\n\x16key_value_store_config\x18\x03 \x01(\x0b\x32*.envoy.config.core.v3.TypedExtensionConfig\x12o\n\x14prepopulated_entries\x18\x04 \x03(\x0b\x32Q.envoy.config.core.v3.AlternateProtocolsCacheOptions.AlternateProtocolsCacheEntry\x12\x1a\n\x12\x63\x61nonical_suffixes\x18\x05 \x03(\t\x1aX\n\x1c\x41lternateProtocolsCacheEntry\x12\x1d\n\x08hostname\x18\x01 \x01(\tB\x0b\xfa\x42\x08r\x06\xc0\x01\x01\xd0\x01\x01\x12\x19\n\x04port\x18\x02 \x01(\rB\x0b\xfa\x42\x08*\x06\x10\xff\xff\x03 \x00\"\xf9\x04\n\x13HttpProtocolOptions\x12/\n\x0cidle_timeout\x18\x01 \x01(\x0b\x32\x19.google.protobuf.Duration\x12:\n\x17max_connection_duration\x18\x03 \x01(\x0b\x32\x19.google.protobuf.Duration\x12@\n\x11max_headers_count\x18\x02 \x01(\x0b\x32\x1c.google.protobuf.UInt32ValueB\x07\xfa\x42\x04*\x02(\x01\x12I\n\x17max_response_headers_kb\x18\x07 \x01(\x0b\x32\x1c.google.protobuf.UInt32ValueB\n\xfa\x42\x07*\x05\x18\x80@ \x00\x12\x36\n\x13max_stream_duration\x18\x04 \x01(\x0b\x32\x19.google.protobuf.Duration\x12o\n\x1fheaders_with_underscores_action\x18\x05 \x01(\x0e\x32\x46.envoy.config.core.v3.HttpProtocolOptions.HeadersWithUnderscoresAction\x12\x41\n\x1bmax_requests_per_connection\x18\x06 \x01(\x0b\x32\x1c.google.protobuf.UInt32Value\"N\n\x1cHeadersWithUnderscoresAction\x12\t\n\x05\x41LLOW\x10\x00\x12\x12\n\x0eREJECT_REQUEST\x10\x01\x12\x0f\n\x0b\x44ROP_HEADER\x10\x02:,\x9a\xc5\x88\x1e\'\n%envoy.api.v2.core.HttpProtocolOptions\"\xa0\x07\n\x14Http1ProtocolOptions\x12\x36\n\x12\x61llow_absolute_url\x18\x01 \x01(\x0b\x32\x1a.google.protobuf.BoolValue\x12\x16\n\x0e\x61\x63\x63\x65pt_http_10\x18\x02 \x01(\x08\x12 \n\x18\x64\x65\x66\x61ult_host_for_http_10\x18\x03 \x01(\t\x12U\n\x11header_key_format\x18\x04 \x01(\x0b\x32:.envoy.config.core.v3.Http1ProtocolOptions.HeaderKeyFormat\x12\x17\n\x0f\x65nable_trailers\x18\x05 \x01(\x08\x12\x1c\n\x14\x61llow_chunked_length\x18\x06 \x01(\x08\x12Q\n-override_stream_error_on_invalid_http_message\x18\x07 \x01(\x0b\x32\x1a.google.protobuf.BoolValue\x12 \n\x18send_fully_qualified_url\x18\x08 \x01(\x08\x12>\n\x10use_balsa_parser\x18\t \x01(\x0b\x32\x1a.google.protobuf.BoolValueB\x08\xd2\xc6\xa4\xe1\x06\x02\x08\x01\x12&\n\x14\x61llow_custom_methods\x18\n \x01(\x08\x42\x08\xd2\xc6\xa4\xe1\x06\x02\x08\x01\x1a\xfb\x02\n\x0fHeaderKeyFormat\x12g\n\x11proper_case_words\x18\x01 \x01(\x0b\x32J.envoy.config.core.v3.Http1ProtocolOptions.HeaderKeyFormat.ProperCaseWordsH\x00\x12H\n\x12stateful_formatter\x18\x08 \x01(\x0b\x32*.envoy.config.core.v3.TypedExtensionConfigH\x00\x1a`\n\x0fProperCaseWords:M\x9a\xc5\x88\x1eH\nFenvoy.api.v2.core.Http1ProtocolOptions.HeaderKeyFormat.ProperCaseWords:=\x9a\xc5\x88\x1e\x38\n6envoy.api.v2.core.Http1ProtocolOptions.HeaderKeyFormatB\x14\n\rheader_format\x12\x03\xf8\x42\x01:-\x9a\xc5\x88\x1e(\n&envoy.api.v2.core.Http1ProtocolOptions\"\x86\x02\n\x11KeepaliveSettings\x12\x39\n\x08interval\x18\x01 \x01(\x0b\x32\x19.google.protobuf.DurationB\x0c\xfa\x42\t\xaa\x01\x06\x32\x04\x10\xc0\x84=\x12:\n\x07timeout\x18\x02 \x01(\x0b\x32\x19.google.protobuf.DurationB\x0e\xfa\x42\x0b\xaa\x01\x08\x08\x01\x32\x04\x10\xc0\x84=\x12/\n\x0finterval_jitter\x18\x03 \x01(\x0b\x32\x16.envoy.type.v3.Percent\x12I\n\x18\x63onnection_idle_interval\x18\x04 \x01(\x0b\x32\x19.google.protobuf.DurationB\x0c\xfa\x42\t\xaa\x01\x06\x32\x04\x10\xc0\x84=\"\x8b\x0b\n\x14Http2ProtocolOptions\x12\x36\n\x10hpack_table_size\x18\x01 \x01(\x0b\x32\x1c.google.protobuf.UInt32Value\x12K\n\x16max_concurrent_streams\x18\x02 \x01(\x0b\x32\x1c.google.protobuf.UInt32ValueB\r\xfa\x42\n*\x08\x18\xff\xff\xff\xff\x07(\x01\x12Q\n\x1ainitial_stream_window_size\x18\x03 \x01(\x0b\x32\x1c.google.protobuf.UInt32ValueB\x0f\xfa\x42\x0c*\n\x18\xff\xff\xff\xff\x07(\xff\xff\x03\x12U\n\x1einitial_connection_window_size\x18\x04 \x01(\x0b\x32\x1c.google.protobuf.UInt32ValueB\x0f\xfa\x42\x0c*\n\x18\xff\xff\xff\xff\x07(\xff\xff\x03\x12\x15\n\rallow_connect\x18\x05 \x01(\x08\x12\x16\n\x0e\x61llow_metadata\x18\x06 \x01(\x08\x12\x42\n\x13max_outbound_frames\x18\x07 \x01(\x0b\x32\x1c.google.protobuf.UInt32ValueB\x07\xfa\x42\x04*\x02(\x01\x12J\n\x1bmax_outbound_control_frames\x18\x08 \x01(\x0b\x32\x1c.google.protobuf.UInt32ValueB\x07\xfa\x42\x04*\x02(\x01\x12W\n1max_consecutive_inbound_frames_with_empty_payload\x18\t \x01(\x0b\x32\x1c.google.protobuf.UInt32Value\x12L\n&max_inbound_priority_frames_per_stream\x18\n \x01(\x0b\x32\x1c.google.protobuf.UInt32Value\x12\x63\n4max_inbound_window_update_frames_per_data_frame_sent\x18\x0b \x01(\x0b\x32\x1c.google.protobuf.UInt32ValueB\x07\xfa\x42\x04*\x02(\x01\x12;\n&stream_error_on_invalid_http_messaging\x18\x0c \x01(\x08\x42\x0b\x18\x01\x92\xc7\x86\xd8\x04\x03\x33.0\x12Q\n-override_stream_error_on_invalid_http_message\x18\x0e \x01(\x0b\x32\x1a.google.protobuf.BoolValue\x12`\n\x1a\x63ustom_settings_parameters\x18\r \x03(\x0b\x32<.envoy.config.core.v3.Http2ProtocolOptions.SettingsParameter\x12\x45\n\x14\x63onnection_keepalive\x18\x0f \x01(\x0b\x32\'.envoy.config.core.v3.KeepaliveSettings\x12?\n\x11use_oghttp2_codec\x18\x10 \x01(\x0b\x32\x1a.google.protobuf.BoolValueB\x08\xd2\xc6\xa4\xe1\x06\x02\x08\x01\x1a\xcf\x01\n\x11SettingsParameter\x12\x42\n\nidentifier\x18\x01 \x01(\x0b\x32\x1c.google.protobuf.UInt32ValueB\x10\xfa\x42\r*\x06\x18\xff\xff\x03(\x00\x8a\x01\x02\x10\x01\x12\x35\n\x05value\x18\x02 \x01(\x0b\x32\x1c.google.protobuf.UInt32ValueB\x08\xfa\x42\x05\x8a\x01\x02\x10\x01:?\x9a\xc5\x88\x1e:\n8envoy.api.v2.core.Http2ProtocolOptions.SettingsParameter:-\x9a\xc5\x88\x1e(\n&envoy.api.v2.core.Http2ProtocolOptions\"\x8f\x01\n\x13GrpcProtocolOptions\x12J\n\x16http2_protocol_options\x18\x01 \x01(\x0b\x32*.envoy.config.core.v3.Http2ProtocolOptions:,\x9a\xc5\x88\x1e\'\n%envoy.api.v2.core.GrpcProtocolOptions\"\xf5\x01\n\x14Http3ProtocolOptions\x12H\n\x15quic_protocol_options\x18\x01 \x01(\x0b\x32).envoy.config.core.v3.QuicProtocolOptions\x12Q\n-override_stream_error_on_invalid_http_message\x18\x02 \x01(\x0b\x32\x1a.google.protobuf.BoolValue\x12(\n\x16\x61llow_extended_connect\x18\x05 \x01(\x08\x42\x08\xd2\xc6\xa4\xe1\x06\x02\x08\x01\x12\x16\n\x0e\x61llow_metadata\x18\x06 \x01(\x08\"y\n\x1aSchemeHeaderTransformation\x12\x31\n\x13scheme_to_overwrite\x18\x01 \x01(\tB\x12\xfa\x42\x0fr\rR\x04httpR\x05httpsH\x00\x12\x16\n\x0ematch_upstream\x18\x02 \x01(\x08\x42\x10\n\x0etransformationB\x81\x01\n\"io.envoyproxy.envoy.config.core.v3B\rProtocolProtoP\x01ZBgithub.com/envoyproxy/go-control-plane/envoy/config/core/v3;corev3\xba\x80\xc8\xd1\x06\x02\x10\x02\x62\x06proto3')
|
26
26
|
|
27
27
|
_globals = globals()
|
28
28
|
_builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, _globals)
|
@@ -32,10 +32,8 @@ if _descriptor._USE_C_DESCRIPTORS == False:
|
|
32
32
|
DESCRIPTOR._serialized_options = b'\n\"io.envoyproxy.envoy.config.core.v3B\rProtocolProtoP\001ZBgithub.com/envoyproxy/go-control-plane/envoy/config/core/v3;corev3\272\200\310\321\006\002\020\002'
|
33
33
|
_TCPPROTOCOLOPTIONS._options = None
|
34
34
|
_TCPPROTOCOLOPTIONS._serialized_options = b'\232\305\210\036&\n$envoy.api.v2.core.TcpProtocolOptions'
|
35
|
-
_QUICKEEPALIVESETTINGS.fields_by_name['max_interval']._options = None
|
36
|
-
_QUICKEEPALIVESETTINGS.fields_by_name['max_interval']._serialized_options = b'\372B\t\252\001\006\"\0002\002\010\001'
|
37
35
|
_QUICKEEPALIVESETTINGS.fields_by_name['initial_interval']._options = None
|
38
|
-
_QUICKEEPALIVESETTINGS.fields_by_name['initial_interval']._serialized_options = b'\372B\
|
36
|
+
_QUICKEEPALIVESETTINGS.fields_by_name['initial_interval']._serialized_options = b'\372B\013\252\001\010\"\0002\004\020\300\204='
|
39
37
|
_QUICPROTOCOLOPTIONS.fields_by_name['max_concurrent_streams']._options = None
|
40
38
|
_QUICPROTOCOLOPTIONS.fields_by_name['max_concurrent_streams']._serialized_options = b'\372B\004*\002(\001'
|
41
39
|
_QUICPROTOCOLOPTIONS.fields_by_name['initial_stream_window_size']._options = None
|
@@ -60,6 +58,8 @@ if _descriptor._USE_C_DESCRIPTORS == False:
|
|
60
58
|
_ALTERNATEPROTOCOLSCACHEOPTIONS.fields_by_name['max_entries']._serialized_options = b'\372B\004*\002 \000'
|
61
59
|
_HTTPPROTOCOLOPTIONS.fields_by_name['max_headers_count']._options = None
|
62
60
|
_HTTPPROTOCOLOPTIONS.fields_by_name['max_headers_count']._serialized_options = b'\372B\004*\002(\001'
|
61
|
+
_HTTPPROTOCOLOPTIONS.fields_by_name['max_response_headers_kb']._options = None
|
62
|
+
_HTTPPROTOCOLOPTIONS.fields_by_name['max_response_headers_kb']._serialized_options = b'\372B\007*\005\030\200@ \000'
|
63
63
|
_HTTPPROTOCOLOPTIONS._options = None
|
64
64
|
_HTTPPROTOCOLOPTIONS._serialized_options = b'\232\305\210\036\'\n%envoy.api.v2.core.HttpProtocolOptions'
|
65
65
|
_HTTP1PROTOCOLOPTIONS_HEADERKEYFORMAT_PROPERCASEWORDS._options = None
|
@@ -113,35 +113,35 @@ if _descriptor._USE_C_DESCRIPTORS == False:
|
|
113
113
|
_globals['_TCPPROTOCOLOPTIONS']._serialized_start=353
|
114
114
|
_globals['_TCPPROTOCOLOPTIONS']._serialized_end=418
|
115
115
|
_globals['_QUICKEEPALIVESETTINGS']._serialized_start=421
|
116
|
-
_globals['_QUICKEEPALIVESETTINGS']._serialized_end=
|
117
|
-
_globals['_QUICPROTOCOLOPTIONS']._serialized_start=
|
118
|
-
_globals['_QUICPROTOCOLOPTIONS']._serialized_end=
|
119
|
-
_globals['_UPSTREAMHTTPPROTOCOLOPTIONS']._serialized_start=
|
120
|
-
_globals['_UPSTREAMHTTPPROTOCOLOPTIONS']._serialized_end=
|
121
|
-
_globals['_ALTERNATEPROTOCOLSCACHEOPTIONS']._serialized_start=
|
122
|
-
_globals['_ALTERNATEPROTOCOLSCACHEOPTIONS']._serialized_end=
|
123
|
-
_globals['_ALTERNATEPROTOCOLSCACHEOPTIONS_ALTERNATEPROTOCOLSCACHEENTRY']._serialized_start=
|
124
|
-
_globals['_ALTERNATEPROTOCOLSCACHEOPTIONS_ALTERNATEPROTOCOLSCACHEENTRY']._serialized_end=
|
125
|
-
_globals['_HTTPPROTOCOLOPTIONS']._serialized_start=
|
126
|
-
_globals['_HTTPPROTOCOLOPTIONS']._serialized_end=
|
127
|
-
_globals['_HTTPPROTOCOLOPTIONS_HEADERSWITHUNDERSCORESACTION']._serialized_start=
|
128
|
-
_globals['_HTTPPROTOCOLOPTIONS_HEADERSWITHUNDERSCORESACTION']._serialized_end=
|
129
|
-
_globals['_HTTP1PROTOCOLOPTIONS']._serialized_start=
|
130
|
-
_globals['_HTTP1PROTOCOLOPTIONS']._serialized_end=
|
131
|
-
_globals['_HTTP1PROTOCOLOPTIONS_HEADERKEYFORMAT']._serialized_start=
|
132
|
-
_globals['_HTTP1PROTOCOLOPTIONS_HEADERKEYFORMAT']._serialized_end=
|
133
|
-
_globals['_HTTP1PROTOCOLOPTIONS_HEADERKEYFORMAT_PROPERCASEWORDS']._serialized_start=
|
134
|
-
_globals['_HTTP1PROTOCOLOPTIONS_HEADERKEYFORMAT_PROPERCASEWORDS']._serialized_end=
|
135
|
-
_globals['_KEEPALIVESETTINGS']._serialized_start=
|
136
|
-
_globals['_KEEPALIVESETTINGS']._serialized_end=
|
137
|
-
_globals['_HTTP2PROTOCOLOPTIONS']._serialized_start=
|
138
|
-
_globals['_HTTP2PROTOCOLOPTIONS']._serialized_end=
|
139
|
-
_globals['_HTTP2PROTOCOLOPTIONS_SETTINGSPARAMETER']._serialized_start=
|
140
|
-
_globals['_HTTP2PROTOCOLOPTIONS_SETTINGSPARAMETER']._serialized_end=
|
141
|
-
_globals['_GRPCPROTOCOLOPTIONS']._serialized_start=
|
142
|
-
_globals['_GRPCPROTOCOLOPTIONS']._serialized_end=
|
143
|
-
_globals['_HTTP3PROTOCOLOPTIONS']._serialized_start=
|
144
|
-
_globals['_HTTP3PROTOCOLOPTIONS']._serialized_end=
|
145
|
-
_globals['_SCHEMEHEADERTRANSFORMATION']._serialized_start=
|
146
|
-
_globals['_SCHEMEHEADERTRANSFORMATION']._serialized_end=
|
116
|
+
_globals['_QUICKEEPALIVESETTINGS']._serialized_end=562
|
117
|
+
_globals['_QUICPROTOCOLOPTIONS']._serialized_start=565
|
118
|
+
_globals['_QUICPROTOCOLOPTIONS']._serialized_end=1179
|
119
|
+
_globals['_UPSTREAMHTTPPROTOCOLOPTIONS']._serialized_start=1182
|
120
|
+
_globals['_UPSTREAMHTTPPROTOCOLOPTIONS']._serialized_end=1359
|
121
|
+
_globals['_ALTERNATEPROTOCOLSCACHEOPTIONS']._serialized_start=1362
|
122
|
+
_globals['_ALTERNATEPROTOCOLSCACHEOPTIONS']._serialized_end=1784
|
123
|
+
_globals['_ALTERNATEPROTOCOLSCACHEOPTIONS_ALTERNATEPROTOCOLSCACHEENTRY']._serialized_start=1696
|
124
|
+
_globals['_ALTERNATEPROTOCOLSCACHEOPTIONS_ALTERNATEPROTOCOLSCACHEENTRY']._serialized_end=1784
|
125
|
+
_globals['_HTTPPROTOCOLOPTIONS']._serialized_start=1787
|
126
|
+
_globals['_HTTPPROTOCOLOPTIONS']._serialized_end=2420
|
127
|
+
_globals['_HTTPPROTOCOLOPTIONS_HEADERSWITHUNDERSCORESACTION']._serialized_start=2296
|
128
|
+
_globals['_HTTPPROTOCOLOPTIONS_HEADERSWITHUNDERSCORESACTION']._serialized_end=2374
|
129
|
+
_globals['_HTTP1PROTOCOLOPTIONS']._serialized_start=2423
|
130
|
+
_globals['_HTTP1PROTOCOLOPTIONS']._serialized_end=3351
|
131
|
+
_globals['_HTTP1PROTOCOLOPTIONS_HEADERKEYFORMAT']._serialized_start=2925
|
132
|
+
_globals['_HTTP1PROTOCOLOPTIONS_HEADERKEYFORMAT']._serialized_end=3304
|
133
|
+
_globals['_HTTP1PROTOCOLOPTIONS_HEADERKEYFORMAT_PROPERCASEWORDS']._serialized_start=3123
|
134
|
+
_globals['_HTTP1PROTOCOLOPTIONS_HEADERKEYFORMAT_PROPERCASEWORDS']._serialized_end=3219
|
135
|
+
_globals['_KEEPALIVESETTINGS']._serialized_start=3354
|
136
|
+
_globals['_KEEPALIVESETTINGS']._serialized_end=3616
|
137
|
+
_globals['_HTTP2PROTOCOLOPTIONS']._serialized_start=3619
|
138
|
+
_globals['_HTTP2PROTOCOLOPTIONS']._serialized_end=5038
|
139
|
+
_globals['_HTTP2PROTOCOLOPTIONS_SETTINGSPARAMETER']._serialized_start=4784
|
140
|
+
_globals['_HTTP2PROTOCOLOPTIONS_SETTINGSPARAMETER']._serialized_end=4991
|
141
|
+
_globals['_GRPCPROTOCOLOPTIONS']._serialized_start=5041
|
142
|
+
_globals['_GRPCPROTOCOLOPTIONS']._serialized_end=5184
|
143
|
+
_globals['_HTTP3PROTOCOLOPTIONS']._serialized_start=5187
|
144
|
+
_globals['_HTTP3PROTOCOLOPTIONS']._serialized_end=5432
|
145
|
+
_globals['_SCHEMEHEADERTRANSFORMATION']._serialized_start=5434
|
146
|
+
_globals['_SCHEMEHEADERTRANSFORMATION']._serialized_end=5555
|
147
147
|
# @@protoc_insertion_point(module_scope)
|