xds-protos 1.65.4__py3-none-any.whl → 1.66.0rc2__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/server_info_pb2.py +8 -8
- envoy/config/accesslog/v3/accesslog_pb2.py +13 -13
- envoy/config/bootstrap/v3/bootstrap_pb2.py +50 -48
- envoy/config/cluster/v3/cluster_pb2.py +68 -62
- envoy/config/cluster/v3/outlier_detection_pb2.py +4 -3
- envoy/config/core/v3/base_pb2.py +74 -46
- envoy/config/core/v3/config_source_pb2.py +2 -4
- envoy/config/core/v3/grpc_service_pb2.py +28 -28
- envoy/config/core/v3/health_check_pb2.py +24 -23
- envoy/config/core/v3/protocol_pb2.py +32 -30
- envoy/config/endpoint/v3/endpoint_components_pb2.py +4 -4
- envoy/config/endpoint/v3/load_report_pb2.py +20 -11
- envoy/config/listener/v3/listener_pb2.py +18 -18
- envoy/config/listener/v3/quic_config_pb2.py +2 -2
- envoy/config/rbac/v3/rbac_pb2.py +12 -12
- envoy/config/route/v3/route_components_pb2.py +98 -98
- envoy/config/trace/v3/datadog_pb2.py +6 -3
- envoy/config/trace/v3/dynamic_ot_pb2.py +4 -4
- envoy/config/trace/v3/opencensus_pb2.py +17 -17
- envoy/config/trace/v3/zipkin_pb2.py +6 -4
- envoy/data/accesslog/v3/accesslog_pb2.py +26 -26
- envoy/data/core/v3/health_check_event_pb2.py +18 -16
- envoy/data/core/v3/tlv_metadata_pb2.py +31 -0
- envoy/extensions/access_loggers/fluentd/__init__.py +0 -0
- envoy/extensions/access_loggers/fluentd/v3/__init__.py +0 -0
- envoy/extensions/access_loggers/fluentd/v3/fluentd_pb2.py +45 -0
- envoy/extensions/access_loggers/open_telemetry/v3/logs_service_pb2.py +4 -3
- envoy/extensions/common/dynamic_forward_proxy/v3/dns_cache_pb2.py +2 -2
- envoy/extensions/common/ratelimit/v3/ratelimit_pb2.py +7 -5
- envoy/extensions/filters/http/alternate_protocols_cache/v3/alternate_protocols_cache_pb2.py +6 -3
- envoy/extensions/filters/http/aws_lambda/v3/aws_lambda_pb2.py +12 -6
- envoy/extensions/filters/http/aws_request_signing/v3/aws_request_signing_pb2.py +12 -9
- envoy/extensions/filters/http/basic_auth/v3/basic_auth_pb2.py +10 -3
- envoy/extensions/filters/http/cache/v3/cache_pb2.py +4 -4
- envoy/extensions/filters/http/composite/v3/composite_pb2.py +8 -7
- envoy/extensions/filters/http/cors/v3/cors_pb2.py +2 -2
- envoy/extensions/filters/http/credential_injector/v3/credential_injector_pb2.py +2 -2
- envoy/extensions/filters/http/ext_authz/v3/ext_authz_pb2.py +19 -18
- envoy/extensions/filters/http/ext_proc/v3/ext_proc_pb2.py +21 -9
- envoy/extensions/filters/http/gcp_authn/v3/gcp_authn_pb2.py +14 -10
- envoy/extensions/filters/http/grpc_json_transcoder/v3/transcoder_pb2.py +16 -8
- envoy/extensions/filters/http/json_to_metadata/v3/json_to_metadata_pb2.py +14 -13
- envoy/extensions/filters/http/jwt_authn/v3/config_pb2.py +40 -37
- envoy/extensions/filters/http/local_ratelimit/v3/local_rate_limit_pb2.py +2 -2
- envoy/extensions/filters/http/oauth2/v3/oauth_pb2.py +6 -6
- envoy/extensions/filters/http/rbac/v3/rbac_pb2.py +4 -4
- envoy/extensions/filters/http/thrift_to_metadata/__init__.py +0 -0
- envoy/extensions/filters/http/thrift_to_metadata/v3/__init__.py +0 -0
- envoy/extensions/filters/http/thrift_to_metadata/v3/thrift_to_metadata_pb2.py +61 -0
- envoy/extensions/filters/listener/proxy_protocol/v3/proxy_protocol_pb2.py +6 -6
- envoy/extensions/filters/network/ext_authz/v3/ext_authz_pb2.py +2 -2
- envoy/extensions/filters/network/http_connection_manager/v3/http_connection_manager_pb2.py +52 -52
- envoy/extensions/http/custom_response/redirect_policy/v3/redirect_policy_pb2.py +3 -3
- envoy/extensions/http/injected_credentials/__init__.py +0 -0
- envoy/extensions/http/injected_credentials/generic/__init__.py +0 -0
- envoy/extensions/http/injected_credentials/generic/v3/__init__.py +0 -0
- envoy/extensions/http/injected_credentials/generic/v3/generic_pb2.py +34 -0
- envoy/extensions/http/injected_credentials/oauth2/__init__.py +0 -0
- envoy/extensions/http/injected_credentials/oauth2/v3/__init__.py +0 -0
- envoy/extensions/http/injected_credentials/oauth2/v3/oauth2_pb2.py +46 -0
- envoy/extensions/load_balancing_policies/least_request/v3/least_request_pb2.py +10 -3
- envoy/extensions/network/dns_resolver/cares/v3/cares_dns_resolver_pb2.py +4 -3
- envoy/extensions/outlier_detection_monitors/__init__.py +0 -0
- envoy/extensions/outlier_detection_monitors/common/__init__.py +0 -0
- envoy/extensions/outlier_detection_monitors/common/v3/__init__.py +0 -0
- envoy/extensions/outlier_detection_monitors/common/v3/error_types_pb2.py +34 -0
- envoy/extensions/outlier_detection_monitors/consecutive_errors/__init__.py +0 -0
- envoy/extensions/outlier_detection_monitors/consecutive_errors/v3/__init__.py +0 -0
- envoy/extensions/outlier_detection_monitors/consecutive_errors/v3/consecutive_errors_pb2.py +34 -0
- envoy/extensions/quic/connection_debug_visitor/__init__.py +0 -0
- envoy/extensions/quic/connection_debug_visitor/v3/__init__.py +0 -0
- envoy/extensions/quic/connection_debug_visitor/v3/connection_debug_visitor_basic_pb2.py +27 -0
- envoy/extensions/quic/server_preferred_address/v3/datasource_pb2.py +36 -0
- envoy/extensions/quic/server_preferred_address/v3/fixed_server_preferred_address_config_pb2.py +6 -3
- envoy/extensions/string_matcher/__init__.py +0 -0
- envoy/extensions/string_matcher/lua/__init__.py +0 -0
- envoy/extensions/string_matcher/lua/v3/__init__.py +0 -0
- envoy/extensions/string_matcher/lua/v3/lua_pb2.py +31 -0
- envoy/extensions/tracers/opentelemetry/resource_detectors/v3/static_config_resource_detector_pb2.py +31 -0
- envoy/extensions/tracers/opentelemetry/samplers/v3/dynatrace_sampler_pb2.py +28 -0
- envoy/extensions/transport_sockets/tls/v3/common_pb2.py +10 -8
- envoy/service/auth/v3/attribute_context_pb2.py +22 -17
- envoy/service/ext_proc/v3/external_processor_pb2.py +40 -33
- envoy/type/matcher/v3/string_pb2.py +6 -5
- {xds_protos-1.65.4.dist-info → xds_protos-1.66.0rc2.dist-info}/METADATA +1 -1
- {xds_protos-1.65.4.dist-info → xds_protos-1.66.0rc2.dist-info}/RECORD +88 -57
- {xds_protos-1.65.4.dist-info → xds_protos-1.66.0rc2.dist-info}/WHEEL +0 -0
- {xds_protos-1.65.4.dist-info → xds_protos-1.66.0rc2.dist-info}/top_level.txt +0 -0
@@ -23,7 +23,7 @@ from udpa.annotations import versioning_pb2 as udpa_dot_annotations_dot_versioni
|
|
23
23
|
from validate import validate_pb2 as validate_dot_validate__pb2
|
24
24
|
|
25
25
|
|
26
|
-
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n\'envoy/data/accesslog/v3/accesslog.proto\x12\x17\x65nvoy.data.accesslog.v3\x1a\"envoy/config/core/v3/address.proto\x1a\x1f\x65nvoy/config/core/v3/base.proto\x1a\x19google/protobuf/any.proto\x1a\x1egoogle/protobuf/duration.proto\x1a\x1fgoogle/protobuf/timestamp.proto\x1a\x1egoogle/protobuf/wrappers.proto\x1a#envoy/annotations/deprecation.proto\x1a\x1dudpa/annotations/status.proto\x1a!udpa/annotations/versioning.proto\x1a\x17validate/validate.proto\"\xd8\x01\n\x11TCPAccessLogEntry\x12\x43\n\x11\x63ommon_properties\x18\x01 \x01(\x0b\x32(.envoy.data.accesslog.v3.AccessLogCommon\x12L\n\x15\x63onnection_properties\x18\x02 \x01(\x0b\x32-.envoy.data.accesslog.v3.ConnectionProperties:0\x9a\xc5\x88\x1e+\n)envoy.data.accesslog.v2.TCPAccessLogEntry\"\xba\x03\n\x12HTTPAccessLogEntry\x12\x43\n\x11\x63ommon_properties\x18\x01 \x01(\x0b\x32(.envoy.data.accesslog.v3.AccessLogCommon\x12Q\n\x10protocol_version\x18\x02 \x01(\x0e\x32\x37.envoy.data.accesslog.v3.HTTPAccessLogEntry.HTTPVersion\x12?\n\x07request\x18\x03 \x01(\x0b\x32..envoy.data.accesslog.v3.HTTPRequestProperties\x12\x41\n\x08response\x18\x04 \x01(\x0b\x32/.envoy.data.accesslog.v3.HTTPResponseProperties\"U\n\x0bHTTPVersion\x12\x18\n\x14PROTOCOL_UNSPECIFIED\x10\x00\x12\n\n\x06HTTP10\x10\x01\x12\n\n\x06HTTP11\x10\x02\x12\t\n\x05HTTP2\x10\x03\x12\t\n\x05HTTP3\x10\x04:1\x9a\xc5\x88\x1e,\n*envoy.data.accesslog.v2.HTTPAccessLogEntry\"w\n\x14\x43onnectionProperties\x12\x16\n\x0ereceived_bytes\x18\x01 \x01(\x04\x12\x12\n\nsent_bytes\x18\x02 \x01(\x04:3\x9a\xc5\x88\x1e.\n,envoy.data.accesslog.v2.ConnectionProperties\"\xb3\x0f\n\x0f\x41\x63\x63\x65ssLogCommon\x12,\n\x0bsample_rate\x18\x01 \x01(\x01\x42\x17\xfa\x42\x14\x12\x12\x19\x00\x00\x00\x00\x00\x00\xf0?!\x00\x00\x00\x00\x00\x00\x00\x00\x12@\n\x19\x64ownstream_remote_address\x18\x02 \x01(\x0b\x32\x1d.envoy.config.core.v3.Address\x12?\n\x18\x64ownstream_local_address\x18\x03 \x01(\x0b\x32\x1d.envoy.config.core.v3.Address\x12>\n\x0etls_properties\x18\x04 \x01(\x0b\x32&.envoy.data.accesslog.v3.TLSProperties\x12.\n\nstart_time\x18\x05 \x01(\x0b\x32\x1a.google.protobuf.Timestamp\x12\x37\n\x14time_to_last_rx_byte\x18\x06 \x01(\x0b\x32\x19.google.protobuf.Duration\x12\x41\n\x1etime_to_first_upstream_tx_byte\x18\x07 \x01(\x0b\x32\x19.google.protobuf.Duration\x12@\n\x1dtime_to_last_upstream_tx_byte\x18\x08 \x01(\x0b\x32\x19.google.protobuf.Duration\x12\x41\n\x1etime_to_first_upstream_rx_byte\x18\t \x01(\x0b\x32\x19.google.protobuf.Duration\x12@\n\x1dtime_to_last_upstream_rx_byte\x18\n \x01(\x0b\x32\x19.google.protobuf.Duration\x12\x43\n time_to_first_downstream_tx_byte\x18\x0b \x01(\x0b\x32\x19.google.protobuf.Duration\x12\x42\n\x1ftime_to_last_downstream_tx_byte\x18\x0c \x01(\x0b\x32\x19.google.protobuf.Duration\x12>\n\x17upstream_remote_address\x18\r \x01(\x0b\x32\x1d.envoy.config.core.v3.Address\x12=\n\x16upstream_local_address\x18\x0e \x01(\x0b\x32\x1d.envoy.config.core.v3.Address\x12\x18\n\x10upstream_cluster\x18\x0f \x01(\t\x12>\n\x0eresponse_flags\x18\x10 \x01(\x0b\x32&.envoy.data.accesslog.v3.ResponseFlags\x12\x30\n\x08metadata\x18\x11 \x01(\x0b\x32\x1e.envoy.config.core.v3.Metadata\x12)\n!upstream_transport_failure_reason\x18\x12 \x01(\t\x12\x12\n\nroute_name\x18\x13 \x01(\t\x12G\n downstream_direct_remote_address\x18\x14 \x01(\x0b\x32\x1d.envoy.config.core.v3.Address\x12^\n\x14\x66ilter_state_objects\x18\x15 \x03(\x0b\x32@.envoy.data.accesslog.v3.AccessLogCommon.FilterStateObjectsEntry\x12M\n\x0b\x63ustom_tags\x18\x16 \x03(\x0b\x32\x38.envoy.data.accesslog.v3.AccessLogCommon.CustomTagsEntry\x12+\n\x08\x64uration\x18\x17 \x01(\x0b\x32\x19.google.protobuf.Duration\x12&\n\x1eupstream_request_attempt_count\x18\x18 \x01(\r\x12&\n\x1e\x63onnection_termination_details\x18\x19 \x01(\t\x12\x11\n\tstream_id\x18\x1a \x01(\t\x12+\n\x16intermediate_log_entry\x18\x1b \x01(\x08\x42\x0b\x18\x01\x92\xc7\x86\xd8\x04\x03\x33.0\x12+\n#downstream_transport_failure_reason\x18\x1c \x01(\t\x12\"\n\x1a\x64ownstream_wire_bytes_sent\x18\x1d \x01(\x04\x12&\n\x1e\x64ownstream_wire_bytes_received\x18\x1e \x01(\x04\x12 \n\x18upstream_wire_bytes_sent\x18\x1f \x01(\x04\x12$\n\x1cupstream_wire_bytes_received\x18 \x01(\x04\x12?\n\x0f\x61\x63\x63\x65ss_log_type\x18! \x01(\x0e\x32&.envoy.data.accesslog.v3.AccessLogType\x1aO\n\x17\x46ilterStateObjectsEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12#\n\x05value\x18\x02 \x01(\x0b\x32\x14.google.protobuf.Any:\x02\x38\x01\x1a\x31\n\x0f\x43ustomTagsEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12\r\n\x05value\x18\x02 \x01(\t:\x02\x38\x01:.\x9a\xc5\x88\x1e)\n\'envoy.data.accesslog.v2.AccessLogCommon\"\x98\t\n\rResponseFlags\x12 \n\x18\x66\x61iled_local_healthcheck\x18\x01 \x01(\x08\x12\x1b\n\x13no_healthy_upstream\x18\x02 \x01(\x08\x12 \n\x18upstream_request_timeout\x18\x03 \x01(\x08\x12\x13\n\x0blocal_reset\x18\x04 \x01(\x08\x12\x1d\n\x15upstream_remote_reset\x18\x05 \x01(\x08\x12#\n\x1bupstream_connection_failure\x18\x06 \x01(\x08\x12\'\n\x1fupstream_connection_termination\x18\x07 \x01(\x08\x12\x19\n\x11upstream_overflow\x18\x08 \x01(\x08\x12\x16\n\x0eno_route_found\x18\t \x01(\x08\x12\x16\n\x0e\x64\x65lay_injected\x18\n \x01(\x08\x12\x16\n\x0e\x66\x61ult_injected\x18\x0b \x01(\x08\x12\x14\n\x0crate_limited\x18\x0c \x01(\x08\x12Q\n\x14unauthorized_details\x18\r \x01(\x0b\x32\x33.envoy.data.accesslog.v3.ResponseFlags.Unauthorized\x12 \n\x18rate_limit_service_error\x18\x0e \x01(\x08\x12)\n!downstream_connection_termination\x18\x0f \x01(\x08\x12%\n\x1dupstream_retry_limit_exceeded\x18\x10 \x01(\x08\x12\x1b\n\x13stream_idle_timeout\x18\x11 \x01(\x08\x12%\n\x1dinvalid_envoy_request_headers\x18\x12 \x01(\x08\x12!\n\x19\x64ownstream_protocol_error\x18\x13 \x01(\x08\x12,\n$upstream_max_stream_duration_reached\x18\x14 \x01(\x08\x12\"\n\x1aresponse_from_cache_filter\x18\x15 \x01(\x08\x12\x1e\n\x16no_filter_config_found\x18\x16 \x01(\x08\x12\x18\n\x10\x64uration_timeout\x18\x17 \x01(\x08\x12\x1f\n\x17upstream_protocol_error\x18\x18 \x01(\x08\x12\x18\n\x10no_cluster_found\x18\x19 \x01(\x08\x12\x18\n\x10overload_manager\x18\x1a \x01(\x08\x12\x1e\n\x16\x64ns_resolution_failure\x18\x1b \x01(\x08\x1a\xcd\x01\n\x0cUnauthorized\x12J\n\x06reason\x18\x01 \x01(\x0e\x32:.envoy.data.accesslog.v3.ResponseFlags.Unauthorized.Reason\"6\n\x06Reason\x12\x16\n\x12REASON_UNSPECIFIED\x10\x00\x12\x14\n\x10\x45XTERNAL_SERVICE\x10\x01:9\x9a\xc5\x88\x1e\x34\n2envoy.data.accesslog.v2.ResponseFlags.Unauthorized:,\x9a\xc5\x88\x1e\'\n%envoy.data.accesslog.v2.ResponseFlags\"\x99\x07\n\rTLSProperties\x12\x46\n\x0btls_version\x18\x01 \x01(\x0e\x32\x31.envoy.data.accesslog.v3.TLSProperties.TLSVersion\x12\x36\n\x10tls_cipher_suite\x18\x02 \x01(\x0b\x32\x1c.google.protobuf.UInt32Value\x12\x18\n\x10tls_sni_hostname\x18\x03 \x01(\t\x12\x62\n\x1clocal_certificate_properties\x18\x04 \x01(\x0b\x32<.envoy.data.accesslog.v3.TLSProperties.CertificateProperties\x12\x61\n\x1bpeer_certificate_properties\x18\x05 \x01(\x0b\x32<.envoy.data.accesslog.v3.TLSProperties.CertificateProperties\x12\x16\n\x0etls_session_id\x18\x06 \x01(\t\x12\x17\n\x0fja3_fingerprint\x18\x07 \x01(\t\x1a\xee\x02\n\x15\x43\x65rtificateProperties\x12\x65\n\x10subject_alt_name\x18\x01 \x03(\x0b\x32K.envoy.data.accesslog.v3.TLSProperties.CertificateProperties.SubjectAltName\x12\x0f\n\x07subject\x18\x02 \x01(\t\x12\x0e\n\x06issuer\x18\x03 \x01(\t\x1a\x88\x01\n\x0eSubjectAltName\x12\r\n\x03uri\x18\x01 \x01(\tH\x00\x12\r\n\x03\x64ns\x18\x02 \x01(\tH\x00:Q\x9a\xc5\x88\x1eL\nJenvoy.data.accesslog.v2.TLSProperties.CertificateProperties.SubjectAltNameB\x05\n\x03san:B\x9a\xc5\x88\x1e=\n;envoy.data.accesslog.v2.TLSProperties.CertificateProperties\"W\n\nTLSVersion\x12\x17\n\x13VERSION_UNSPECIFIED\x10\x00\x12\t\n\x05TLSv1\x10\x01\x12\x0b\n\x07TLSv1_1\x10\x02\x12\x0b\n\x07TLSv1_2\x10\x03\x12\x0b\n\x07TLSv1_3\x10\x04:,\x9a\xc5\x88\x1e\'\n%envoy.data.accesslog.v2.TLSProperties\"\xf5\x04\n\x15HTTPRequestProperties\x12\x45\n\x0erequest_method\x18\x01 \x01(\x0e\x32#.envoy.config.core.v3.RequestMethodB\x08\xfa\x42\x05\x82\x01\x02\x10\x01\x12\x0e\n\x06scheme\x18\x02 \x01(\t\x12\x11\n\tauthority\x18\x03 \x01(\t\x12*\n\x04port\x18\x04 \x01(\x0b\x32\x1c.google.protobuf.UInt32Value\x12\x0c\n\x04path\x18\x05 \x01(\t\x12\x12\n\nuser_agent\x18\x06 \x01(\t\x12\x0f\n\x07referer\x18\x07 \x01(\t\x12\x15\n\rforwarded_for\x18\x08 \x01(\t\x12\x12\n\nrequest_id\x18\t \x01(\t\x12\x15\n\roriginal_path\x18\n \x01(\t\x12\x1d\n\x15request_headers_bytes\x18\x0b \x01(\x04\x12\x1a\n\x12request_body_bytes\x18\x0c \x01(\x04\x12[\n\x0frequest_headers\x18\r \x03(\x0b\x32\x42.envoy.data.accesslog.v3.HTTPRequestProperties.RequestHeadersEntry\x12\"\n\x1aupstream_header_bytes_sent\x18\x0e \x01(\x04\x12(\n downstream_header_bytes_received\x18\x0f \x01(\x04\x1a\x35\n\x13RequestHeadersEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12\r\n\x05value\x18\x02 \x01(\t:\x02\x38\x01:4\x9a\xc5\x88\x1e/\n-envoy.data.accesslog.v2.HTTPRequestProperties\"\xe1\x04\n\x16HTTPResponseProperties\x12\x33\n\rresponse_code\x18\x01 \x01(\x0b\x32\x1c.google.protobuf.UInt32Value\x12\x1e\n\x16response_headers_bytes\x18\x02 \x01(\x04\x12\x1b\n\x13response_body_bytes\x18\x03 \x01(\x04\x12^\n\x10response_headers\x18\x04 \x03(\x0b\x32\x44.envoy.data.accesslog.v3.HTTPResponseProperties.ResponseHeadersEntry\x12`\n\x11response_trailers\x18\x05 \x03(\x0b\x32\x45.envoy.data.accesslog.v3.HTTPResponseProperties.ResponseTrailersEntry\x12\x1d\n\x15response_code_details\x18\x06 \x01(\t\x12&\n\x1eupstream_header_bytes_received\x18\x07 \x01(\x04\x12$\n\x1c\x64ownstream_header_bytes_sent\x18\x08 \x01(\x04\x1a\x36\n\x14ResponseHeadersEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12\r\n\x05value\x18\x02 \x01(\t:\x02\x38\x01\x1a\x37\n\x15ResponseTrailersEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12\r\n\x05value\x18\x02 \x01(\t:\x02\x38\x01:5\x9a\xc5\x88\x1e\x30\n.envoy.data.accesslog.v2.HTTPResponseProperties*\xcb\x02\n\rAccessLogType\x12\n\n\x06NotSet\x10\x00\x12\x18\n\x14TcpUpstreamConnected\x10\x01\x12\x0f\n\x0bTcpPeriodic\x10\x02\x12\x14\n\x10TcpConnectionEnd\x10\x03\x12\x13\n\x0f\x44ownstreamStart\x10\x04\x12\x16\n\x12\x44ownstreamPeriodic\x10\x05\x12\x11\n\rDownstreamEnd\x10\x06\x12\x15\n\x11UpstreamPoolReady\x10\x07\x12\x14\n\x10UpstreamPeriodic\x10\x08\x12\x0f\n\x0bUpstreamEnd\x10\t\x12+\n\'DownstreamTunnelSuccessfullyEstablished\x10\n\x12\x1e\n\x1aUdpTunnelUpstreamConnected\x10\x0b\x12\x0f\n\x0bUdpPeriodic\x10\x0c\x12\x11\n\rUdpSessionEnd\x10\rB\x8d\x01\n%io.envoyproxy.envoy.data.accesslog.v3B\x0e\x41\x63\x63\x65sslogProtoP\x01ZJgithub.com/envoyproxy/go-control-plane/envoy/data/accesslog/v3;accesslogv3\xba\x80\xc8\xd1\x06\x02\x10\x02\x62\x06proto3')
|
26
|
+
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n\'envoy/data/accesslog/v3/accesslog.proto\x12\x17\x65nvoy.data.accesslog.v3\x1a\"envoy/config/core/v3/address.proto\x1a\x1f\x65nvoy/config/core/v3/base.proto\x1a\x19google/protobuf/any.proto\x1a\x1egoogle/protobuf/duration.proto\x1a\x1fgoogle/protobuf/timestamp.proto\x1a\x1egoogle/protobuf/wrappers.proto\x1a#envoy/annotations/deprecation.proto\x1a\x1dudpa/annotations/status.proto\x1a!udpa/annotations/versioning.proto\x1a\x17validate/validate.proto\"\xd8\x01\n\x11TCPAccessLogEntry\x12\x43\n\x11\x63ommon_properties\x18\x01 \x01(\x0b\x32(.envoy.data.accesslog.v3.AccessLogCommon\x12L\n\x15\x63onnection_properties\x18\x02 \x01(\x0b\x32-.envoy.data.accesslog.v3.ConnectionProperties:0\x9a\xc5\x88\x1e+\n)envoy.data.accesslog.v2.TCPAccessLogEntry\"\xba\x03\n\x12HTTPAccessLogEntry\x12\x43\n\x11\x63ommon_properties\x18\x01 \x01(\x0b\x32(.envoy.data.accesslog.v3.AccessLogCommon\x12Q\n\x10protocol_version\x18\x02 \x01(\x0e\x32\x37.envoy.data.accesslog.v3.HTTPAccessLogEntry.HTTPVersion\x12?\n\x07request\x18\x03 \x01(\x0b\x32..envoy.data.accesslog.v3.HTTPRequestProperties\x12\x41\n\x08response\x18\x04 \x01(\x0b\x32/.envoy.data.accesslog.v3.HTTPResponseProperties\"U\n\x0bHTTPVersion\x12\x18\n\x14PROTOCOL_UNSPECIFIED\x10\x00\x12\n\n\x06HTTP10\x10\x01\x12\n\n\x06HTTP11\x10\x02\x12\t\n\x05HTTP2\x10\x03\x12\t\n\x05HTTP3\x10\x04:1\x9a\xc5\x88\x1e,\n*envoy.data.accesslog.v2.HTTPAccessLogEntry\"w\n\x14\x43onnectionProperties\x12\x16\n\x0ereceived_bytes\x18\x01 \x01(\x04\x12\x12\n\nsent_bytes\x18\x02 \x01(\x04:3\x9a\xc5\x88\x1e.\n,envoy.data.accesslog.v2.ConnectionProperties\"\xb3\x0f\n\x0f\x41\x63\x63\x65ssLogCommon\x12,\n\x0bsample_rate\x18\x01 \x01(\x01\x42\x17\xfa\x42\x14\x12\x12\x19\x00\x00\x00\x00\x00\x00\xf0?!\x00\x00\x00\x00\x00\x00\x00\x00\x12@\n\x19\x64ownstream_remote_address\x18\x02 \x01(\x0b\x32\x1d.envoy.config.core.v3.Address\x12?\n\x18\x64ownstream_local_address\x18\x03 \x01(\x0b\x32\x1d.envoy.config.core.v3.Address\x12>\n\x0etls_properties\x18\x04 \x01(\x0b\x32&.envoy.data.accesslog.v3.TLSProperties\x12.\n\nstart_time\x18\x05 \x01(\x0b\x32\x1a.google.protobuf.Timestamp\x12\x37\n\x14time_to_last_rx_byte\x18\x06 \x01(\x0b\x32\x19.google.protobuf.Duration\x12\x41\n\x1etime_to_first_upstream_tx_byte\x18\x07 \x01(\x0b\x32\x19.google.protobuf.Duration\x12@\n\x1dtime_to_last_upstream_tx_byte\x18\x08 \x01(\x0b\x32\x19.google.protobuf.Duration\x12\x41\n\x1etime_to_first_upstream_rx_byte\x18\t \x01(\x0b\x32\x19.google.protobuf.Duration\x12@\n\x1dtime_to_last_upstream_rx_byte\x18\n \x01(\x0b\x32\x19.google.protobuf.Duration\x12\x43\n time_to_first_downstream_tx_byte\x18\x0b \x01(\x0b\x32\x19.google.protobuf.Duration\x12\x42\n\x1ftime_to_last_downstream_tx_byte\x18\x0c \x01(\x0b\x32\x19.google.protobuf.Duration\x12>\n\x17upstream_remote_address\x18\r \x01(\x0b\x32\x1d.envoy.config.core.v3.Address\x12=\n\x16upstream_local_address\x18\x0e \x01(\x0b\x32\x1d.envoy.config.core.v3.Address\x12\x18\n\x10upstream_cluster\x18\x0f \x01(\t\x12>\n\x0eresponse_flags\x18\x10 \x01(\x0b\x32&.envoy.data.accesslog.v3.ResponseFlags\x12\x30\n\x08metadata\x18\x11 \x01(\x0b\x32\x1e.envoy.config.core.v3.Metadata\x12)\n!upstream_transport_failure_reason\x18\x12 \x01(\t\x12\x12\n\nroute_name\x18\x13 \x01(\t\x12G\n downstream_direct_remote_address\x18\x14 \x01(\x0b\x32\x1d.envoy.config.core.v3.Address\x12^\n\x14\x66ilter_state_objects\x18\x15 \x03(\x0b\x32@.envoy.data.accesslog.v3.AccessLogCommon.FilterStateObjectsEntry\x12M\n\x0b\x63ustom_tags\x18\x16 \x03(\x0b\x32\x38.envoy.data.accesslog.v3.AccessLogCommon.CustomTagsEntry\x12+\n\x08\x64uration\x18\x17 \x01(\x0b\x32\x19.google.protobuf.Duration\x12&\n\x1eupstream_request_attempt_count\x18\x18 \x01(\r\x12&\n\x1e\x63onnection_termination_details\x18\x19 \x01(\t\x12\x11\n\tstream_id\x18\x1a \x01(\t\x12+\n\x16intermediate_log_entry\x18\x1b \x01(\x08\x42\x0b\x18\x01\x92\xc7\x86\xd8\x04\x03\x33.0\x12+\n#downstream_transport_failure_reason\x18\x1c \x01(\t\x12\"\n\x1a\x64ownstream_wire_bytes_sent\x18\x1d \x01(\x04\x12&\n\x1e\x64ownstream_wire_bytes_received\x18\x1e \x01(\x04\x12 \n\x18upstream_wire_bytes_sent\x18\x1f \x01(\x04\x12$\n\x1cupstream_wire_bytes_received\x18 \x01(\x04\x12?\n\x0f\x61\x63\x63\x65ss_log_type\x18! \x01(\x0e\x32&.envoy.data.accesslog.v3.AccessLogType\x1aO\n\x17\x46ilterStateObjectsEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12#\n\x05value\x18\x02 \x01(\x0b\x32\x14.google.protobuf.Any:\x02\x38\x01\x1a\x31\n\x0f\x43ustomTagsEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12\r\n\x05value\x18\x02 \x01(\t:\x02\x38\x01:.\x9a\xc5\x88\x1e)\n\'envoy.data.accesslog.v2.AccessLogCommon\"\xb9\t\n\rResponseFlags\x12 \n\x18\x66\x61iled_local_healthcheck\x18\x01 \x01(\x08\x12\x1b\n\x13no_healthy_upstream\x18\x02 \x01(\x08\x12 \n\x18upstream_request_timeout\x18\x03 \x01(\x08\x12\x13\n\x0blocal_reset\x18\x04 \x01(\x08\x12\x1d\n\x15upstream_remote_reset\x18\x05 \x01(\x08\x12#\n\x1bupstream_connection_failure\x18\x06 \x01(\x08\x12\'\n\x1fupstream_connection_termination\x18\x07 \x01(\x08\x12\x19\n\x11upstream_overflow\x18\x08 \x01(\x08\x12\x16\n\x0eno_route_found\x18\t \x01(\x08\x12\x16\n\x0e\x64\x65lay_injected\x18\n \x01(\x08\x12\x16\n\x0e\x66\x61ult_injected\x18\x0b \x01(\x08\x12\x14\n\x0crate_limited\x18\x0c \x01(\x08\x12Q\n\x14unauthorized_details\x18\r \x01(\x0b\x32\x33.envoy.data.accesslog.v3.ResponseFlags.Unauthorized\x12 \n\x18rate_limit_service_error\x18\x0e \x01(\x08\x12)\n!downstream_connection_termination\x18\x0f \x01(\x08\x12%\n\x1dupstream_retry_limit_exceeded\x18\x10 \x01(\x08\x12\x1b\n\x13stream_idle_timeout\x18\x11 \x01(\x08\x12%\n\x1dinvalid_envoy_request_headers\x18\x12 \x01(\x08\x12!\n\x19\x64ownstream_protocol_error\x18\x13 \x01(\x08\x12,\n$upstream_max_stream_duration_reached\x18\x14 \x01(\x08\x12\"\n\x1aresponse_from_cache_filter\x18\x15 \x01(\x08\x12\x1e\n\x16no_filter_config_found\x18\x16 \x01(\x08\x12\x18\n\x10\x64uration_timeout\x18\x17 \x01(\x08\x12\x1f\n\x17upstream_protocol_error\x18\x18 \x01(\x08\x12\x18\n\x10no_cluster_found\x18\x19 \x01(\x08\x12\x18\n\x10overload_manager\x18\x1a \x01(\x08\x12\x1e\n\x16\x64ns_resolution_failure\x18\x1b \x01(\x08\x12\x1f\n\x17\x64ownstream_remote_reset\x18\x1c \x01(\x08\x1a\xcd\x01\n\x0cUnauthorized\x12J\n\x06reason\x18\x01 \x01(\x0e\x32:.envoy.data.accesslog.v3.ResponseFlags.Unauthorized.Reason\"6\n\x06Reason\x12\x16\n\x12REASON_UNSPECIFIED\x10\x00\x12\x14\n\x10\x45XTERNAL_SERVICE\x10\x01:9\x9a\xc5\x88\x1e\x34\n2envoy.data.accesslog.v2.ResponseFlags.Unauthorized:,\x9a\xc5\x88\x1e\'\n%envoy.data.accesslog.v2.ResponseFlags\"\x99\x07\n\rTLSProperties\x12\x46\n\x0btls_version\x18\x01 \x01(\x0e\x32\x31.envoy.data.accesslog.v3.TLSProperties.TLSVersion\x12\x36\n\x10tls_cipher_suite\x18\x02 \x01(\x0b\x32\x1c.google.protobuf.UInt32Value\x12\x18\n\x10tls_sni_hostname\x18\x03 \x01(\t\x12\x62\n\x1clocal_certificate_properties\x18\x04 \x01(\x0b\x32<.envoy.data.accesslog.v3.TLSProperties.CertificateProperties\x12\x61\n\x1bpeer_certificate_properties\x18\x05 \x01(\x0b\x32<.envoy.data.accesslog.v3.TLSProperties.CertificateProperties\x12\x16\n\x0etls_session_id\x18\x06 \x01(\t\x12\x17\n\x0fja3_fingerprint\x18\x07 \x01(\t\x1a\xee\x02\n\x15\x43\x65rtificateProperties\x12\x65\n\x10subject_alt_name\x18\x01 \x03(\x0b\x32K.envoy.data.accesslog.v3.TLSProperties.CertificateProperties.SubjectAltName\x12\x0f\n\x07subject\x18\x02 \x01(\t\x12\x0e\n\x06issuer\x18\x03 \x01(\t\x1a\x88\x01\n\x0eSubjectAltName\x12\r\n\x03uri\x18\x01 \x01(\tH\x00\x12\r\n\x03\x64ns\x18\x02 \x01(\tH\x00:Q\x9a\xc5\x88\x1eL\nJenvoy.data.accesslog.v2.TLSProperties.CertificateProperties.SubjectAltNameB\x05\n\x03san:B\x9a\xc5\x88\x1e=\n;envoy.data.accesslog.v2.TLSProperties.CertificateProperties\"W\n\nTLSVersion\x12\x17\n\x13VERSION_UNSPECIFIED\x10\x00\x12\t\n\x05TLSv1\x10\x01\x12\x0b\n\x07TLSv1_1\x10\x02\x12\x0b\n\x07TLSv1_2\x10\x03\x12\x0b\n\x07TLSv1_3\x10\x04:,\x9a\xc5\x88\x1e\'\n%envoy.data.accesslog.v2.TLSProperties\"\xf5\x04\n\x15HTTPRequestProperties\x12\x45\n\x0erequest_method\x18\x01 \x01(\x0e\x32#.envoy.config.core.v3.RequestMethodB\x08\xfa\x42\x05\x82\x01\x02\x10\x01\x12\x0e\n\x06scheme\x18\x02 \x01(\t\x12\x11\n\tauthority\x18\x03 \x01(\t\x12*\n\x04port\x18\x04 \x01(\x0b\x32\x1c.google.protobuf.UInt32Value\x12\x0c\n\x04path\x18\x05 \x01(\t\x12\x12\n\nuser_agent\x18\x06 \x01(\t\x12\x0f\n\x07referer\x18\x07 \x01(\t\x12\x15\n\rforwarded_for\x18\x08 \x01(\t\x12\x12\n\nrequest_id\x18\t \x01(\t\x12\x15\n\roriginal_path\x18\n \x01(\t\x12\x1d\n\x15request_headers_bytes\x18\x0b \x01(\x04\x12\x1a\n\x12request_body_bytes\x18\x0c \x01(\x04\x12[\n\x0frequest_headers\x18\r \x03(\x0b\x32\x42.envoy.data.accesslog.v3.HTTPRequestProperties.RequestHeadersEntry\x12\"\n\x1aupstream_header_bytes_sent\x18\x0e \x01(\x04\x12(\n downstream_header_bytes_received\x18\x0f \x01(\x04\x1a\x35\n\x13RequestHeadersEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12\r\n\x05value\x18\x02 \x01(\t:\x02\x38\x01:4\x9a\xc5\x88\x1e/\n-envoy.data.accesslog.v2.HTTPRequestProperties\"\xe1\x04\n\x16HTTPResponseProperties\x12\x33\n\rresponse_code\x18\x01 \x01(\x0b\x32\x1c.google.protobuf.UInt32Value\x12\x1e\n\x16response_headers_bytes\x18\x02 \x01(\x04\x12\x1b\n\x13response_body_bytes\x18\x03 \x01(\x04\x12^\n\x10response_headers\x18\x04 \x03(\x0b\x32\x44.envoy.data.accesslog.v3.HTTPResponseProperties.ResponseHeadersEntry\x12`\n\x11response_trailers\x18\x05 \x03(\x0b\x32\x45.envoy.data.accesslog.v3.HTTPResponseProperties.ResponseTrailersEntry\x12\x1d\n\x15response_code_details\x18\x06 \x01(\t\x12&\n\x1eupstream_header_bytes_received\x18\x07 \x01(\x04\x12$\n\x1c\x64ownstream_header_bytes_sent\x18\x08 \x01(\x04\x1a\x36\n\x14ResponseHeadersEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12\r\n\x05value\x18\x02 \x01(\t:\x02\x38\x01\x1a\x37\n\x15ResponseTrailersEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12\r\n\x05value\x18\x02 \x01(\t:\x02\x38\x01:5\x9a\xc5\x88\x1e\x30\n.envoy.data.accesslog.v2.HTTPResponseProperties*\xcb\x02\n\rAccessLogType\x12\n\n\x06NotSet\x10\x00\x12\x18\n\x14TcpUpstreamConnected\x10\x01\x12\x0f\n\x0bTcpPeriodic\x10\x02\x12\x14\n\x10TcpConnectionEnd\x10\x03\x12\x13\n\x0f\x44ownstreamStart\x10\x04\x12\x16\n\x12\x44ownstreamPeriodic\x10\x05\x12\x11\n\rDownstreamEnd\x10\x06\x12\x15\n\x11UpstreamPoolReady\x10\x07\x12\x14\n\x10UpstreamPeriodic\x10\x08\x12\x0f\n\x0bUpstreamEnd\x10\t\x12+\n\'DownstreamTunnelSuccessfullyEstablished\x10\n\x12\x1e\n\x1aUdpTunnelUpstreamConnected\x10\x0b\x12\x0f\n\x0bUdpPeriodic\x10\x0c\x12\x11\n\rUdpSessionEnd\x10\rB\x8d\x01\n%io.envoyproxy.envoy.data.accesslog.v3B\x0e\x41\x63\x63\x65sslogProtoP\x01ZJgithub.com/envoyproxy/go-control-plane/envoy/data/accesslog/v3;accesslogv3\xba\x80\xc8\xd1\x06\x02\x10\x02\x62\x06proto3')
|
27
27
|
|
28
28
|
_globals = globals()
|
29
29
|
_builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, _globals)
|
@@ -69,8 +69,8 @@ if _descriptor._USE_C_DESCRIPTORS == False:
|
|
69
69
|
_HTTPRESPONSEPROPERTIES_RESPONSETRAILERSENTRY._serialized_options = b'8\001'
|
70
70
|
_HTTPRESPONSEPROPERTIES._options = None
|
71
71
|
_HTTPRESPONSEPROPERTIES._serialized_options = b'\232\305\210\0360\n.envoy.data.accesslog.v2.HTTPResponseProperties'
|
72
|
-
_globals['_ACCESSLOGTYPE']._serialized_start=
|
73
|
-
_globals['_ACCESSLOGTYPE']._serialized_end=
|
72
|
+
_globals['_ACCESSLOGTYPE']._serialized_start=6529
|
73
|
+
_globals['_ACCESSLOGTYPE']._serialized_end=6860
|
74
74
|
_globals['_TCPACCESSLOGENTRY']._serialized_start=390
|
75
75
|
_globals['_TCPACCESSLOGENTRY']._serialized_end=606
|
76
76
|
_globals['_HTTPACCESSLOGENTRY']._serialized_start=609
|
@@ -86,27 +86,27 @@ if _descriptor._USE_C_DESCRIPTORS == False:
|
|
86
86
|
_globals['_ACCESSLOGCOMMON_CUSTOMTAGSENTRY']._serialized_start=3049
|
87
87
|
_globals['_ACCESSLOGCOMMON_CUSTOMTAGSENTRY']._serialized_end=3098
|
88
88
|
_globals['_RESPONSEFLAGS']._serialized_start=3149
|
89
|
-
_globals['_RESPONSEFLAGS']._serialized_end=
|
90
|
-
_globals['_RESPONSEFLAGS_UNAUTHORIZED']._serialized_start=
|
91
|
-
_globals['_RESPONSEFLAGS_UNAUTHORIZED']._serialized_end=
|
92
|
-
_globals['_RESPONSEFLAGS_UNAUTHORIZED_REASON']._serialized_start=
|
93
|
-
_globals['_RESPONSEFLAGS_UNAUTHORIZED_REASON']._serialized_end=
|
94
|
-
_globals['_TLSPROPERTIES']._serialized_start=
|
95
|
-
_globals['_TLSPROPERTIES']._serialized_end=
|
96
|
-
_globals['_TLSPROPERTIES_CERTIFICATEPROPERTIES']._serialized_start=
|
97
|
-
_globals['_TLSPROPERTIES_CERTIFICATEPROPERTIES']._serialized_end=
|
98
|
-
_globals['_TLSPROPERTIES_CERTIFICATEPROPERTIES_SUBJECTALTNAME']._serialized_start=
|
99
|
-
_globals['_TLSPROPERTIES_CERTIFICATEPROPERTIES_SUBJECTALTNAME']._serialized_end=
|
100
|
-
_globals['_TLSPROPERTIES_TLSVERSION']._serialized_start=
|
101
|
-
_globals['_TLSPROPERTIES_TLSVERSION']._serialized_end=
|
102
|
-
_globals['_HTTPREQUESTPROPERTIES']._serialized_start=
|
103
|
-
_globals['_HTTPREQUESTPROPERTIES']._serialized_end=
|
104
|
-
_globals['_HTTPREQUESTPROPERTIES_REQUESTHEADERSENTRY']._serialized_start=
|
105
|
-
_globals['_HTTPREQUESTPROPERTIES_REQUESTHEADERSENTRY']._serialized_end=
|
106
|
-
_globals['_HTTPRESPONSEPROPERTIES']._serialized_start=
|
107
|
-
_globals['_HTTPRESPONSEPROPERTIES']._serialized_end=
|
108
|
-
_globals['_HTTPRESPONSEPROPERTIES_RESPONSEHEADERSENTRY']._serialized_start=
|
109
|
-
_globals['_HTTPRESPONSEPROPERTIES_RESPONSEHEADERSENTRY']._serialized_end=
|
110
|
-
_globals['_HTTPRESPONSEPROPERTIES_RESPONSETRAILERSENTRY']._serialized_start=
|
111
|
-
_globals['_HTTPRESPONSEPROPERTIES_RESPONSETRAILERSENTRY']._serialized_end=
|
89
|
+
_globals['_RESPONSEFLAGS']._serialized_end=4358
|
90
|
+
_globals['_RESPONSEFLAGS_UNAUTHORIZED']._serialized_start=4107
|
91
|
+
_globals['_RESPONSEFLAGS_UNAUTHORIZED']._serialized_end=4312
|
92
|
+
_globals['_RESPONSEFLAGS_UNAUTHORIZED_REASON']._serialized_start=4199
|
93
|
+
_globals['_RESPONSEFLAGS_UNAUTHORIZED_REASON']._serialized_end=4253
|
94
|
+
_globals['_TLSPROPERTIES']._serialized_start=4361
|
95
|
+
_globals['_TLSPROPERTIES']._serialized_end=5282
|
96
|
+
_globals['_TLSPROPERTIES_CERTIFICATEPROPERTIES']._serialized_start=4781
|
97
|
+
_globals['_TLSPROPERTIES_CERTIFICATEPROPERTIES']._serialized_end=5147
|
98
|
+
_globals['_TLSPROPERTIES_CERTIFICATEPROPERTIES_SUBJECTALTNAME']._serialized_start=4943
|
99
|
+
_globals['_TLSPROPERTIES_CERTIFICATEPROPERTIES_SUBJECTALTNAME']._serialized_end=5079
|
100
|
+
_globals['_TLSPROPERTIES_TLSVERSION']._serialized_start=5149
|
101
|
+
_globals['_TLSPROPERTIES_TLSVERSION']._serialized_end=5236
|
102
|
+
_globals['_HTTPREQUESTPROPERTIES']._serialized_start=5285
|
103
|
+
_globals['_HTTPREQUESTPROPERTIES']._serialized_end=5914
|
104
|
+
_globals['_HTTPREQUESTPROPERTIES_REQUESTHEADERSENTRY']._serialized_start=5807
|
105
|
+
_globals['_HTTPREQUESTPROPERTIES_REQUESTHEADERSENTRY']._serialized_end=5860
|
106
|
+
_globals['_HTTPRESPONSEPROPERTIES']._serialized_start=5917
|
107
|
+
_globals['_HTTPRESPONSEPROPERTIES']._serialized_end=6526
|
108
|
+
_globals['_HTTPRESPONSEPROPERTIES_RESPONSEHEADERSENTRY']._serialized_start=6360
|
109
|
+
_globals['_HTTPRESPONSEPROPERTIES_RESPONSEHEADERSENTRY']._serialized_end=6414
|
110
|
+
_globals['_HTTPRESPONSEPROPERTIES_RESPONSETRAILERSENTRY']._serialized_start=6416
|
111
|
+
_globals['_HTTPRESPONSEPROPERTIES_RESPONSETRAILERSENTRY']._serialized_end=6471
|
112
112
|
# @@protoc_insertion_point(module_scope)
|
@@ -19,7 +19,7 @@ from udpa.annotations import versioning_pb2 as udpa_dot_annotations_dot_versioni
|
|
19
19
|
from validate import validate_pb2 as validate_dot_validate__pb2
|
20
20
|
|
21
21
|
|
22
|
-
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n+envoy/data/core/v3/health_check_event.proto\x12\x12\x65nvoy.data.core.v3\x1a\"envoy/config/core/v3/address.proto\x1a\x1f\x65nvoy/config/core/v3/base.proto\x1a\x1fgoogle/protobuf/timestamp.proto\x1a\x1dudpa/annotations/status.proto\x1a!udpa/annotations/versioning.proto\x1a\x17validate/validate.proto\"\
|
22
|
+
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n+envoy/data/core/v3/health_check_event.proto\x12\x12\x65nvoy.data.core.v3\x1a\"envoy/config/core/v3/address.proto\x1a\x1f\x65nvoy/config/core/v3/base.proto\x1a\x1fgoogle/protobuf/timestamp.proto\x1a\x1dudpa/annotations/status.proto\x1a!udpa/annotations/versioning.proto\x1a\x17validate/validate.proto\"\xcf\x06\n\x10HealthCheckEvent\x12L\n\x13health_checker_type\x18\x01 \x01(\x0e\x32%.envoy.data.core.v3.HealthCheckerTypeB\x08\xfa\x42\x05\x82\x01\x02\x10\x01\x12+\n\x04host\x18\x02 \x01(\x0b\x32\x1d.envoy.config.core.v3.Address\x12\x1d\n\x0c\x63luster_name\x18\x03 \x01(\tB\x07\xfa\x42\x04r\x02\x10\x01\x12N\n\x15\x65ject_unhealthy_event\x18\x04 \x01(\x0b\x32-.envoy.data.core.v3.HealthCheckEjectUnhealthyH\x00\x12\x46\n\x11\x61\x64\x64_healthy_event\x18\x05 \x01(\x0b\x32).envoy.data.core.v3.HealthCheckAddHealthyH\x00\x12R\n\x1dsuccessful_health_check_event\x18\x0c \x01(\x0b\x32).envoy.data.core.v3.HealthCheckSuccessfulH\x00\x12L\n\x1ahealth_check_failure_event\x18\x07 \x01(\x0b\x32&.envoy.data.core.v3.HealthCheckFailureH\x00\x12H\n\x15\x64\x65graded_healthy_host\x18\x08 \x01(\x0b\x32\'.envoy.data.core.v3.DegradedHealthyHostH\x00\x12K\n\x17no_longer_degraded_host\x18\t \x01(\x0b\x32(.envoy.data.core.v3.NoLongerDegradedHostH\x00\x12-\n\ttimestamp\x18\x06 \x01(\x0b\x32\x1a.google.protobuf.Timestamp\x12\x30\n\x08metadata\x18\n \x01(\x0b\x32\x1e.envoy.config.core.v3.Metadata\x12\x30\n\x08locality\x18\x0b \x01(\x0b\x32\x1e.envoy.config.core.v3.Locality:/\x9a\xc5\x88\x1e*\n(envoy.data.core.v2alpha.HealthCheckEventB\x0c\n\x05\x65vent\x12\x03\xf8\x42\x01\"\xa1\x01\n\x19HealthCheckEjectUnhealthy\x12J\n\x0c\x66\x61ilure_type\x18\x01 \x01(\x0e\x32*.envoy.data.core.v3.HealthCheckFailureTypeB\x08\xfa\x42\x05\x82\x01\x02\x10\x01:8\x9a\xc5\x88\x1e\x33\n1envoy.data.core.v2alpha.HealthCheckEjectUnhealthy\"b\n\x15HealthCheckAddHealthy\x12\x13\n\x0b\x66irst_check\x18\x01 \x01(\x08:4\x9a\xc5\x88\x1e/\n-envoy.data.core.v2alpha.HealthCheckAddHealthy\"\x17\n\x15HealthCheckSuccessful\"\xa8\x01\n\x12HealthCheckFailure\x12J\n\x0c\x66\x61ilure_type\x18\x01 \x01(\x0e\x32*.envoy.data.core.v3.HealthCheckFailureTypeB\x08\xfa\x42\x05\x82\x01\x02\x10\x01\x12\x13\n\x0b\x66irst_check\x18\x02 \x01(\x08:1\x9a\xc5\x88\x1e,\n*envoy.data.core.v2alpha.HealthCheckFailure\"I\n\x13\x44\x65gradedHealthyHost:2\x9a\xc5\x88\x1e-\n+envoy.data.core.v2alpha.DegradedHealthyHost\"K\n\x14NoLongerDegradedHost:3\x9a\xc5\x88\x1e.\n,envoy.data.core.v2alpha.NoLongerDegradedHost*S\n\x16HealthCheckFailureType\x12\n\n\x06\x41\x43TIVE\x10\x00\x12\x0b\n\x07PASSIVE\x10\x01\x12\x0b\n\x07NETWORK\x10\x02\x12\x13\n\x0fNETWORK_TIMEOUT\x10\x03*G\n\x11HealthCheckerType\x12\x08\n\x04HTTP\x10\x00\x12\x07\n\x03TCP\x10\x01\x12\x08\n\x04GRPC\x10\x02\x12\t\n\x05REDIS\x10\x03\x12\n\n\x06THRIFT\x10\x04\x42\x85\x01\n io.envoyproxy.envoy.data.core.v3B\x15HealthCheckEventProtoP\x01Z@github.com/envoyproxy/go-control-plane/envoy/data/core/v3;corev3\xba\x80\xc8\xd1\x06\x02\x10\x02\x62\x06proto3')
|
23
23
|
|
24
24
|
_globals = globals()
|
25
25
|
_builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, _globals)
|
@@ -49,20 +49,22 @@ if _descriptor._USE_C_DESCRIPTORS == False:
|
|
49
49
|
_DEGRADEDHEALTHYHOST._serialized_options = b'\232\305\210\036-\n+envoy.data.core.v2alpha.DegradedHealthyHost'
|
50
50
|
_NOLONGERDEGRADEDHOST._options = None
|
51
51
|
_NOLONGERDEGRADEDHOST._serialized_options = b'\232\305\210\036.\n,envoy.data.core.v2alpha.NoLongerDegradedHost'
|
52
|
-
_globals['_HEALTHCHECKFAILURETYPE']._serialized_start=
|
53
|
-
_globals['_HEALTHCHECKFAILURETYPE']._serialized_end=
|
54
|
-
_globals['_HEALTHCHECKERTYPE']._serialized_start=
|
55
|
-
_globals['_HEALTHCHECKERTYPE']._serialized_end=
|
52
|
+
_globals['_HEALTHCHECKFAILURETYPE']._serialized_start=1722
|
53
|
+
_globals['_HEALTHCHECKFAILURETYPE']._serialized_end=1805
|
54
|
+
_globals['_HEALTHCHECKERTYPE']._serialized_start=1807
|
55
|
+
_globals['_HEALTHCHECKERTYPE']._serialized_end=1878
|
56
56
|
_globals['_HEALTHCHECKEVENT']._serialized_start=261
|
57
|
-
_globals['_HEALTHCHECKEVENT']._serialized_end=
|
58
|
-
_globals['_HEALTHCHECKEJECTUNHEALTHY']._serialized_start=
|
59
|
-
_globals['_HEALTHCHECKEJECTUNHEALTHY']._serialized_end=
|
60
|
-
_globals['_HEALTHCHECKADDHEALTHY']._serialized_start=
|
61
|
-
_globals['_HEALTHCHECKADDHEALTHY']._serialized_end=
|
62
|
-
_globals['
|
63
|
-
_globals['
|
64
|
-
_globals['
|
65
|
-
_globals['
|
66
|
-
_globals['
|
67
|
-
_globals['
|
57
|
+
_globals['_HEALTHCHECKEVENT']._serialized_end=1108
|
58
|
+
_globals['_HEALTHCHECKEJECTUNHEALTHY']._serialized_start=1111
|
59
|
+
_globals['_HEALTHCHECKEJECTUNHEALTHY']._serialized_end=1272
|
60
|
+
_globals['_HEALTHCHECKADDHEALTHY']._serialized_start=1274
|
61
|
+
_globals['_HEALTHCHECKADDHEALTHY']._serialized_end=1372
|
62
|
+
_globals['_HEALTHCHECKSUCCESSFUL']._serialized_start=1374
|
63
|
+
_globals['_HEALTHCHECKSUCCESSFUL']._serialized_end=1397
|
64
|
+
_globals['_HEALTHCHECKFAILURE']._serialized_start=1400
|
65
|
+
_globals['_HEALTHCHECKFAILURE']._serialized_end=1568
|
66
|
+
_globals['_DEGRADEDHEALTHYHOST']._serialized_start=1570
|
67
|
+
_globals['_DEGRADEDHEALTHYHOST']._serialized_end=1643
|
68
|
+
_globals['_NOLONGERDEGRADEDHOST']._serialized_start=1645
|
69
|
+
_globals['_NOLONGERDEGRADEDHOST']._serialized_end=1720
|
68
70
|
# @@protoc_insertion_point(module_scope)
|
@@ -0,0 +1,31 @@
|
|
1
|
+
# -*- coding: utf-8 -*-
|
2
|
+
# Generated by the protocol buffer compiler. DO NOT EDIT!
|
3
|
+
# source: envoy/data/core/v3/tlv_metadata.proto
|
4
|
+
"""Generated protocol buffer code."""
|
5
|
+
from google.protobuf import descriptor as _descriptor
|
6
|
+
from google.protobuf import descriptor_pool as _descriptor_pool
|
7
|
+
from google.protobuf import symbol_database as _symbol_database
|
8
|
+
from google.protobuf.internal import builder as _builder
|
9
|
+
# @@protoc_insertion_point(imports)
|
10
|
+
|
11
|
+
_sym_db = _symbol_database.Default()
|
12
|
+
|
13
|
+
|
14
|
+
from udpa.annotations import status_pb2 as udpa_dot_annotations_dot_status__pb2
|
15
|
+
|
16
|
+
|
17
|
+
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n%envoy/data/core/v3/tlv_metadata.proto\x12\x12\x65nvoy.data.core.v3\x1a\x1dudpa/annotations/status.proto\"\x91\x01\n\x0cTlvsMetadata\x12K\n\x0etyped_metadata\x18\x01 \x03(\x0b\x32\x33.envoy.data.core.v3.TlvsMetadata.TypedMetadataEntry\x1a\x34\n\x12TypedMetadataEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12\r\n\x05value\x18\x02 \x01(\x0c:\x02\x38\x01\x42\x80\x01\n io.envoyproxy.envoy.data.core.v3B\x10TlvMetadataProtoP\x01Z@github.com/envoyproxy/go-control-plane/envoy/data/core/v3;corev3\xba\x80\xc8\xd1\x06\x02\x10\x02\x62\x06proto3')
|
18
|
+
|
19
|
+
_globals = globals()
|
20
|
+
_builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, _globals)
|
21
|
+
_builder.BuildTopDescriptorsAndMessages(DESCRIPTOR, 'envoy.data.core.v3.tlv_metadata_pb2', _globals)
|
22
|
+
if _descriptor._USE_C_DESCRIPTORS == False:
|
23
|
+
DESCRIPTOR._options = None
|
24
|
+
DESCRIPTOR._serialized_options = b'\n io.envoyproxy.envoy.data.core.v3B\020TlvMetadataProtoP\001Z@github.com/envoyproxy/go-control-plane/envoy/data/core/v3;corev3\272\200\310\321\006\002\020\002'
|
25
|
+
_TLVSMETADATA_TYPEDMETADATAENTRY._options = None
|
26
|
+
_TLVSMETADATA_TYPEDMETADATAENTRY._serialized_options = b'8\001'
|
27
|
+
_globals['_TLVSMETADATA']._serialized_start=93
|
28
|
+
_globals['_TLVSMETADATA']._serialized_end=238
|
29
|
+
_globals['_TLVSMETADATA_TYPEDMETADATAENTRY']._serialized_start=186
|
30
|
+
_globals['_TLVSMETADATA_TYPEDMETADATAENTRY']._serialized_end=238
|
31
|
+
# @@protoc_insertion_point(module_scope)
|
File without changes
|
File without changes
|
@@ -0,0 +1,45 @@
|
|
1
|
+
# -*- coding: utf-8 -*-
|
2
|
+
# Generated by the protocol buffer compiler. DO NOT EDIT!
|
3
|
+
# source: envoy/extensions/access_loggers/fluentd/v3/fluentd.proto
|
4
|
+
"""Generated protocol buffer code."""
|
5
|
+
from google.protobuf import descriptor as _descriptor
|
6
|
+
from google.protobuf import descriptor_pool as _descriptor_pool
|
7
|
+
from google.protobuf import symbol_database as _symbol_database
|
8
|
+
from google.protobuf.internal import builder as _builder
|
9
|
+
# @@protoc_insertion_point(imports)
|
10
|
+
|
11
|
+
_sym_db = _symbol_database.Default()
|
12
|
+
|
13
|
+
|
14
|
+
from envoy.config.core.v3 import backoff_pb2 as envoy_dot_config_dot_core_dot_v3_dot_backoff__pb2
|
15
|
+
from envoy.config.core.v3 import extension_pb2 as envoy_dot_config_dot_core_dot_v3_dot_extension__pb2
|
16
|
+
from google.protobuf import duration_pb2 as google_dot_protobuf_dot_duration__pb2
|
17
|
+
from google.protobuf import struct_pb2 as google_dot_protobuf_dot_struct__pb2
|
18
|
+
from google.protobuf import wrappers_pb2 as google_dot_protobuf_dot_wrappers__pb2
|
19
|
+
from udpa.annotations import status_pb2 as udpa_dot_annotations_dot_status__pb2
|
20
|
+
from validate import validate_pb2 as validate_dot_validate__pb2
|
21
|
+
|
22
|
+
|
23
|
+
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n8envoy/extensions/access_loggers/fluentd/v3/fluentd.proto\x12*envoy.extensions.access_loggers.fluentd.v3\x1a\"envoy/config/core/v3/backoff.proto\x1a$envoy/config/core/v3/extension.proto\x1a\x1egoogle/protobuf/duration.proto\x1a\x1cgoogle/protobuf/struct.proto\x1a\x1egoogle/protobuf/wrappers.proto\x1a\x1dudpa/annotations/status.proto\x1a\x17validate/validate.proto\"\xcb\x04\n\x16\x46luentdAccessLogConfig\x12\x18\n\x07\x63luster\x18\x01 \x01(\tB\x07\xfa\x42\x04r\x02\x10\x01\x12\x14\n\x03tag\x18\x02 \x01(\tB\x07\xfa\x42\x04r\x02\x10\x01\x12\x1c\n\x0bstat_prefix\x18\x03 \x01(\tB\x07\xfa\x42\x04r\x02\x10\x01\x12\x42\n\x15\x62uffer_flush_interval\x18\x04 \x01(\x0b\x32\x19.google.protobuf.DurationB\x08\xfa\x42\x05\xaa\x01\x02*\x00\x12\x37\n\x11\x62uffer_size_bytes\x18\x05 \x01(\x0b\x32\x1c.google.protobuf.UInt32Value\x12\x31\n\x06record\x18\x06 \x01(\x0b\x32\x17.google.protobuf.StructB\x08\xfa\x42\x05\x8a\x01\x02\x10\x01\x12\x66\n\rretry_options\x18\x07 \x01(\x0b\x32O.envoy.extensions.access_loggers.fluentd.v3.FluentdAccessLogConfig.RetryOptions\x12>\n\nformatters\x18\x08 \x03(\x0b\x32*.envoy.config.core.v3.TypedExtensionConfig\x1a\x8a\x01\n\x0cRetryOptions\x12:\n\x14max_connect_attempts\x18\x01 \x01(\x0b\x32\x1c.google.protobuf.UInt32Value\x12>\n\x0f\x62\x61\x63koff_options\x18\x02 \x01(\x0b\x32%.envoy.config.core.v3.BackoffStrategyB\xaf\x01\n8io.envoyproxy.envoy.extensions.access_loggers.fluentd.v3B\x0c\x46luentdProtoP\x01Z[github.com/envoyproxy/go-control-plane/envoy/extensions/access_loggers/fluentd/v3;fluentdv3\xba\x80\xc8\xd1\x06\x02\x10\x02\x62\x06proto3')
|
24
|
+
|
25
|
+
_globals = globals()
|
26
|
+
_builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, _globals)
|
27
|
+
_builder.BuildTopDescriptorsAndMessages(DESCRIPTOR, 'envoy.extensions.access_loggers.fluentd.v3.fluentd_pb2', _globals)
|
28
|
+
if _descriptor._USE_C_DESCRIPTORS == False:
|
29
|
+
DESCRIPTOR._options = None
|
30
|
+
DESCRIPTOR._serialized_options = b'\n8io.envoyproxy.envoy.extensions.access_loggers.fluentd.v3B\014FluentdProtoP\001Z[github.com/envoyproxy/go-control-plane/envoy/extensions/access_loggers/fluentd/v3;fluentdv3\272\200\310\321\006\002\020\002'
|
31
|
+
_FLUENTDACCESSLOGCONFIG.fields_by_name['cluster']._options = None
|
32
|
+
_FLUENTDACCESSLOGCONFIG.fields_by_name['cluster']._serialized_options = b'\372B\004r\002\020\001'
|
33
|
+
_FLUENTDACCESSLOGCONFIG.fields_by_name['tag']._options = None
|
34
|
+
_FLUENTDACCESSLOGCONFIG.fields_by_name['tag']._serialized_options = b'\372B\004r\002\020\001'
|
35
|
+
_FLUENTDACCESSLOGCONFIG.fields_by_name['stat_prefix']._options = None
|
36
|
+
_FLUENTDACCESSLOGCONFIG.fields_by_name['stat_prefix']._serialized_options = b'\372B\004r\002\020\001'
|
37
|
+
_FLUENTDACCESSLOGCONFIG.fields_by_name['buffer_flush_interval']._options = None
|
38
|
+
_FLUENTDACCESSLOGCONFIG.fields_by_name['buffer_flush_interval']._serialized_options = b'\372B\005\252\001\002*\000'
|
39
|
+
_FLUENTDACCESSLOGCONFIG.fields_by_name['record']._options = None
|
40
|
+
_FLUENTDACCESSLOGCONFIG.fields_by_name['record']._serialized_options = b'\372B\005\212\001\002\020\001'
|
41
|
+
_globals['_FLUENTDACCESSLOGCONFIG']._serialized_start=329
|
42
|
+
_globals['_FLUENTDACCESSLOGCONFIG']._serialized_end=916
|
43
|
+
_globals['_FLUENTDACCESSLOGCONFIG_RETRYOPTIONS']._serialized_start=778
|
44
|
+
_globals['_FLUENTDACCESSLOGCONFIG_RETRYOPTIONS']._serialized_end=916
|
45
|
+
# @@protoc_insertion_point(module_scope)
|
@@ -11,13 +11,14 @@ from google.protobuf.internal import builder as _builder
|
|
11
11
|
_sym_db = _symbol_database.Default()
|
12
12
|
|
13
13
|
|
14
|
+
from envoy.config.core.v3 import extension_pb2 as envoy_dot_config_dot_core_dot_v3_dot_extension__pb2
|
14
15
|
from envoy.extensions.access_loggers.grpc.v3 import als_pb2 as envoy_dot_extensions_dot_access__loggers_dot_grpc_dot_v3_dot_als__pb2
|
15
16
|
from opentelemetry.proto.common.v1 import common_pb2 as opentelemetry_dot_proto_dot_common_dot_v1_dot_common__pb2
|
16
17
|
from udpa.annotations import status_pb2 as udpa_dot_annotations_dot_status__pb2
|
17
18
|
from validate import validate_pb2 as validate_dot_validate__pb2
|
18
19
|
|
19
20
|
|
20
|
-
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\nDenvoy/extensions/access_loggers/open_telemetry/v3/logs_service.proto\x12\x31\x65nvoy.extensions.access_loggers.open_telemetry.v3\x1a\x31\x65nvoy/extensions/access_loggers/grpc/v3/als.proto\x1a*opentelemetry/proto/common/v1/common.proto\x1a\x1dudpa/annotations/status.proto\x1a\x17validate/validate.proto\"\
|
21
|
+
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\nDenvoy/extensions/access_loggers/open_telemetry/v3/logs_service.proto\x12\x31\x65nvoy.extensions.access_loggers.open_telemetry.v3\x1a$envoy/config/core/v3/extension.proto\x1a\x31\x65nvoy/extensions/access_loggers/grpc/v3/als.proto\x1a*opentelemetry/proto/common/v1/common.proto\x1a\x1dudpa/annotations/status.proto\x1a\x17validate/validate.proto\"\xba\x03\n\x1cOpenTelemetryAccessLogConfig\x12\x63\n\rcommon_config\x18\x01 \x01(\x0b\x32\x42.envoy.extensions.access_loggers.grpc.v3.CommonGrpcAccessLogConfigB\x08\xfa\x42\x05\x8a\x01\x02\x10\x01\x12\x1e\n\x16\x64isable_builtin_labels\x18\x05 \x01(\x08\x12H\n\x13resource_attributes\x18\x04 \x01(\x0b\x32+.opentelemetry.proto.common.v1.KeyValueList\x12\x35\n\x04\x62ody\x18\x02 \x01(\x0b\x32\'.opentelemetry.proto.common.v1.AnyValue\x12?\n\nattributes\x18\x03 \x01(\x0b\x32+.opentelemetry.proto.common.v1.KeyValueList\x12\x13\n\x0bstat_prefix\x18\x06 \x01(\t\x12>\n\nformatters\x18\x07 \x03(\x0b\x32*.envoy.config.core.v3.TypedExtensionConfigB\xc8\x01\n?io.envoyproxy.envoy.extensions.access_loggers.open_telemetry.v3B\x10LogsServiceProtoP\x01Zigithub.com/envoyproxy/go-control-plane/envoy/extensions/access_loggers/open_telemetry/v3;open_telemetryv3\xba\x80\xc8\xd1\x06\x02\x10\x02\x62\x06proto3')
|
21
22
|
|
22
23
|
_globals = globals()
|
23
24
|
_builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, _globals)
|
@@ -27,6 +28,6 @@ if _descriptor._USE_C_DESCRIPTORS == False:
|
|
27
28
|
DESCRIPTOR._serialized_options = b'\n?io.envoyproxy.envoy.extensions.access_loggers.open_telemetry.v3B\020LogsServiceProtoP\001Zigithub.com/envoyproxy/go-control-plane/envoy/extensions/access_loggers/open_telemetry/v3;open_telemetryv3\272\200\310\321\006\002\020\002'
|
28
29
|
_OPENTELEMETRYACCESSLOGCONFIG.fields_by_name['common_config']._options = None
|
29
30
|
_OPENTELEMETRYACCESSLOGCONFIG.fields_by_name['common_config']._serialized_options = b'\372B\005\212\001\002\020\001'
|
30
|
-
_globals['_OPENTELEMETRYACCESSLOGCONFIG']._serialized_start=
|
31
|
-
_globals['_OPENTELEMETRYACCESSLOGCONFIG']._serialized_end=
|
31
|
+
_globals['_OPENTELEMETRYACCESSLOGCONFIG']._serialized_start=313
|
32
|
+
_globals['_OPENTELEMETRYACCESSLOGCONFIG']._serialized_end=755
|
32
33
|
# @@protoc_insertion_point(module_scope)
|
@@ -24,7 +24,7 @@ from udpa.annotations import versioning_pb2 as udpa_dot_annotations_dot_versioni
|
|
24
24
|
from validate import validate_pb2 as validate_dot_validate__pb2
|
25
25
|
|
26
26
|
|
27
|
-
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n@envoy/extensions/common/dynamic_forward_proxy/v3/dns_cache.proto\x12\x30\x65nvoy.extensions.common.dynamic_forward_proxy.v3\x1a%envoy/config/cluster/v3/cluster.proto\x1a-envoy/config/common/key_value/v3/config.proto\x1a\"envoy/config/core/v3/address.proto\x1a$envoy/config/core/v3/extension.proto\x1a#envoy/config/core/v3/resolver.proto\x1a\x1egoogle/protobuf/duration.proto\x1a\x1egoogle/protobuf/wrappers.proto\x1a#envoy/annotations/deprecation.proto\x1a\x1dudpa/annotations/status.proto\x1a!udpa/annotations/versioning.proto\x1a\x17validate/validate.proto\"U\n\x17\x44nsCacheCircuitBreakers\x12:\n\x14max_pending_requests\x18\x01 \x01(\x0b\x32\x1c.google.protobuf.UInt32Value\"\xa6\x08\n\x0e\x44nsCacheConfig\x12\x15\n\x04name\x18\x01 \x01(\tB\x07\xfa\x42\x04r\x02\x10\x01\x12U\n\x11\x64ns_lookup_family\x18\x02 \x01(\x0e\x32\x30.envoy.config.cluster.v3.Cluster.DnsLookupFamilyB\x08\xfa\x42\x05\x82\x01\x02\x10\x01\x12\x41\n\x10\x64ns_refresh_rate\x18\x03 \x01(\x0b\x32\x19.google.protobuf.DurationB\x0c\xfa\x42\t\xaa\x01\x06\x32\x04\x10\xc0\x84=\x12\x43\n\x14\x64ns_min_refresh_rate\x18\x0e \x01(\x0b\x32\x19.google.protobuf.DurationB\n\xfa\x42\x07\xaa\x01\x04\x32\x02\x08\
|
27
|
+
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n@envoy/extensions/common/dynamic_forward_proxy/v3/dns_cache.proto\x12\x30\x65nvoy.extensions.common.dynamic_forward_proxy.v3\x1a%envoy/config/cluster/v3/cluster.proto\x1a-envoy/config/common/key_value/v3/config.proto\x1a\"envoy/config/core/v3/address.proto\x1a$envoy/config/core/v3/extension.proto\x1a#envoy/config/core/v3/resolver.proto\x1a\x1egoogle/protobuf/duration.proto\x1a\x1egoogle/protobuf/wrappers.proto\x1a#envoy/annotations/deprecation.proto\x1a\x1dudpa/annotations/status.proto\x1a!udpa/annotations/versioning.proto\x1a\x17validate/validate.proto\"U\n\x17\x44nsCacheCircuitBreakers\x12:\n\x14max_pending_requests\x18\x01 \x01(\x0b\x32\x1c.google.protobuf.UInt32Value\"\xa6\x08\n\x0e\x44nsCacheConfig\x12\x15\n\x04name\x18\x01 \x01(\tB\x07\xfa\x42\x04r\x02\x10\x01\x12U\n\x11\x64ns_lookup_family\x18\x02 \x01(\x0e\x32\x30.envoy.config.cluster.v3.Cluster.DnsLookupFamilyB\x08\xfa\x42\x05\x82\x01\x02\x10\x01\x12\x41\n\x10\x64ns_refresh_rate\x18\x03 \x01(\x0b\x32\x19.google.protobuf.DurationB\x0c\xfa\x42\t\xaa\x01\x06\x32\x04\x10\xc0\x84=\x12\x43\n\x14\x64ns_min_refresh_rate\x18\x0e \x01(\x0b\x32\x19.google.protobuf.DurationB\n\xfa\x42\x07\xaa\x01\x04\x32\x02\x08\x01\x12\x35\n\x08host_ttl\x18\x04 \x01(\x0b\x32\x19.google.protobuf.DurationB\x08\xfa\x42\x05\xaa\x01\x02*\x00\x12\x38\n\tmax_hosts\x18\x05 \x01(\x0b\x32\x1c.google.protobuf.UInt32ValueB\x07\xfa\x42\x04*\x02 \x00\x12N\n\x18\x64ns_failure_refresh_rate\x18\x06 \x01(\x0b\x32,.envoy.config.cluster.v3.Cluster.RefreshRate\x12l\n\x19\x64ns_cache_circuit_breaker\x18\x07 \x01(\x0b\x32I.envoy.extensions.common.dynamic_forward_proxy.v3.DnsCacheCircuitBreakers\x12,\n\x17use_tcp_for_dns_lookups\x18\x08 \x01(\x08\x42\x0b\x18\x01\x92\xc7\x86\xd8\x04\x03\x33.0\x12U\n\x15\x64ns_resolution_config\x18\t \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\x0c \x01(\x0b\x32*.envoy.config.core.v3.TypedExtensionConfig\x12\x41\n\x14preresolve_hostnames\x18\n \x03(\x0b\x32#.envoy.config.core.v3.SocketAddress\x12>\n\x11\x64ns_query_timeout\x18\x0b \x01(\x0b\x32\x19.google.protobuf.DurationB\x08\xfa\x42\x05\xaa\x01\x02*\x00\x12O\n\x10key_value_config\x18\r \x01(\x0b\x32\x35.envoy.config.common.key_value.v3.KeyValueStoreConfig:G\x9a\xc5\x88\x1e\x42\n@envoy.config.common.dynamic_forward_proxy.v2alpha.DnsCacheConfigB\xca\x01\n>io.envoyproxy.envoy.extensions.common.dynamic_forward_proxy.v3B\rDnsCacheProtoP\x01Zogithub.com/envoyproxy/go-control-plane/envoy/extensions/common/dynamic_forward_proxy/v3;dynamic_forward_proxyv3\xba\x80\xc8\xd1\x06\x02\x10\x02\x62\x06proto3')
|
28
28
|
|
29
29
|
_globals = globals()
|
30
30
|
_builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, _globals)
|
@@ -39,7 +39,7 @@ if _descriptor._USE_C_DESCRIPTORS == False:
|
|
39
39
|
_DNSCACHECONFIG.fields_by_name['dns_refresh_rate']._options = None
|
40
40
|
_DNSCACHECONFIG.fields_by_name['dns_refresh_rate']._serialized_options = b'\372B\t\252\001\0062\004\020\300\204='
|
41
41
|
_DNSCACHECONFIG.fields_by_name['dns_min_refresh_rate']._options = None
|
42
|
-
_DNSCACHECONFIG.fields_by_name['dns_min_refresh_rate']._serialized_options = b'\372B\007\252\001\0042\002\010\
|
42
|
+
_DNSCACHECONFIG.fields_by_name['dns_min_refresh_rate']._serialized_options = b'\372B\007\252\001\0042\002\010\001'
|
43
43
|
_DNSCACHECONFIG.fields_by_name['host_ttl']._options = None
|
44
44
|
_DNSCACHECONFIG.fields_by_name['host_ttl']._serialized_options = b'\372B\005\252\001\002*\000'
|
45
45
|
_DNSCACHECONFIG.fields_by_name['max_hosts']._options = None
|
@@ -18,7 +18,7 @@ from udpa.annotations import versioning_pb2 as udpa_dot_annotations_dot_versioni
|
|
18
18
|
from validate import validate_pb2 as validate_dot_validate__pb2
|
19
19
|
|
20
20
|
|
21
|
-
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n4envoy/extensions/common/ratelimit/v3/ratelimit.proto\x12$envoy.extensions.common.ratelimit.v3\x1a\"envoy/type/v3/ratelimit_unit.proto\x1a envoy/type/v3/token_bucket.proto\x1a\x1dudpa/annotations/status.proto\x1a!udpa/annotations/versioning.proto\x1a\x17validate/validate.proto\"\xd6\x03\n\x13RateLimitDescriptor\x12Z\n\x07\x65ntries\x18\x01 \x03(\x0b\x32?.envoy.extensions.common.ratelimit.v3.RateLimitDescriptor.EntryB\x08\xfa\x42\x05\x92\x01\x02\x08\x01\x12Z\n\x05limit\x18\x02 \x01(\x0b\x32K.envoy.extensions.common.ratelimit.v3.RateLimitDescriptor.RateLimitOverride\x1an\n\x05\x45ntry\x12\x14\n\x03key\x18\x01 \x01(\tB\x07\xfa\x42\x04r\x02\x10\x01\x12\x16\n\x05value\x18\x02 \x01(\tB\x07\xfa\x42\x04r\x02\x10\x01:7\x9a\xc5\x88\x1e\x32\n0envoy.api.v2.ratelimit.RateLimitDescriptor.Entry\x1a\x64\n\x11RateLimitOverride\x12\x19\n\x11requests_per_unit\x18\x01 \x01(\r\x12\x34\n\x04unit\x18\x02 \x01(\x0e\x32\x1c.envoy.type.v3.RateLimitUnitB\x08\xfa\x42\x05\x82\x01\x02\x10\x01:1\x9a\xc5\x88\x1e,\n*envoy.api.v2.ratelimit.RateLimitDescriptor\"\xb2\x01\n\x18LocalRateLimitDescriptor\x12Z\n\x07\x65ntries\x18\x01 \x03(\x0b\x32?.envoy.extensions.common.ratelimit.v3.RateLimitDescriptor.EntryB\x08\xfa\x42\x05\x92\x01\x02\x08\x01\x12:\n\x0ctoken_bucket\x18\x02 \x01(\x0b\x32\x1a.envoy.type.v3.TokenBucketB\x08\xfa\x42\x05\x8a\x01\x02\x10\x01*<\n\x1bXRateLimitHeadersRFCVersion\x12\x07\n\x03OFF\x10\x00\x12\x14\n\x10\x44RAFT_VERSION_03\x10\x01*<\n\x13VhRateLimitsOptions\x12\x0c\n\x08OVERRIDE\x10\x00\x12\x0b\n\x07INCLUDE\x10\x01\x12\n\n\x06IGNORE\x10\x02\x42\xa7\x01\n2io.envoyproxy.envoy.extensions.common.ratelimit.v3B\x0eRatelimitProtoP\x01ZWgithub.com/envoyproxy/go-control-plane/envoy/extensions/common/ratelimit/v3;ratelimitv3\xba\x80\xc8\xd1\x06\x02\x10\x02\x62\x06proto3')
|
21
|
+
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n4envoy/extensions/common/ratelimit/v3/ratelimit.proto\x12$envoy.extensions.common.ratelimit.v3\x1a\"envoy/type/v3/ratelimit_unit.proto\x1a envoy/type/v3/token_bucket.proto\x1a\x1dudpa/annotations/status.proto\x1a!udpa/annotations/versioning.proto\x1a\x17validate/validate.proto\"\xd6\x03\n\x13RateLimitDescriptor\x12Z\n\x07\x65ntries\x18\x01 \x03(\x0b\x32?.envoy.extensions.common.ratelimit.v3.RateLimitDescriptor.EntryB\x08\xfa\x42\x05\x92\x01\x02\x08\x01\x12Z\n\x05limit\x18\x02 \x01(\x0b\x32K.envoy.extensions.common.ratelimit.v3.RateLimitDescriptor.RateLimitOverride\x1an\n\x05\x45ntry\x12\x14\n\x03key\x18\x01 \x01(\tB\x07\xfa\x42\x04r\x02\x10\x01\x12\x16\n\x05value\x18\x02 \x01(\tB\x07\xfa\x42\x04r\x02\x10\x01:7\x9a\xc5\x88\x1e\x32\n0envoy.api.v2.ratelimit.RateLimitDescriptor.Entry\x1a\x64\n\x11RateLimitOverride\x12\x19\n\x11requests_per_unit\x18\x01 \x01(\r\x12\x34\n\x04unit\x18\x02 \x01(\x0e\x32\x1c.envoy.type.v3.RateLimitUnitB\x08\xfa\x42\x05\x82\x01\x02\x10\x01:1\x9a\xc5\x88\x1e,\n*envoy.api.v2.ratelimit.RateLimitDescriptor\"\xb2\x01\n\x18LocalRateLimitDescriptor\x12Z\n\x07\x65ntries\x18\x01 \x03(\x0b\x32?.envoy.extensions.common.ratelimit.v3.RateLimitDescriptor.EntryB\x08\xfa\x42\x05\x92\x01\x02\x08\x01\x12:\n\x0ctoken_bucket\x18\x02 \x01(\x0b\x32\x1a.envoy.type.v3.TokenBucketB\x08\xfa\x42\x05\x8a\x01\x02\x10\x01\"\x17\n\x15LocalClusterRateLimit*<\n\x1bXRateLimitHeadersRFCVersion\x12\x07\n\x03OFF\x10\x00\x12\x14\n\x10\x44RAFT_VERSION_03\x10\x01*<\n\x13VhRateLimitsOptions\x12\x0c\n\x08OVERRIDE\x10\x00\x12\x0b\n\x07INCLUDE\x10\x01\x12\n\n\x06IGNORE\x10\x02\x42\xa7\x01\n2io.envoyproxy.envoy.extensions.common.ratelimit.v3B\x0eRatelimitProtoP\x01ZWgithub.com/envoyproxy/go-control-plane/envoy/extensions/common/ratelimit/v3;ratelimitv3\xba\x80\xc8\xd1\x06\x02\x10\x02\x62\x06proto3')
|
22
22
|
|
23
23
|
_globals = globals()
|
24
24
|
_builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, _globals)
|
@@ -42,10 +42,10 @@ if _descriptor._USE_C_DESCRIPTORS == False:
|
|
42
42
|
_LOCALRATELIMITDESCRIPTOR.fields_by_name['entries']._serialized_options = b'\372B\005\222\001\002\010\001'
|
43
43
|
_LOCALRATELIMITDESCRIPTOR.fields_by_name['token_bucket']._options = None
|
44
44
|
_LOCALRATELIMITDESCRIPTOR.fields_by_name['token_bucket']._serialized_options = b'\372B\005\212\001\002\020\001'
|
45
|
-
_globals['_XRATELIMITHEADERSRFCVERSION']._serialized_start=
|
46
|
-
_globals['_XRATELIMITHEADERSRFCVERSION']._serialized_end=
|
47
|
-
_globals['_VHRATELIMITSOPTIONS']._serialized_start=
|
48
|
-
_globals['_VHRATELIMITSOPTIONS']._serialized_end=
|
45
|
+
_globals['_XRATELIMITHEADERSRFCVERSION']._serialized_start=934
|
46
|
+
_globals['_XRATELIMITHEADERSRFCVERSION']._serialized_end=994
|
47
|
+
_globals['_VHRATELIMITSOPTIONS']._serialized_start=996
|
48
|
+
_globals['_VHRATELIMITSOPTIONS']._serialized_end=1056
|
49
49
|
_globals['_RATELIMITDESCRIPTOR']._serialized_start=256
|
50
50
|
_globals['_RATELIMITDESCRIPTOR']._serialized_end=726
|
51
51
|
_globals['_RATELIMITDESCRIPTOR_ENTRY']._serialized_start=463
|
@@ -54,4 +54,6 @@ if _descriptor._USE_C_DESCRIPTORS == False:
|
|
54
54
|
_globals['_RATELIMITDESCRIPTOR_RATELIMITOVERRIDE']._serialized_end=675
|
55
55
|
_globals['_LOCALRATELIMITDESCRIPTOR']._serialized_start=729
|
56
56
|
_globals['_LOCALRATELIMITDESCRIPTOR']._serialized_end=907
|
57
|
+
_globals['_LOCALCLUSTERRATELIMIT']._serialized_start=909
|
58
|
+
_globals['_LOCALCLUSTERRATELIMIT']._serialized_end=932
|
57
59
|
# @@protoc_insertion_point(module_scope)
|
@@ -12,10 +12,11 @@ _sym_db = _symbol_database.Default()
|
|
12
12
|
|
13
13
|
|
14
14
|
from envoy.config.core.v3 import protocol_pb2 as envoy_dot_config_dot_core_dot_v3_dot_protocol__pb2
|
15
|
+
from envoy.annotations import deprecation_pb2 as envoy_dot_annotations_dot_deprecation__pb2
|
15
16
|
from udpa.annotations import status_pb2 as udpa_dot_annotations_dot_status__pb2
|
16
17
|
|
17
18
|
|
18
|
-
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\nZenvoy/extensions/filters/http/alternate_protocols_cache/v3/alternate_protocols_cache.proto\x12:envoy.extensions.filters.http.alternate_protocols_cache.v3\x1a#envoy/config/core/v3/protocol.proto\x1a\x1dudpa/annotations/status.proto\"
|
19
|
+
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\nZenvoy/extensions/filters/http/alternate_protocols_cache/v3/alternate_protocols_cache.proto\x12:envoy.extensions.filters.http.alternate_protocols_cache.v3\x1a#envoy/config/core/v3/protocol.proto\x1a#envoy/annotations/deprecation.proto\x1a\x1dudpa/annotations/status.proto\"|\n\x0c\x46ilterConfig\x12l\n!alternate_protocols_cache_options\x18\x01 \x01(\x0b\x32\x34.envoy.config.core.v3.AlternateProtocolsCacheOptionsB\x0b\x18\x01\x92\xc7\x86\xd8\x04\x03\x33.0B\xf1\x01\nHio.envoyproxy.envoy.extensions.filters.http.alternate_protocols_cache.v3B\x1c\x41lternateProtocolsCacheProtoP\x01Z}github.com/envoyproxy/go-control-plane/envoy/extensions/filters/http/alternate_protocols_cache/v3;alternate_protocols_cachev3\xba\x80\xc8\xd1\x06\x02\x10\x02\x62\x06proto3')
|
19
20
|
|
20
21
|
_globals = globals()
|
21
22
|
_builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, _globals)
|
@@ -23,6 +24,8 @@ _builder.BuildTopDescriptorsAndMessages(DESCRIPTOR, 'envoy.extensions.filters.ht
|
|
23
24
|
if _descriptor._USE_C_DESCRIPTORS == False:
|
24
25
|
DESCRIPTOR._options = None
|
25
26
|
DESCRIPTOR._serialized_options = b'\nHio.envoyproxy.envoy.extensions.filters.http.alternate_protocols_cache.v3B\034AlternateProtocolsCacheProtoP\001Z}github.com/envoyproxy/go-control-plane/envoy/extensions/filters/http/alternate_protocols_cache/v3;alternate_protocols_cachev3\272\200\310\321\006\002\020\002'
|
26
|
-
|
27
|
-
|
27
|
+
_FILTERCONFIG.fields_by_name['alternate_protocols_cache_options']._options = None
|
28
|
+
_FILTERCONFIG.fields_by_name['alternate_protocols_cache_options']._serialized_options = b'\030\001\222\307\206\330\004\0033.0'
|
29
|
+
_globals['_FILTERCONFIG']._serialized_start=259
|
30
|
+
_globals['_FILTERCONFIG']._serialized_end=383
|
28
31
|
# @@protoc_insertion_point(module_scope)
|
@@ -16,7 +16,7 @@ from udpa.annotations import versioning_pb2 as udpa_dot_annotations_dot_versioni
|
|
16
16
|
from validate import validate_pb2 as validate_dot_validate__pb2
|
17
17
|
|
18
18
|
|
19
|
-
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n<envoy/extensions/filters/http/aws_lambda/v3/aws_lambda.proto\x12+envoy.extensions.filters.http.aws_lambda.v3\x1a\x1dudpa/annotations/status.proto\x1a!udpa/annotations/versioning.proto\x1a\x17validate/validate.proto\"\
|
19
|
+
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n<envoy/extensions/filters/http/aws_lambda/v3/aws_lambda.proto\x12+envoy.extensions.filters.http.aws_lambda.v3\x1a\x1dudpa/annotations/status.proto\x1a!udpa/annotations/versioning.proto\x1a\x17validate/validate.proto\"\x94\x03\n\x06\x43onfig\x12\x14\n\x03\x61rn\x18\x01 \x01(\tB\x07\xfa\x42\x04r\x02\x10\x01\x12\x1b\n\x13payload_passthrough\x18\x02 \x01(\x08\x12\x65\n\x0finvocation_mode\x18\x03 \x01(\x0e\x32\x42.envoy.extensions.filters.http.aws_lambda.v3.Config.InvocationModeB\x08\xfa\x42\x05\x82\x01\x02\x10\x01\x12\x14\n\x0chost_rewrite\x18\x04 \x01(\t\x12\x1b\n\x13\x63redentials_profile\x18\x05 \x01(\t\x12M\n\x0b\x63redentials\x18\x06 \x01(\x0b\x32\x38.envoy.extensions.filters.http.aws_lambda.v3.Credentials\"3\n\x0eInvocationMode\x12\x0f\n\x0bSYNCHRONOUS\x10\x00\x12\x10\n\x0c\x41SYNCHRONOUS\x10\x01:9\x9a\xc5\x88\x1e\x34\n2envoy.config.filter.http.aws_lambda.v2alpha.Config\"h\n\x0b\x43redentials\x12\x1e\n\raccess_key_id\x18\x01 \x01(\tB\x07\xfa\x42\x04r\x02\x10\x01\x12\"\n\x11secret_access_key\x18\x02 \x01(\tB\x07\xfa\x42\x04r\x02\x10\x01\x12\x15\n\rsession_token\x18\x03 \x01(\t\"\x9f\x01\n\x0ePerRouteConfig\x12J\n\rinvoke_config\x18\x01 \x01(\x0b\x32\x33.envoy.extensions.filters.http.aws_lambda.v3.Config:A\x9a\xc5\x88\x1e<\n:envoy.config.filter.http.aws_lambda.v2alpha.PerRouteConfigB\xb6\x01\n9io.envoyproxy.envoy.extensions.filters.http.aws_lambda.v3B\x0e\x41wsLambdaProtoP\x01Z_github.com/envoyproxy/go-control-plane/envoy/extensions/filters/http/aws_lambda/v3;aws_lambdav3\xba\x80\xc8\xd1\x06\x02\x10\x02\x62\x06proto3')
|
20
20
|
|
21
21
|
_globals = globals()
|
22
22
|
_builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, _globals)
|
@@ -30,12 +30,18 @@ if _descriptor._USE_C_DESCRIPTORS == False:
|
|
30
30
|
_CONFIG.fields_by_name['invocation_mode']._serialized_options = b'\372B\005\202\001\002\020\001'
|
31
31
|
_CONFIG._options = None
|
32
32
|
_CONFIG._serialized_options = b'\232\305\210\0364\n2envoy.config.filter.http.aws_lambda.v2alpha.Config'
|
33
|
+
_CREDENTIALS.fields_by_name['access_key_id']._options = None
|
34
|
+
_CREDENTIALS.fields_by_name['access_key_id']._serialized_options = b'\372B\004r\002\020\001'
|
35
|
+
_CREDENTIALS.fields_by_name['secret_access_key']._options = None
|
36
|
+
_CREDENTIALS.fields_by_name['secret_access_key']._serialized_options = b'\372B\004r\002\020\001'
|
33
37
|
_PERROUTECONFIG._options = None
|
34
38
|
_PERROUTECONFIG._serialized_options = b'\232\305\210\036<\n:envoy.config.filter.http.aws_lambda.v2alpha.PerRouteConfig'
|
35
39
|
_globals['_CONFIG']._serialized_start=201
|
36
|
-
_globals['_CONFIG']._serialized_end=
|
37
|
-
_globals['_CONFIG_INVOCATIONMODE']._serialized_start=
|
38
|
-
_globals['_CONFIG_INVOCATIONMODE']._serialized_end=
|
39
|
-
_globals['
|
40
|
-
_globals['
|
40
|
+
_globals['_CONFIG']._serialized_end=605
|
41
|
+
_globals['_CONFIG_INVOCATIONMODE']._serialized_start=495
|
42
|
+
_globals['_CONFIG_INVOCATIONMODE']._serialized_end=546
|
43
|
+
_globals['_CREDENTIALS']._serialized_start=607
|
44
|
+
_globals['_CREDENTIALS']._serialized_end=711
|
45
|
+
_globals['_PERROUTECONFIG']._serialized_start=714
|
46
|
+
_globals['_PERROUTECONFIG']._serialized_end=873
|
41
47
|
# @@protoc_insertion_point(module_scope)
|
@@ -12,12 +12,13 @@ _sym_db = _symbol_database.Default()
|
|
12
12
|
|
13
13
|
|
14
14
|
from envoy.type.matcher.v3 import string_pb2 as envoy_dot_type_dot_matcher_dot_v3_dot_string__pb2
|
15
|
+
from google.protobuf import duration_pb2 as google_dot_protobuf_dot_duration__pb2
|
15
16
|
from udpa.annotations import status_pb2 as udpa_dot_annotations_dot_status__pb2
|
16
17
|
from udpa.annotations import versioning_pb2 as udpa_dot_annotations_dot_versioning__pb2
|
17
18
|
from validate import validate_pb2 as validate_dot_validate__pb2
|
18
19
|
|
19
20
|
|
20
|
-
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\nNenvoy/extensions/filters/http/aws_request_signing/v3/aws_request_signing.proto\x12\x34\x65nvoy.extensions.filters.http.aws_request_signing.v3\x1a\"envoy/type/matcher/v3/string.proto\x1a\x1dudpa/annotations/status.proto\x1a!udpa/annotations/versioning.proto\x1a\x17validate/validate.proto\"\
|
21
|
+
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\nNenvoy/extensions/filters/http/aws_request_signing/v3/aws_request_signing.proto\x12\x34\x65nvoy.extensions.filters.http.aws_request_signing.v3\x1a\"envoy/type/matcher/v3/string.proto\x1a\x1egoogle/protobuf/duration.proto\x1a\x1dudpa/annotations/status.proto\x1a!udpa/annotations/versioning.proto\x1a\x17validate/validate.proto\"\xf2\x04\n\x11\x41wsRequestSigning\x12\x1d\n\x0cservice_name\x18\x01 \x01(\tB\x07\xfa\x42\x04r\x02\x10\x01\x12\x0e\n\x06region\x18\x02 \x01(\t\x12\x14\n\x0chost_rewrite\x18\x03 \x01(\t\x12\x1c\n\x14use_unsigned_payload\x18\x04 \x01(\x08\x12\x44\n\x16match_excluded_headers\x18\x05 \x03(\x0b\x32$.envoy.type.matcher.v3.StringMatcher\x12s\n\x11signing_algorithm\x18\x06 \x01(\x0e\x32X.envoy.extensions.filters.http.aws_request_signing.v3.AwsRequestSigning.SigningAlgorithm\x12i\n\x0cquery_string\x18\x07 \x01(\x0b\x32S.envoy.extensions.filters.http.aws_request_signing.v3.AwsRequestSigning.QueryString\x1aR\n\x0bQueryString\x12\x43\n\x0f\x65xpiration_time\x18\x01 \x01(\x0b\x32\x19.google.protobuf.DurationB\x0f\xfa\x42\x0c\xaa\x01\t\"\x03\x08\x90\x1c\x32\x02\x08\x01\"1\n\x10SigningAlgorithm\x12\r\n\tAWS_SIGV4\x10\x00\x12\x0e\n\nAWS_SIGV4A\x10\x01:M\x9a\xc5\x88\x1eH\nFenvoy.config.filter.http.aws_request_signing.v2alpha.AwsRequestSigning\"\x9f\x01\n\x19\x41wsRequestSigningPerRoute\x12\x64\n\x13\x61ws_request_signing\x18\x01 \x01(\x0b\x32G.envoy.extensions.filters.http.aws_request_signing.v3.AwsRequestSigning\x12\x1c\n\x0bstat_prefix\x18\x02 \x01(\tB\x07\xfa\x42\x04r\x02\x10\x01\x42\xd9\x01\nBio.envoyproxy.envoy.extensions.filters.http.aws_request_signing.v3B\x16\x41wsRequestSigningProtoP\x01Zqgithub.com/envoyproxy/go-control-plane/envoy/extensions/filters/http/aws_request_signing/v3;aws_request_signingv3\xba\x80\xc8\xd1\x06\x02\x10\x02\x62\x06proto3')
|
21
22
|
|
22
23
|
_globals = globals()
|
23
24
|
_builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, _globals)
|
@@ -25,18 +26,20 @@ _builder.BuildTopDescriptorsAndMessages(DESCRIPTOR, 'envoy.extensions.filters.ht
|
|
25
26
|
if _descriptor._USE_C_DESCRIPTORS == False:
|
26
27
|
DESCRIPTOR._options = None
|
27
28
|
DESCRIPTOR._serialized_options = b'\nBio.envoyproxy.envoy.extensions.filters.http.aws_request_signing.v3B\026AwsRequestSigningProtoP\001Zqgithub.com/envoyproxy/go-control-plane/envoy/extensions/filters/http/aws_request_signing/v3;aws_request_signingv3\272\200\310\321\006\002\020\002'
|
29
|
+
_AWSREQUESTSIGNING_QUERYSTRING.fields_by_name['expiration_time']._options = None
|
30
|
+
_AWSREQUESTSIGNING_QUERYSTRING.fields_by_name['expiration_time']._serialized_options = b'\372B\014\252\001\t\"\003\010\220\0342\002\010\001'
|
28
31
|
_AWSREQUESTSIGNING.fields_by_name['service_name']._options = None
|
29
32
|
_AWSREQUESTSIGNING.fields_by_name['service_name']._serialized_options = b'\372B\004r\002\020\001'
|
30
|
-
_AWSREQUESTSIGNING.fields_by_name['region']._options = None
|
31
|
-
_AWSREQUESTSIGNING.fields_by_name['region']._serialized_options = b'\372B\004r\002\020\001'
|
32
33
|
_AWSREQUESTSIGNING._options = None
|
33
34
|
_AWSREQUESTSIGNING._serialized_options = b'\232\305\210\036H\nFenvoy.config.filter.http.aws_request_signing.v2alpha.AwsRequestSigning'
|
34
35
|
_AWSREQUESTSIGNINGPERROUTE.fields_by_name['stat_prefix']._options = None
|
35
36
|
_AWSREQUESTSIGNINGPERROUTE.fields_by_name['stat_prefix']._serialized_options = b'\372B\004r\002\020\001'
|
36
|
-
_globals['_AWSREQUESTSIGNING']._serialized_start=
|
37
|
-
_globals['_AWSREQUESTSIGNING']._serialized_end=
|
38
|
-
_globals['
|
39
|
-
_globals['
|
40
|
-
_globals['
|
41
|
-
_globals['
|
37
|
+
_globals['_AWSREQUESTSIGNING']._serialized_start=296
|
38
|
+
_globals['_AWSREQUESTSIGNING']._serialized_end=922
|
39
|
+
_globals['_AWSREQUESTSIGNING_QUERYSTRING']._serialized_start=710
|
40
|
+
_globals['_AWSREQUESTSIGNING_QUERYSTRING']._serialized_end=792
|
41
|
+
_globals['_AWSREQUESTSIGNING_SIGNINGALGORITHM']._serialized_start=794
|
42
|
+
_globals['_AWSREQUESTSIGNING_SIGNINGALGORITHM']._serialized_end=843
|
43
|
+
_globals['_AWSREQUESTSIGNINGPERROUTE']._serialized_start=925
|
44
|
+
_globals['_AWSREQUESTSIGNINGPERROUTE']._serialized_end=1084
|
42
45
|
# @@protoc_insertion_point(module_scope)
|
@@ -14,9 +14,10 @@ _sym_db = _symbol_database.Default()
|
|
14
14
|
from envoy.config.core.v3 import base_pb2 as envoy_dot_config_dot_core_dot_v3_dot_base__pb2
|
15
15
|
from udpa.annotations import sensitive_pb2 as udpa_dot_annotations_dot_sensitive__pb2
|
16
16
|
from udpa.annotations import status_pb2 as udpa_dot_annotations_dot_status__pb2
|
17
|
+
from validate import validate_pb2 as validate_dot_validate__pb2
|
17
18
|
|
18
19
|
|
19
|
-
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n<envoy/extensions/filters/http/basic_auth/v3/basic_auth.proto\x12+envoy.extensions.filters.http.basic_auth.v3\x1a\x1f\x65nvoy/config/core/v3/base.proto\x1a udpa/annotations/sensitive.proto\x1a\x1dudpa/annotations/status.proto\"
|
20
|
+
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n<envoy/extensions/filters/http/basic_auth/v3/basic_auth.proto\x12+envoy.extensions.filters.http.basic_auth.v3\x1a\x1f\x65nvoy/config/core/v3/base.proto\x1a udpa/annotations/sensitive.proto\x1a\x1dudpa/annotations/status.proto\x1a\x17validate/validate.proto\"r\n\tBasicAuth\x12\x37\n\x05users\x18\x01 \x01(\x0b\x32 .envoy.config.core.v3.DataSourceB\x06\xb8\xb7\x8b\xa4\x02\x01\x12,\n\x17\x66orward_username_header\x18\x02 \x01(\tB\x0b\xfa\x42\x08r\x06\xc0\x01\x01\xc8\x01\x00\"T\n\x11\x42\x61sicAuthPerRoute\x12?\n\x05users\x18\x01 \x01(\x0b\x32 .envoy.config.core.v3.DataSourceB\x0e\xfa\x42\x05\x8a\x01\x02\x10\x01\xb8\xb7\x8b\xa4\x02\x01\x42\xb6\x01\n9io.envoyproxy.envoy.extensions.filters.http.basic_auth.v3B\x0e\x42\x61sicAuthProtoP\x01Z_github.com/envoyproxy/go-control-plane/envoy/extensions/filters/http/basic_auth/v3;basic_authv3\xba\x80\xc8\xd1\x06\x02\x10\x02\x62\x06proto3')
|
20
21
|
|
21
22
|
_globals = globals()
|
22
23
|
_builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, _globals)
|
@@ -26,6 +27,12 @@ if _descriptor._USE_C_DESCRIPTORS == False:
|
|
26
27
|
DESCRIPTOR._serialized_options = b'\n9io.envoyproxy.envoy.extensions.filters.http.basic_auth.v3B\016BasicAuthProtoP\001Z_github.com/envoyproxy/go-control-plane/envoy/extensions/filters/http/basic_auth/v3;basic_authv3\272\200\310\321\006\002\020\002'
|
27
28
|
_BASICAUTH.fields_by_name['users']._options = None
|
28
29
|
_BASICAUTH.fields_by_name['users']._serialized_options = b'\270\267\213\244\002\001'
|
29
|
-
|
30
|
-
|
30
|
+
_BASICAUTH.fields_by_name['forward_username_header']._options = None
|
31
|
+
_BASICAUTH.fields_by_name['forward_username_header']._serialized_options = b'\372B\010r\006\300\001\001\310\001\000'
|
32
|
+
_BASICAUTHPERROUTE.fields_by_name['users']._options = None
|
33
|
+
_BASICAUTHPERROUTE.fields_by_name['users']._serialized_options = b'\372B\005\212\001\002\020\001\270\267\213\244\002\001'
|
34
|
+
_globals['_BASICAUTH']._serialized_start=232
|
35
|
+
_globals['_BASICAUTH']._serialized_end=346
|
36
|
+
_globals['_BASICAUTHPERROUTE']._serialized_start=348
|
37
|
+
_globals['_BASICAUTHPERROUTE']._serialized_end=432
|
31
38
|
# @@protoc_insertion_point(module_scope)
|
@@ -19,7 +19,7 @@ from udpa.annotations import status_pb2 as udpa_dot_annotations_dot_status__pb2
|
|
19
19
|
from udpa.annotations import versioning_pb2 as udpa_dot_annotations_dot_versioning__pb2
|
20
20
|
|
21
21
|
|
22
|
-
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n2envoy/extensions/filters/http/cache/v3/cache.proto\x12&envoy.extensions.filters.http.cache.v3\x1a,envoy/config/route/v3/route_components.proto\x1a\"envoy/type/matcher/v3/string.proto\x1a\x19google/protobuf/any.proto\x1a\x1egoogle/protobuf/wrappers.proto\x1a\x1dudpa/annotations/status.proto\x1a!udpa/annotations/versioning.proto\"\
|
22
|
+
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n2envoy/extensions/filters/http/cache/v3/cache.proto\x12&envoy.extensions.filters.http.cache.v3\x1a,envoy/config/route/v3/route_components.proto\x1a\"envoy/type/matcher/v3/string.proto\x1a\x19google/protobuf/any.proto\x1a\x1egoogle/protobuf/wrappers.proto\x1a\x1dudpa/annotations/status.proto\x1a!udpa/annotations/versioning.proto\"\xbe\x05\n\x0b\x43\x61\x63heConfig\x12*\n\x0ctyped_config\x18\x01 \x01(\x0b\x32\x14.google.protobuf.Any\x12,\n\x08\x64isabled\x18\x05 \x01(\x0b\x32\x1a.google.protobuf.BoolValue\x12\x42\n\x14\x61llowed_vary_headers\x18\x02 \x03(\x0b\x32$.envoy.type.matcher.v3.StringMatcher\x12`\n\x12key_creator_params\x18\x03 \x01(\x0b\x32\x44.envoy.extensions.filters.http.cache.v3.CacheConfig.KeyCreatorParams\x12\x16\n\x0emax_body_bytes\x18\x04 \x01(\r\x12+\n#ignore_request_cache_control_header\x18\x06 \x01(\x08\x1a\xae\x02\n\x10KeyCreatorParams\x12\x16\n\x0e\x65xclude_scheme\x18\x01 \x01(\x08\x12\x14\n\x0c\x65xclude_host\x18\x02 \x01(\x08\x12O\n\x19query_parameters_included\x18\x03 \x03(\x0b\x32,.envoy.config.route.v3.QueryParameterMatcher\x12O\n\x19query_parameters_excluded\x18\x04 \x03(\x0b\x32,.envoy.config.route.v3.QueryParameterMatcher:J\x9a\xc5\x88\x1e\x45\nCenvoy.config.filter.http.cache.v2alpha.CacheConfig.KeyCreatorParams:9\x9a\xc5\x88\x1e\x34\n2envoy.config.filter.http.cache.v2alpha.CacheConfigB\xa3\x01\n4io.envoyproxy.envoy.extensions.filters.http.cache.v3B\nCacheProtoP\x01ZUgithub.com/envoyproxy/go-control-plane/envoy/extensions/filters/http/cache/v3;cachev3\xba\x80\xc8\xd1\x06\x02\x10\x02\x62\x06proto3')
|
23
23
|
|
24
24
|
_globals = globals()
|
25
25
|
_builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, _globals)
|
@@ -32,7 +32,7 @@ if _descriptor._USE_C_DESCRIPTORS == False:
|
|
32
32
|
_CACHECONFIG._options = None
|
33
33
|
_CACHECONFIG._serialized_options = b'\232\305\210\0364\n2envoy.config.filter.http.cache.v2alpha.CacheConfig'
|
34
34
|
_globals['_CACHECONFIG']._serialized_start=302
|
35
|
-
_globals['_CACHECONFIG']._serialized_end=
|
36
|
-
_globals['_CACHECONFIG_KEYCREATORPARAMS']._serialized_start=
|
37
|
-
_globals['_CACHECONFIG_KEYCREATORPARAMS']._serialized_end=
|
35
|
+
_globals['_CACHECONFIG']._serialized_end=1004
|
36
|
+
_globals['_CACHECONFIG_KEYCREATORPARAMS']._serialized_start=643
|
37
|
+
_globals['_CACHECONFIG_KEYCREATORPARAMS']._serialized_end=945
|
38
38
|
# @@protoc_insertion_point(module_scope)
|
@@ -11,6 +11,7 @@ from google.protobuf.internal import builder as _builder
|
|
11
11
|
_sym_db = _symbol_database.Default()
|
12
12
|
|
13
13
|
|
14
|
+
from envoy.config.core.v3 import base_pb2 as envoy_dot_config_dot_core_dot_v3_dot_base__pb2
|
14
15
|
from envoy.config.core.v3 import config_source_pb2 as envoy_dot_config_dot_core_dot_v3_dot_config__source__pb2
|
15
16
|
from envoy.config.core.v3 import extension_pb2 as envoy_dot_config_dot_core_dot_v3_dot_extension__pb2
|
16
17
|
from udpa.annotations import migrate_pb2 as udpa_dot_annotations_dot_migrate__pb2
|
@@ -18,7 +19,7 @@ from udpa.annotations import status_pb2 as udpa_dot_annotations_dot_status__pb2
|
|
18
19
|
from validate import validate_pb2 as validate_dot_validate__pb2
|
19
20
|
|
20
21
|
|
21
|
-
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n:envoy/extensions/filters/http/composite/v3/composite.proto\x12*envoy.extensions.filters.http.composite.v3\x1a(envoy/config/core/v3/config_source.proto\x1a$envoy/config/core/v3/extension.proto\x1a\x1eudpa/annotations/migrate.proto\x1a\x1dudpa/annotations/status.proto\x1a\x17validate/validate.proto\"\x0b\n\tComposite\"m\n\rDynamicConfig\x12\x15\n\x04name\x18\x01 \x01(\tB\x07\xfa\x42\x04r\x02\x10\x01\x12\x45\n\x10\x63onfig_discovery\x18\x02 \x01(\x0b\x32+.envoy.config.core.v3.ExtensionConfigSource\"\
|
22
|
+
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n:envoy/extensions/filters/http/composite/v3/composite.proto\x12*envoy.extensions.filters.http.composite.v3\x1a\x1f\x65nvoy/config/core/v3/base.proto\x1a(envoy/config/core/v3/config_source.proto\x1a$envoy/config/core/v3/extension.proto\x1a\x1eudpa/annotations/migrate.proto\x1a\x1dudpa/annotations/status.proto\x1a\x17validate/validate.proto\"\x0b\n\tComposite\"m\n\rDynamicConfig\x12\x15\n\x04name\x18\x01 \x01(\tB\x07\xfa\x42\x04r\x02\x10\x01\x12\x45\n\x10\x63onfig_discovery\x18\x02 \x01(\x0b\x32+.envoy.config.core.v3.ExtensionConfigSource\"\x9c\x02\n\x13\x45xecuteFilterAction\x12U\n\x0ctyped_config\x18\x01 \x01(\x0b\x32*.envoy.config.core.v3.TypedExtensionConfigB\x13\xf2\x98\xfe\x8f\x05\r\x12\x0b\x63onfig_type\x12\x66\n\x0e\x64ynamic_config\x18\x02 \x01(\x0b\x32\x39.envoy.extensions.filters.http.composite.v3.DynamicConfigB\x13\xf2\x98\xfe\x8f\x05\r\x12\x0b\x63onfig_type\x12\x46\n\x0esample_percent\x18\x03 \x01(\x0b\x32..envoy.config.core.v3.RuntimeFractionalPercentB\xb3\x01\n8io.envoyproxy.envoy.extensions.filters.http.composite.v3B\x0e\x43ompositeProtoP\x01Z]github.com/envoyproxy/go-control-plane/envoy/extensions/filters/http/composite/v3;compositev3\xba\x80\xc8\xd1\x06\x02\x10\x02\x62\x06proto3')
|
22
23
|
|
23
24
|
_globals = globals()
|
24
25
|
_builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, _globals)
|
@@ -32,10 +33,10 @@ if _descriptor._USE_C_DESCRIPTORS == False:
|
|
32
33
|
_EXECUTEFILTERACTION.fields_by_name['typed_config']._serialized_options = b'\362\230\376\217\005\r\022\013config_type'
|
33
34
|
_EXECUTEFILTERACTION.fields_by_name['dynamic_config']._options = None
|
34
35
|
_EXECUTEFILTERACTION.fields_by_name['dynamic_config']._serialized_options = b'\362\230\376\217\005\r\022\013config_type'
|
35
|
-
_globals['_COMPOSITE']._serialized_start=
|
36
|
-
_globals['_COMPOSITE']._serialized_end=
|
37
|
-
_globals['_DYNAMICCONFIG']._serialized_start=
|
38
|
-
_globals['_DYNAMICCONFIG']._serialized_end=
|
39
|
-
_globals['_EXECUTEFILTERACTION']._serialized_start=
|
40
|
-
_globals['_EXECUTEFILTERACTION']._serialized_end=
|
36
|
+
_globals['_COMPOSITE']._serialized_start=307
|
37
|
+
_globals['_COMPOSITE']._serialized_end=318
|
38
|
+
_globals['_DYNAMICCONFIG']._serialized_start=320
|
39
|
+
_globals['_DYNAMICCONFIG']._serialized_end=429
|
40
|
+
_globals['_EXECUTEFILTERACTION']._serialized_start=432
|
41
|
+
_globals['_EXECUTEFILTERACTION']._serialized_end=716
|
41
42
|
# @@protoc_insertion_point(module_scope)
|