xds-protos 1.69.0__py3-none-any.whl → 1.70.0__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- envoy/admin/v3/config_dump_shared_pb2.py +2 -2
- envoy/config/cluster/v3/cluster_pb2.py +73 -67
- envoy/config/core/v3/base_pb2.py +52 -46
- envoy/config/core/v3/protocol_pb2.py +35 -35
- envoy/config/core/v3/socket_cmsg_headers_pb2.py +28 -0
- envoy/config/core/v3/socket_option_pb2.py +12 -6
- envoy/config/filter/network/kafka_broker/v2alpha1/kafka_broker_pb2.py +10 -6
- envoy/config/grpc_credential/v3/aws_iam_pb2.py +7 -4
- envoy/config/listener/v3/listener_components_pb2.py +8 -10
- envoy/config/listener/v3/quic_config_pb2.py +6 -3
- envoy/config/overload/v3/overload_pb2.py +11 -11
- envoy/config/rbac/v3/rbac_pb2.py +25 -13
- envoy/config/route/v3/route_components_pb2.py +138 -131
- envoy/config/trace/v2/trace_pb2.py +1 -3
- envoy/config/trace/v3/trace_pb2.py +1 -3
- envoy/extensions/clusters/common/__init__.py +0 -0
- envoy/extensions/clusters/common/dns/__init__.py +0 -0
- envoy/extensions/clusters/common/dns/v3/__init__.py +0 -0
- envoy/extensions/clusters/common/dns/v3/dns_pb2.py +27 -0
- envoy/extensions/clusters/dns/__init__.py +0 -0
- envoy/extensions/clusters/dns/v3/__init__.py +0 -0
- envoy/extensions/clusters/dns/v3/dns_cluster_pb2.py +41 -0
- envoy/extensions/common/aws/__init__.py +0 -0
- envoy/extensions/common/aws/v3/__init__.py +0 -0
- envoy/extensions/common/aws/v3/credential_provider_pb2.py +48 -0
- envoy/extensions/common/ratelimit/v3/ratelimit_pb2.py +16 -15
- envoy/extensions/dynamic_modules/__init__.py +0 -0
- envoy/extensions/dynamic_modules/v3/__init__.py +0 -0
- envoy/extensions/dynamic_modules/v3/dynamic_modules_pb2.py +31 -0
- envoy/extensions/filters/http/api_key_auth/__init__.py +0 -0
- envoy/extensions/filters/http/api_key_auth/v3/__init__.py +0 -0
- envoy/extensions/filters/http/api_key_auth/v3/api_key_auth_pb2.py +50 -0
- envoy/extensions/filters/http/aws_request_signing/v3/aws_request_signing_pb2.py +10 -9
- envoy/extensions/filters/http/basic_auth/v3/basic_auth_pb2.py +7 -5
- envoy/extensions/filters/http/dynamic_modules/__init__.py +0 -0
- envoy/extensions/filters/http/dynamic_modules/v3/__init__.py +0 -0
- envoy/extensions/filters/http/dynamic_modules/v3/dynamic_modules_pb2.py +29 -0
- envoy/extensions/filters/http/ext_authz/v3/ext_authz_pb2.py +18 -17
- envoy/extensions/filters/http/ext_proc/v3/ext_proc_pb2.py +22 -16
- envoy/extensions/filters/http/ext_proc/v3/processing_mode_pb2.py +3 -3
- envoy/extensions/filters/http/grpc_json_reverse_transcoder/__init__.py +0 -0
- envoy/extensions/filters/http/grpc_json_reverse_transcoder/v3/__init__.py +0 -0
- envoy/extensions/filters/http/grpc_json_reverse_transcoder/v3/transcoder_pb2.py +33 -0
- envoy/extensions/filters/http/header_mutation/v3/header_mutation_pb2.py +8 -7
- envoy/extensions/filters/http/ip_tagging/v3/ip_tagging_pb2.py +12 -6
- envoy/extensions/filters/http/local_ratelimit/v3/local_rate_limit_pb2.py +4 -3
- envoy/extensions/filters/http/oauth2/v3/oauth_pb2.py +14 -11
- envoy/extensions/filters/http/proto_message_extraction/__init__.py +0 -0
- envoy/extensions/filters/http/proto_message_extraction/v3/__init__.py +0 -0
- envoy/extensions/filters/http/proto_message_extraction/v3/config_pb2.py +47 -0
- envoy/extensions/filters/http/ratelimit/v3/rate_limit_pb2.py +11 -63
- envoy/extensions/filters/network/generic_proxy/__init__.py +0 -0
- envoy/extensions/filters/network/generic_proxy/action/__init__.py +0 -0
- envoy/extensions/filters/network/generic_proxy/action/v3/__init__.py +0 -0
- envoy/extensions/filters/network/generic_proxy/action/v3/action_pb2.py +39 -0
- envoy/extensions/filters/network/generic_proxy/codecs/__init__.py +0 -0
- envoy/extensions/filters/network/generic_proxy/codecs/dubbo/__init__.py +0 -0
- envoy/extensions/filters/network/generic_proxy/codecs/dubbo/v3/__init__.py +0 -0
- envoy/extensions/filters/network/generic_proxy/codecs/dubbo/v3/dubbo_pb2.py +28 -0
- envoy/extensions/filters/network/generic_proxy/codecs/http1/__init__.py +0 -0
- envoy/extensions/filters/network/generic_proxy/codecs/http1/v3/__init__.py +0 -0
- envoy/extensions/filters/network/generic_proxy/codecs/http1/v3/http1_pb2.py +29 -0
- envoy/extensions/filters/network/generic_proxy/matcher/__init__.py +0 -0
- envoy/extensions/filters/network/generic_proxy/matcher/v3/__init__.py +0 -0
- envoy/extensions/filters/network/generic_proxy/matcher/v3/matcher_pb2.py +50 -0
- envoy/extensions/filters/network/generic_proxy/router/__init__.py +0 -0
- envoy/extensions/filters/network/generic_proxy/router/v3/__init__.py +0 -0
- envoy/extensions/filters/network/generic_proxy/router/v3/router_pb2.py +28 -0
- envoy/extensions/filters/network/generic_proxy/v3/__init__.py +0 -0
- envoy/extensions/filters/network/generic_proxy/v3/generic_proxy_pb2.py +46 -0
- envoy/extensions/filters/network/generic_proxy/v3/route_pb2.py +40 -0
- envoy/extensions/filters/network/http_connection_manager/v3/http_connection_manager_pb2.py +52 -52
- envoy/extensions/filters/network/redis_proxy/v3/redis_proxy_pb2.py +26 -23
- envoy/extensions/filters/network/sni_dynamic_forward_proxy/v3/sni_dynamic_forward_proxy_pb2.py +2 -2
- envoy/extensions/filters/udp/udp_proxy/v3/udp_proxy_pb2.py +16 -15
- envoy/extensions/http/original_ip_detection/xff/v3/xff_pb2.py +7 -3
- envoy/extensions/load_balancing_policies/client_side_weighted_round_robin/v3/client_side_weighted_round_robin_pb2.py +2 -2
- envoy/extensions/matching/common_inputs/network/v3/network_inputs_pb2.py +13 -1
- envoy/extensions/matching/input_matchers/metadata/__init__.py +0 -0
- envoy/extensions/matching/input_matchers/metadata/v3/__init__.py +0 -0
- envoy/extensions/matching/input_matchers/metadata/v3/metadata_pb2.py +31 -0
- envoy/extensions/network/dns_resolver/cares/v3/cares_dns_resolver_pb2.py +6 -4
- envoy/extensions/network/dns_resolver/getaddrinfo/v3/getaddrinfo_dns_resolver_pb2.py +4 -3
- envoy/extensions/quic/connection_debug_visitor/quic_stats/__init__.py +0 -0
- envoy/extensions/quic/connection_debug_visitor/quic_stats/v3/__init__.py +0 -0
- envoy/extensions/quic/connection_debug_visitor/quic_stats/v3/quic_stats_pb2.py +31 -0
- envoy/extensions/quic/server_preferred_address/v3/datasource_pb2.py +5 -8
- envoy/extensions/quic/server_preferred_address/v3/fixed_server_preferred_address_config_pb2.py +5 -8
- envoy/extensions/resource_monitors/cpu_utilization/__init__.py +0 -0
- envoy/extensions/resource_monitors/cpu_utilization/v3/__init__.py +0 -0
- envoy/extensions/resource_monitors/cpu_utilization/v3/cpu_utilization_pb2.py +27 -0
- envoy/extensions/transport_sockets/http_11_proxy/v3/upstream_http_11_connect_pb2.py +3 -6
- envoy/extensions/transport_sockets/proxy_protocol/v3/upstream_proxy_protocol_pb2.py +2 -2
- envoy/extensions/transport_sockets/tls/v3/common_pb2.py +14 -12
- envoy/extensions/transport_sockets/tls/v3/tls_pb2.py +16 -16
- envoy/extensions/wasm/v3/wasm_pb2.py +25 -17
- envoy/service/discovery/v3/discovery_pb2.py +25 -23
- envoy/service/ext_proc/v3/external_processor_pb2.py +11 -9
- envoy/service/ext_proc/v3/external_processor_pb2_grpc.py +0 -3
- envoy/service/extension/v3/config_discovery_pb2_grpc.py +9 -6
- envoy/service/ratelimit/v3/rls_pb2.py +12 -12
- envoy/service/redis_auth/__init__.py +0 -0
- envoy/service/redis_auth/v3/__init__.py +0 -0
- envoy/service/redis_auth/v3/redis_external_auth_pb2.py +33 -0
- envoy/service/redis_auth/v3/redis_external_auth_pb2_grpc.py +83 -0
- envoy/service/status/v3/csds_pb2.py +4 -4
- {xds_protos-1.69.0.dist-info → xds_protos-1.70.0.dist-info}/METADATA +1 -1
- {xds_protos-1.69.0.dist-info → xds_protos-1.70.0.dist-info}/RECORD +110 -51
- {xds_protos-1.69.0.dist-info → xds_protos-1.70.0.dist-info}/WHEEL +0 -0
- {xds_protos-1.69.0.dist-info → xds_protos-1.70.0.dist-info}/top_level.txt +0 -0
@@ -0,0 +1,28 @@
|
|
1
|
+
# -*- coding: utf-8 -*-
|
2
|
+
# Generated by the protocol buffer compiler. DO NOT EDIT!
|
3
|
+
# source: envoy/config/core/v3/socket_cmsg_headers.proto
|
4
|
+
"""Generated protocol buffer code."""
|
5
|
+
from google.protobuf import descriptor as _descriptor
|
6
|
+
from google.protobuf import descriptor_pool as _descriptor_pool
|
7
|
+
from google.protobuf import symbol_database as _symbol_database
|
8
|
+
from google.protobuf.internal import builder as _builder
|
9
|
+
# @@protoc_insertion_point(imports)
|
10
|
+
|
11
|
+
_sym_db = _symbol_database.Default()
|
12
|
+
|
13
|
+
|
14
|
+
from google.protobuf import wrappers_pb2 as google_dot_protobuf_dot_wrappers__pb2
|
15
|
+
from udpa.annotations import status_pb2 as udpa_dot_annotations_dot_status__pb2
|
16
|
+
|
17
|
+
|
18
|
+
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n.envoy/config/core/v3/socket_cmsg_headers.proto\x12\x14\x65nvoy.config.core.v3\x1a\x1egoogle/protobuf/wrappers.proto\x1a\x1dudpa/annotations/status.proto\"\x83\x01\n\x11SocketCmsgHeaders\x12+\n\x05level\x18\x01 \x01(\x0b\x32\x1c.google.protobuf.UInt32Value\x12*\n\x04type\x18\x02 \x01(\x0b\x32\x1c.google.protobuf.UInt32Value\x12\x15\n\rexpected_size\x18\x03 \x01(\rB\x8a\x01\n\"io.envoyproxy.envoy.config.core.v3B\x16SocketCmsgHeadersProtoP\x01ZBgithub.com/envoyproxy/go-control-plane/envoy/config/core/v3;corev3\xba\x80\xc8\xd1\x06\x02\x10\x02\x62\x06proto3')
|
19
|
+
|
20
|
+
_globals = globals()
|
21
|
+
_builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, _globals)
|
22
|
+
_builder.BuildTopDescriptorsAndMessages(DESCRIPTOR, 'envoy.config.core.v3.socket_cmsg_headers_pb2', _globals)
|
23
|
+
if _descriptor._USE_C_DESCRIPTORS == False:
|
24
|
+
DESCRIPTOR._options = None
|
25
|
+
DESCRIPTOR._serialized_options = b'\n\"io.envoyproxy.envoy.config.core.v3B\026SocketCmsgHeadersProtoP\001ZBgithub.com/envoyproxy/go-control-plane/envoy/config/core/v3;corev3\272\200\310\321\006\002\020\002'
|
26
|
+
_globals['_SOCKETCMSGHEADERS']._serialized_start=136
|
27
|
+
_globals['_SOCKETCMSGHEADERS']._serialized_end=267
|
28
|
+
# @@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/config/core/v3/socket_option.proto\x12\x14\x65nvoy.config.core.v3\x1a\x1dudpa/annotations/status.proto\x1a!udpa/annotations/versioning.proto\x1a\x17validate/validate.proto\"\
|
19
|
+
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n(envoy/config/core/v3/socket_option.proto\x12\x14\x65nvoy.config.core.v3\x1a\x1dudpa/annotations/status.proto\x1a!udpa/annotations/versioning.proto\x1a\x17validate/validate.proto\"\xa2\x04\n\x0cSocketOption\x12\x13\n\x0b\x64\x65scription\x18\x01 \x01(\t\x12\r\n\x05level\x18\x02 \x01(\x03\x12\x0c\n\x04name\x18\x03 \x01(\x03\x12\x13\n\tint_value\x18\x04 \x01(\x03H\x00\x12\x13\n\tbuf_value\x18\x05 \x01(\x0cH\x00\x12G\n\x05state\x18\x06 \x01(\x0e\x32..envoy.config.core.v3.SocketOption.SocketStateB\x08\xfa\x42\x05\x82\x01\x02\x10\x01\x12;\n\x04type\x18\x07 \x01(\x0b\x32-.envoy.config.core.v3.SocketOption.SocketType\x1a\xb2\x01\n\nSocketType\x12\x44\n\x06stream\x18\x01 \x01(\x0b\x32\x34.envoy.config.core.v3.SocketOption.SocketType.Stream\x12H\n\x08\x64\x61tagram\x18\x02 \x01(\x0b\x32\x36.envoy.config.core.v3.SocketOption.SocketType.Datagram\x1a\x08\n\x06Stream\x1a\n\n\x08\x44\x61tagram\"F\n\x0bSocketState\x12\x11\n\rSTATE_PREBIND\x10\x00\x12\x0f\n\x0bSTATE_BOUND\x10\x01\x12\x13\n\x0fSTATE_LISTENING\x10\x02:%\x9a\xc5\x88\x1e \n\x1e\x65nvoy.api.v2.core.SocketOptionB\x0c\n\x05value\x12\x03\xf8\x42\x01\"S\n\x15SocketOptionsOverride\x12:\n\x0esocket_options\x18\x01 \x03(\x0b\x32\".envoy.config.core.v3.SocketOptionB\x85\x01\n\"io.envoyproxy.envoy.config.core.v3B\x11SocketOptionProtoP\x01ZBgithub.com/envoyproxy/go-control-plane/envoy/config/core/v3;corev3\xba\x80\xc8\xd1\x06\x02\x10\x02\x62\x06proto3')
|
20
20
|
|
21
21
|
_globals = globals()
|
22
22
|
_builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, _globals)
|
@@ -31,9 +31,15 @@ if _descriptor._USE_C_DESCRIPTORS == False:
|
|
31
31
|
_SOCKETOPTION._options = None
|
32
32
|
_SOCKETOPTION._serialized_options = b'\232\305\210\036 \n\036envoy.api.v2.core.SocketOption'
|
33
33
|
_globals['_SOCKETOPTION']._serialized_start=158
|
34
|
-
_globals['_SOCKETOPTION']._serialized_end=
|
35
|
-
_globals['
|
36
|
-
_globals['
|
37
|
-
_globals['
|
38
|
-
_globals['
|
34
|
+
_globals['_SOCKETOPTION']._serialized_end=704
|
35
|
+
_globals['_SOCKETOPTION_SOCKETTYPE']._serialized_start=401
|
36
|
+
_globals['_SOCKETOPTION_SOCKETTYPE']._serialized_end=579
|
37
|
+
_globals['_SOCKETOPTION_SOCKETTYPE_STREAM']._serialized_start=559
|
38
|
+
_globals['_SOCKETOPTION_SOCKETTYPE_STREAM']._serialized_end=567
|
39
|
+
_globals['_SOCKETOPTION_SOCKETTYPE_DATAGRAM']._serialized_start=569
|
40
|
+
_globals['_SOCKETOPTION_SOCKETTYPE_DATAGRAM']._serialized_end=579
|
41
|
+
_globals['_SOCKETOPTION_SOCKETSTATE']._serialized_start=581
|
42
|
+
_globals['_SOCKETOPTION_SOCKETSTATE']._serialized_end=651
|
43
|
+
_globals['_SOCKETOPTIONSOVERRIDE']._serialized_start=706
|
44
|
+
_globals['_SOCKETOPTIONSOVERRIDE']._serialized_end=789
|
39
45
|
# @@protoc_insertion_point(module_scope)
|
@@ -16,7 +16,7 @@ from udpa.annotations import status_pb2 as udpa_dot_annotations_dot_status__pb2
|
|
16
16
|
from validate import validate_pb2 as validate_dot_validate__pb2
|
17
17
|
|
18
18
|
|
19
|
-
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\nDenvoy/config/filter/network/kafka_broker/v2alpha1/kafka_broker.proto\x12\x31\x65nvoy.config.filter.network.kafka_broker.v2alpha1\x1a\x1eudpa/annotations/migrate.proto\x1a\x1dudpa/annotations/status.proto\x1a\x17validate/validate.proto\"\
|
19
|
+
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\nDenvoy/config/filter/network/kafka_broker/v2alpha1/kafka_broker.proto\x12\x31\x65nvoy.config.filter.network.kafka_broker.v2alpha1\x1a\x1eudpa/annotations/migrate.proto\x1a\x1dudpa/annotations/status.proto\x1a\x17validate/validate.proto\"\xbe\x02\n\x0bKafkaBroker\x12\x1c\n\x0bstat_prefix\x18\x01 \x01(\tB\x07\xfa\x42\x04r\x02 \x01\x12\x1e\n\x16\x66orce_response_rewrite\x18\x02 \x01(\x08\x12{\n$id_based_broker_address_rewrite_spec\x18\x03 \x01(\x0b\x32K.envoy.config.filter.network.kafka_broker.v2alpha1.IdBasedBrokerRewriteSpecH\x00\x12*\n\x10\x61pi_keys_allowed\x18\x04 \x03(\rB\x10\xfa\x42\r\x92\x01\n\"\x08*\x06\x18\xff\xff\x01(\x00\x12)\n\x0f\x61pi_keys_denied\x18\x05 \x03(\rB\x10\xfa\x42\r\x92\x01\n\"\x08*\x06\x18\xff\xff\x01(\x00\x42\x1d\n\x1b\x62roker_address_rewrite_spec\"v\n\x18IdBasedBrokerRewriteSpec\x12Z\n\x05rules\x18\x01 \x03(\x0b\x32K.envoy.config.filter.network.kafka_broker.v2alpha1.IdBasedBrokerRewriteRule\"_\n\x18IdBasedBrokerRewriteRule\x12\x13\n\x02id\x18\x01 \x01(\rB\x07\xfa\x42\x04*\x02(\x00\x12\x15\n\x04host\x18\x02 \x01(\tB\x07\xfa\x42\x04r\x02\x10\x01\x12\x17\n\x04port\x18\x03 \x01(\rB\t\xfa\x42\x06*\x04\x18\xff\xff\x03\x42\xef\x01\n?io.envoyproxy.envoy.config.filter.network.kafka_broker.v2alpha1B\x10KafkaBrokerProtoP\x01ZXgithub.com/envoyproxy/go-control-plane/envoy/config/filter/network/kafka_broker/v2alpha1\xf2\x98\xfe\x8f\x05\x32\x12\x30\x65nvoy.extensions.filters.network.kafka_broker.v3\xba\x80\xc8\xd1\x06\x02\x10\x01\x62\x06proto3')
|
20
20
|
|
21
21
|
_globals = globals()
|
22
22
|
_builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, _globals)
|
@@ -26,6 +26,10 @@ if _descriptor._USE_C_DESCRIPTORS == False:
|
|
26
26
|
DESCRIPTOR._serialized_options = b'\n?io.envoyproxy.envoy.config.filter.network.kafka_broker.v2alpha1B\020KafkaBrokerProtoP\001ZXgithub.com/envoyproxy/go-control-plane/envoy/config/filter/network/kafka_broker/v2alpha1\362\230\376\217\0052\0220envoy.extensions.filters.network.kafka_broker.v3\272\200\310\321\006\002\020\001'
|
27
27
|
_KAFKABROKER.fields_by_name['stat_prefix']._options = None
|
28
28
|
_KAFKABROKER.fields_by_name['stat_prefix']._serialized_options = b'\372B\004r\002 \001'
|
29
|
+
_KAFKABROKER.fields_by_name['api_keys_allowed']._options = None
|
30
|
+
_KAFKABROKER.fields_by_name['api_keys_allowed']._serialized_options = b'\372B\r\222\001\n\"\010*\006\030\377\377\001(\000'
|
31
|
+
_KAFKABROKER.fields_by_name['api_keys_denied']._options = None
|
32
|
+
_KAFKABROKER.fields_by_name['api_keys_denied']._serialized_options = b'\372B\r\222\001\n\"\010*\006\030\377\377\001(\000'
|
29
33
|
_IDBASEDBROKERREWRITERULE.fields_by_name['id']._options = None
|
30
34
|
_IDBASEDBROKERREWRITERULE.fields_by_name['id']._serialized_options = b'\372B\004*\002(\000'
|
31
35
|
_IDBASEDBROKERREWRITERULE.fields_by_name['host']._options = None
|
@@ -33,9 +37,9 @@ if _descriptor._USE_C_DESCRIPTORS == False:
|
|
33
37
|
_IDBASEDBROKERREWRITERULE.fields_by_name['port']._options = None
|
34
38
|
_IDBASEDBROKERREWRITERULE.fields_by_name['port']._serialized_options = b'\372B\006*\004\030\377\377\003'
|
35
39
|
_globals['_KAFKABROKER']._serialized_start=212
|
36
|
-
_globals['_KAFKABROKER']._serialized_end=
|
37
|
-
_globals['_IDBASEDBROKERREWRITESPEC']._serialized_start=
|
38
|
-
_globals['_IDBASEDBROKERREWRITESPEC']._serialized_end=
|
39
|
-
_globals['_IDBASEDBROKERREWRITERULE']._serialized_start=
|
40
|
-
_globals['_IDBASEDBROKERREWRITERULE']._serialized_end=
|
40
|
+
_globals['_KAFKABROKER']._serialized_end=530
|
41
|
+
_globals['_IDBASEDBROKERREWRITESPEC']._serialized_start=532
|
42
|
+
_globals['_IDBASEDBROKERREWRITESPEC']._serialized_end=650
|
43
|
+
_globals['_IDBASEDBROKERREWRITERULE']._serialized_start=652
|
44
|
+
_globals['_IDBASEDBROKERREWRITERULE']._serialized_end=747
|
41
45
|
# @@protoc_insertion_point(module_scope)
|
@@ -11,12 +11,13 @@ from google.protobuf.internal import builder as _builder
|
|
11
11
|
_sym_db = _symbol_database.Default()
|
12
12
|
|
13
13
|
|
14
|
+
from envoy.annotations import deprecation_pb2 as envoy_dot_annotations_dot_deprecation__pb2
|
14
15
|
from udpa.annotations import status_pb2 as udpa_dot_annotations_dot_status__pb2
|
15
16
|
from udpa.annotations import versioning_pb2 as udpa_dot_annotations_dot_versioning__pb2
|
16
17
|
from validate import validate_pb2 as validate_dot_validate__pb2
|
17
18
|
|
18
19
|
|
19
|
-
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n-envoy/config/grpc_credential/v3/aws_iam.proto\x12\x1f\x65nvoy.config.grpc_credential.v3\x1a\x1dudpa/annotations/status.proto\x1a!udpa/annotations/versioning.proto\x1a\x17validate/validate.proto\"
|
20
|
+
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n-envoy/config/grpc_credential/v3/aws_iam.proto\x12\x1f\x65nvoy.config.grpc_credential.v3\x1a#envoy/annotations/deprecation.proto\x1a\x1dudpa/annotations/status.proto\x1a!udpa/annotations/versioning.proto\x1a\x17validate/validate.proto\"\x8f\x01\n\x0c\x41wsIamConfig\x12(\n\x0cservice_name\x18\x01 \x01(\tB\x12\x18\x01\xfa\x42\x04r\x02\x10\x01\x92\xc7\x86\xd8\x04\x03\x33.0\x12\x1b\n\x06region\x18\x02 \x01(\tB\x0b\x18\x01\x92\xc7\x86\xd8\x04\x03\x33.0:8\x9a\xc5\x88\x1e\x33\n1envoy.config.grpc_credential.v2alpha.AwsIamConfigB\xa0\x01\n-io.envoyproxy.envoy.config.grpc_credential.v3B\x0b\x41wsIamProtoP\x01ZXgithub.com/envoyproxy/go-control-plane/envoy/config/grpc_credential/v3;grpc_credentialv3\xba\x80\xc8\xd1\x06\x02\x10\x02\x62\x06proto3')
|
20
21
|
|
21
22
|
_globals = globals()
|
22
23
|
_builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, _globals)
|
@@ -25,9 +26,11 @@ if _descriptor._USE_C_DESCRIPTORS == False:
|
|
25
26
|
DESCRIPTOR._options = None
|
26
27
|
DESCRIPTOR._serialized_options = b'\n-io.envoyproxy.envoy.config.grpc_credential.v3B\013AwsIamProtoP\001ZXgithub.com/envoyproxy/go-control-plane/envoy/config/grpc_credential/v3;grpc_credentialv3\272\200\310\321\006\002\020\002'
|
27
28
|
_AWSIAMCONFIG.fields_by_name['service_name']._options = None
|
28
|
-
_AWSIAMCONFIG.fields_by_name['service_name']._serialized_options = b'\372B\004r\002\020\001'
|
29
|
+
_AWSIAMCONFIG.fields_by_name['service_name']._serialized_options = b'\030\001\372B\004r\002\020\001\222\307\206\330\004\0033.0'
|
30
|
+
_AWSIAMCONFIG.fields_by_name['region']._options = None
|
31
|
+
_AWSIAMCONFIG.fields_by_name['region']._serialized_options = b'\030\001\222\307\206\330\004\0033.0'
|
29
32
|
_AWSIAMCONFIG._options = None
|
30
33
|
_AWSIAMCONFIG._serialized_options = b'\232\305\210\0363\n1envoy.config.grpc_credential.v2alpha.AwsIamConfig'
|
31
|
-
_globals['_AWSIAMCONFIG']._serialized_start=
|
32
|
-
_globals['_AWSIAMCONFIG']._serialized_end=
|
34
|
+
_globals['_AWSIAMCONFIG']._serialized_start=211
|
35
|
+
_globals['_AWSIAMCONFIG']._serialized_end=354
|
33
36
|
# @@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'\n2envoy/config/listener/v3/listener_components.proto\x12\x18\x65nvoy.config.listener.v3\x1a\"envoy/config/core/v3/address.proto\x1a\x1f\x65nvoy/config/core/v3/base.proto\x1a(envoy/config/core/v3/config_source.proto\x1a\x19\x65nvoy/type/v3/range.proto\x1a\x19google/protobuf/any.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\"\xde\x01\n\x06\x46ilter\x12\x15\n\x04name\x18\x01 \x01(\tB\x07\xfa\x42\x04r\x02\x10\x01\x12,\n\x0ctyped_config\x18\x04 \x01(\x0b\x32\x14.google.protobuf.AnyH\x00\x12G\n\x10\x63onfig_discovery\x18\x05 \x01(\x0b\x32+.envoy.config.core.v3.ExtensionConfigSourceH\x00:#\x9a\xc5\x88\x1e\x1e\n\x1c\x65nvoy.api.v2.listener.FilterB\r\n\x0b\x63onfig_typeJ\x04\x08\x03\x10\x04J\x04\x08\x02\x10\x03R\x06\x63onfig\"\xb4\x05\n\x10\x46ilterChainMatch\x12\x43\n\x10\x64\x65stination_port\x18\x08 \x01(\x0b\x32\x1c.google.protobuf.UInt32ValueB\x0b\xfa\x42\x08*\x06\x18\xff\xff\x03(\x01\x12\x36\n\rprefix_ranges\x18\x03 \x03(\x0b\x32\x1f.envoy.config.core.v3.CidrRange\x12\x16\n\x0e\x61\x64\x64ress_suffix\x18\x04 \x01(\t\x12\x30\n\nsuffix_len\x18\x05 \x01(\x0b\x32\x1c.google.protobuf.UInt32Value\x12\x44\n\x1b\x64irect_source_prefix_ranges\x18\r \x03(\x0b\x32\x1f.envoy.config.core.v3.CidrRange\x12^\n\x0bsource_type\x18\x0c \x01(\x0e\x32?.envoy.config.listener.v3.FilterChainMatch.ConnectionSourceTypeB\x08\xfa\x42\x05\x82\x01\x02\x10\x01\x12=\n\x14source_prefix_ranges\x18\x06 \x03(\x0b\x32\x1f.envoy.config.core.v3.CidrRange\x12&\n\x0csource_ports\x18\x07 \x03(\rB\x10\xfa\x42\r\x92\x01\n\"\x08*\x06\x18\xff\xff\x03(\x01\x12\x14\n\x0cserver_names\x18\x0b \x03(\t\x12\x1a\n\x12transport_protocol\x18\t \x01(\t\x12\x1d\n\x15\x61pplication_protocols\x18\n \x03(\t\"F\n\x14\x43onnectionSourceType\x12\x07\n\x03\x41NY\x10\x00\x12\x17\n\x13SAME_IP_OR_LOOPBACK\x10\x01\x12\x0c\n\x08\x45XTERNAL\x10\x02:-\x9a\xc5\x88\x1e(\n&envoy.api.v2.listener.FilterChainMatchJ\x04\x08\x01\x10\x02\"\
|
27
|
+
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n2envoy/config/listener/v3/listener_components.proto\x12\x18\x65nvoy.config.listener.v3\x1a\"envoy/config/core/v3/address.proto\x1a\x1f\x65nvoy/config/core/v3/base.proto\x1a(envoy/config/core/v3/config_source.proto\x1a\x19\x65nvoy/type/v3/range.proto\x1a\x19google/protobuf/any.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\"\xde\x01\n\x06\x46ilter\x12\x15\n\x04name\x18\x01 \x01(\tB\x07\xfa\x42\x04r\x02\x10\x01\x12,\n\x0ctyped_config\x18\x04 \x01(\x0b\x32\x14.google.protobuf.AnyH\x00\x12G\n\x10\x63onfig_discovery\x18\x05 \x01(\x0b\x32+.envoy.config.core.v3.ExtensionConfigSourceH\x00:#\x9a\xc5\x88\x1e\x1e\n\x1c\x65nvoy.api.v2.listener.FilterB\r\n\x0b\x63onfig_typeJ\x04\x08\x03\x10\x04J\x04\x08\x02\x10\x03R\x06\x63onfig\"\xb4\x05\n\x10\x46ilterChainMatch\x12\x43\n\x10\x64\x65stination_port\x18\x08 \x01(\x0b\x32\x1c.google.protobuf.UInt32ValueB\x0b\xfa\x42\x08*\x06\x18\xff\xff\x03(\x01\x12\x36\n\rprefix_ranges\x18\x03 \x03(\x0b\x32\x1f.envoy.config.core.v3.CidrRange\x12\x16\n\x0e\x61\x64\x64ress_suffix\x18\x04 \x01(\t\x12\x30\n\nsuffix_len\x18\x05 \x01(\x0b\x32\x1c.google.protobuf.UInt32Value\x12\x44\n\x1b\x64irect_source_prefix_ranges\x18\r \x03(\x0b\x32\x1f.envoy.config.core.v3.CidrRange\x12^\n\x0bsource_type\x18\x0c \x01(\x0e\x32?.envoy.config.listener.v3.FilterChainMatch.ConnectionSourceTypeB\x08\xfa\x42\x05\x82\x01\x02\x10\x01\x12=\n\x14source_prefix_ranges\x18\x06 \x03(\x0b\x32\x1f.envoy.config.core.v3.CidrRange\x12&\n\x0csource_ports\x18\x07 \x03(\rB\x10\xfa\x42\r\x92\x01\n\"\x08*\x06\x18\xff\xff\x03(\x01\x12\x14\n\x0cserver_names\x18\x0b \x03(\t\x12\x1a\n\x12transport_protocol\x18\t \x01(\t\x12\x1d\n\x15\x61pplication_protocols\x18\n \x03(\t\"F\n\x14\x43onnectionSourceType\x12\x07\n\x03\x41NY\x10\x00\x12\x17\n\x13SAME_IP_OR_LOOPBACK\x10\x01\x12\x0c\n\x08\x45XTERNAL\x10\x02:-\x9a\xc5\x88\x1e(\n&envoy.api.v2.listener.FilterChainMatchJ\x04\x08\x01\x10\x02\"\xec\x03\n\x0b\x46ilterChain\x12\x46\n\x12\x66ilter_chain_match\x18\x01 \x01(\x0b\x32*.envoy.config.listener.v3.FilterChainMatch\x12\x31\n\x07\x66ilters\x18\x03 \x03(\x0b\x32 .envoy.config.listener.v3.Filter\x12@\n\x0fuse_proxy_proto\x18\x04 \x01(\x0b\x32\x1a.google.protobuf.BoolValueB\x0b\x18\x01\x92\xc7\x86\xd8\x04\x03\x33.0\x12\x30\n\x08metadata\x18\x05 \x01(\x0b\x32\x1e.envoy.config.core.v3.Metadata\x12?\n\x10transport_socket\x18\x06 \x01(\x0b\x32%.envoy.config.core.v3.TransportSocket\x12\x43\n transport_socket_connect_timeout\x18\t \x01(\x0b\x32\x19.google.protobuf.Duration\x12\x0c\n\x04name\x18\x07 \x01(\t:(\x9a\xc5\x88\x1e#\n!envoy.api.v2.listener.FilterChainJ\x04\x08\x02\x10\x03J\x04\x08\x08\x10\tR\x0btls_contextR\x17on_demand_configuration\"\xfe\x04\n!ListenerFilterChainMatchPredicate\x12X\n\x08or_match\x18\x01 \x01(\x0b\x32\x44.envoy.config.listener.v3.ListenerFilterChainMatchPredicate.MatchSetH\x00\x12Y\n\tand_match\x18\x02 \x01(\x0b\x32\x44.envoy.config.listener.v3.ListenerFilterChainMatchPredicate.MatchSetH\x00\x12P\n\tnot_match\x18\x03 \x01(\x0b\x32;.envoy.config.listener.v3.ListenerFilterChainMatchPredicateH\x00\x12\x1c\n\tany_match\x18\x04 \x01(\x08\x42\x07\xfa\x42\x04j\x02\x08\x01H\x00\x12;\n\x16\x64\x65stination_port_range\x18\x05 \x01(\x0b\x32\x19.envoy.type.v3.Int32RangeH\x00\x1a\xa9\x01\n\x08MatchSet\x12T\n\x05rules\x18\x01 \x03(\x0b\x32;.envoy.config.listener.v3.ListenerFilterChainMatchPredicateB\x08\xfa\x42\x05\x92\x01\x02\x08\x02:G\x9a\xc5\x88\x1e\x42\n@envoy.api.v2.listener.ListenerFilterChainMatchPredicate.MatchSet:>\x9a\xc5\x88\x1e\x39\n7envoy.api.v2.listener.ListenerFilterChainMatchPredicateB\x0b\n\x04rule\x12\x03\xf8\x42\x01\"\xbe\x02\n\x0eListenerFilter\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\x12G\n\x10\x63onfig_discovery\x18\x05 \x01(\x0b\x32+.envoy.config.core.v3.ExtensionConfigSourceH\x00\x12T\n\x0f\x66ilter_disabled\x18\x04 \x01(\x0b\x32;.envoy.config.listener.v3.ListenerFilterChainMatchPredicate:+\x9a\xc5\x88\x1e&\n$envoy.api.v2.listener.ListenerFilterB\r\n\x0b\x63onfig_typeJ\x04\x08\x02\x10\x03R\x06\x63onfigB\x97\x01\n&io.envoyproxy.envoy.config.listener.v3B\x17ListenerComponentsProtoP\x01ZJgithub.com/envoyproxy/go-control-plane/envoy/config/listener/v3;listenerv3\xba\x80\xc8\xd1\x06\x02\x10\x02\x62\x06proto3')
|
28
28
|
|
29
29
|
_globals = globals()
|
30
30
|
_builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, _globals)
|
@@ -69,13 +69,11 @@ if _descriptor._USE_C_DESCRIPTORS == False:
|
|
69
69
|
_globals['_FILTERCHAINMATCH_CONNECTIONSOURCETYPE']._serialized_start=1232
|
70
70
|
_globals['_FILTERCHAINMATCH_CONNECTIONSOURCETYPE']._serialized_end=1302
|
71
71
|
_globals['_FILTERCHAIN']._serialized_start=1358
|
72
|
-
_globals['_FILTERCHAIN']._serialized_end=
|
73
|
-
_globals['
|
74
|
-
_globals['
|
75
|
-
_globals['
|
76
|
-
_globals['
|
77
|
-
_globals['
|
78
|
-
_globals['
|
79
|
-
_globals['_LISTENERFILTER']._serialized_start=2634
|
80
|
-
_globals['_LISTENERFILTER']._serialized_end=2952
|
72
|
+
_globals['_FILTERCHAIN']._serialized_end=1850
|
73
|
+
_globals['_LISTENERFILTERCHAINMATCHPREDICATE']._serialized_start=1853
|
74
|
+
_globals['_LISTENERFILTERCHAINMATCHPREDICATE']._serialized_end=2491
|
75
|
+
_globals['_LISTENERFILTERCHAINMATCHPREDICATE_MATCHSET']._serialized_start=2245
|
76
|
+
_globals['_LISTENERFILTERCHAINMATCHPREDICATE_MATCHSET']._serialized_end=2414
|
77
|
+
_globals['_LISTENERFILTER']._serialized_start=2494
|
78
|
+
_globals['_LISTENERFILTER']._serialized_end=2812
|
81
79
|
# @@protoc_insertion_point(module_scope)
|
@@ -14,6 +14,7 @@ _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 envoy.config.core.v3 import extension_pb2 as envoy_dot_config_dot_core_dot_v3_dot_extension__pb2
|
16
16
|
from envoy.config.core.v3 import protocol_pb2 as envoy_dot_config_dot_core_dot_v3_dot_protocol__pb2
|
17
|
+
from envoy.config.core.v3 import socket_cmsg_headers_pb2 as envoy_dot_config_dot_core_dot_v3_dot_socket__cmsg__headers__pb2
|
17
18
|
from google.protobuf import duration_pb2 as google_dot_protobuf_dot_duration__pb2
|
18
19
|
from google.protobuf import wrappers_pb2 as google_dot_protobuf_dot_wrappers__pb2
|
19
20
|
from xds.annotations.v3 import status_pb2 as xds_dot_annotations_dot_v3_dot_status__pb2
|
@@ -22,7 +23,7 @@ from udpa.annotations import versioning_pb2 as udpa_dot_annotations_dot_versioni
|
|
22
23
|
from validate import validate_pb2 as validate_dot_validate__pb2
|
23
24
|
|
24
25
|
|
25
|
-
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n*envoy/config/listener/v3/quic_config.proto\x12\x18\x65nvoy.config.listener.v3\x1a\x1f\x65nvoy/config/core/v3/base.proto\x1a$envoy/config/core/v3/extension.proto\x1a#envoy/config/core/v3/protocol.proto\x1a\x1egoogle/protobuf/duration.proto\x1a\x1egoogle/protobuf/wrappers.proto\x1a\x1fxds/annotations/v3/status.proto\x1a\x1dudpa/annotations/status.proto\x1a!udpa/annotations/versioning.proto\x1a\x17validate/validate.proto\"\
|
26
|
+
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n*envoy/config/listener/v3/quic_config.proto\x12\x18\x65nvoy.config.listener.v3\x1a\x1f\x65nvoy/config/core/v3/base.proto\x1a$envoy/config/core/v3/extension.proto\x1a#envoy/config/core/v3/protocol.proto\x1a.envoy/config/core/v3/socket_cmsg_headers.proto\x1a\x1egoogle/protobuf/duration.proto\x1a\x1egoogle/protobuf/wrappers.proto\x1a\x1fxds/annotations/v3/status.proto\x1a\x1dudpa/annotations/status.proto\x1a!udpa/annotations/versioning.proto\x1a\x17validate/validate.proto\"\xdf\x07\n\x13QuicProtocolOptions\x12H\n\x15quic_protocol_options\x18\x01 \x01(\x0b\x32).envoy.config.core.v3.QuicProtocolOptions\x12/\n\x0cidle_timeout\x18\x02 \x01(\x0b\x32\x19.google.protobuf.Duration\x12;\n\x18\x63rypto_handshake_timeout\x18\x03 \x01(\x0b\x32\x19.google.protobuf.Duration\x12\x39\n\x07\x65nabled\x18\x04 \x01(\x0b\x32(.envoy.config.core.v3.RuntimeFeatureFlag\x12X\n)packets_to_read_to_connection_count_ratio\x18\x05 \x01(\x0b\x32\x1c.google.protobuf.UInt32ValueB\x07\xfa\x42\x04*\x02(\x01\x12H\n\x14\x63rypto_stream_config\x18\x06 \x01(\x0b\x32*.envoy.config.core.v3.TypedExtensionConfig\x12G\n\x13proof_source_config\x18\x07 \x01(\x0b\x32*.envoy.config.core.v3.TypedExtensionConfig\x12R\n\x1e\x63onnection_id_generator_config\x18\x08 \x01(\x0b\x32*.envoy.config.core.v3.TypedExtensionConfig\x12]\n\x1fserver_preferred_address_config\x18\t \x01(\x0b\x32*.envoy.config.core.v3.TypedExtensionConfigB\x08\xd2\xc6\xa4\xe1\x06\x02\x08\x01\x12\x41\n\x1dsend_disable_active_migration\x18\n \x01(\x0b\x32\x1a.google.protobuf.BoolValue\x12S\n\x1f\x63onnection_debug_visitor_config\x18\x0b \x01(\x0b\x32*.envoy.config.core.v3.TypedExtensionConfig\x12K\n\x10save_cmsg_config\x18\x0c \x03(\x0b\x32\'.envoy.config.core.v3.SocketCmsgHeadersB\x08\xfa\x42\x05\x92\x01\x02\x10\x01\x12\x1e\n\x16reject_new_connections\x18\r \x01(\x08:0\x9a\xc5\x88\x1e+\n)envoy.api.v2.listener.QuicProtocolOptionsB\x8f\x01\n&io.envoyproxy.envoy.config.listener.v3B\x0fQuicConfigProtoP\x01ZJgithub.com/envoyproxy/go-control-plane/envoy/config/listener/v3;listenerv3\xba\x80\xc8\xd1\x06\x02\x10\x02\x62\x06proto3')
|
26
27
|
|
27
28
|
_globals = globals()
|
28
29
|
_builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, _globals)
|
@@ -34,8 +35,10 @@ if _descriptor._USE_C_DESCRIPTORS == False:
|
|
34
35
|
_QUICPROTOCOLOPTIONS.fields_by_name['packets_to_read_to_connection_count_ratio']._serialized_options = b'\372B\004*\002(\001'
|
35
36
|
_QUICPROTOCOLOPTIONS.fields_by_name['server_preferred_address_config']._options = None
|
36
37
|
_QUICPROTOCOLOPTIONS.fields_by_name['server_preferred_address_config']._serialized_options = b'\322\306\244\341\006\002\010\001'
|
38
|
+
_QUICPROTOCOLOPTIONS.fields_by_name['save_cmsg_config']._options = None
|
39
|
+
_QUICPROTOCOLOPTIONS.fields_by_name['save_cmsg_config']._serialized_options = b'\372B\005\222\001\002\020\001'
|
37
40
|
_QUICPROTOCOLOPTIONS._options = None
|
38
41
|
_QUICPROTOCOLOPTIONS._serialized_options = b'\232\305\210\036+\n)envoy.api.v2.listener.QuicProtocolOptions'
|
39
|
-
_globals['_QUICPROTOCOLOPTIONS']._serialized_start=
|
40
|
-
_globals['_QUICPROTOCOLOPTIONS']._serialized_end=
|
42
|
+
_globals['_QUICPROTOCOLOPTIONS']._serialized_start=417
|
43
|
+
_globals['_QUICPROTOCOLOPTIONS']._serialized_end=1408
|
41
44
|
# @@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/config/overload/v3/overload.proto\x12\x18\x65nvoy.config.overload.v3\x1a\x1b\x65nvoy/type/v3/percent.proto\x1a\x19google/protobuf/any.proto\x1a\x1egoogle/protobuf/duration.proto\x1a\x1dudpa/annotations/status.proto\x1a!udpa/annotations/versioning.proto\x1a\x17validate/validate.proto\"\xa9\x01\n\x0fResourceMonitor\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:4\x9a\xc5\x88\x1e/\n-envoy.config.overload.v2alpha.ResourceMonitorB\r\n\x0b\x63onfig_typeJ\x04\x08\x02\x10\x03R\x06\x63onfig\"q\n\x10ThresholdTrigger\x12&\n\x05value\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:5\x9a\xc5\x88\x1e\x30\n.envoy.config.overload.v2alpha.ThresholdTrigger\"z\n\rScaledTrigger\x12\x32\n\x11scaling_threshold\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\x35\n\x14saturation_threshold\x18\x02 \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\"\xe0\x01\n\x07Trigger\x12\x15\n\x04name\x18\x01 \x01(\tB\x07\xfa\x42\x04r\x02\x10\x01\x12?\n\tthreshold\x18\x02 \x01(\x0b\x32*.envoy.config.overload.v3.ThresholdTriggerH\x00\x12\x39\n\x06scaled\x18\x03 \x01(\x0b\x32\'.envoy.config.overload.v3.ScaledTriggerH\x00:,\x9a\xc5\x88\x1e\'\n%envoy.config.overload.v2alpha.TriggerB\x14\n\rtrigger_oneof\x12\x03\xf8\x42\x01\"\
|
22
|
+
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n\'envoy/config/overload/v3/overload.proto\x12\x18\x65nvoy.config.overload.v3\x1a\x1b\x65nvoy/type/v3/percent.proto\x1a\x19google/protobuf/any.proto\x1a\x1egoogle/protobuf/duration.proto\x1a\x1dudpa/annotations/status.proto\x1a!udpa/annotations/versioning.proto\x1a\x17validate/validate.proto\"\xa9\x01\n\x0fResourceMonitor\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:4\x9a\xc5\x88\x1e/\n-envoy.config.overload.v2alpha.ResourceMonitorB\r\n\x0b\x63onfig_typeJ\x04\x08\x02\x10\x03R\x06\x63onfig\"q\n\x10ThresholdTrigger\x12&\n\x05value\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:5\x9a\xc5\x88\x1e\x30\n.envoy.config.overload.v2alpha.ThresholdTrigger\"z\n\rScaledTrigger\x12\x32\n\x11scaling_threshold\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\x35\n\x14saturation_threshold\x18\x02 \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\"\xe0\x01\n\x07Trigger\x12\x15\n\x04name\x18\x01 \x01(\tB\x07\xfa\x42\x04r\x02\x10\x01\x12?\n\tthreshold\x18\x02 \x01(\x0b\x32*.envoy.config.overload.v3.ThresholdTriggerH\x00\x12\x39\n\x06scaled\x18\x03 \x01(\x0b\x32\'.envoy.config.overload.v3.ScaledTriggerH\x00:,\x9a\xc5\x88\x1e\'\n%envoy.config.overload.v2alpha.TriggerB\x14\n\rtrigger_oneof\x12\x03\xf8\x42\x01\"\x9b\x04\n\x1fScaleTimersOverloadActionConfig\x12k\n\x13timer_scale_factors\x18\x01 \x03(\x0b\x32\x44.envoy.config.overload.v3.ScaleTimersOverloadActionConfig.ScaleTimerB\x08\xfa\x42\x05\x92\x01\x02\x08\x01\x1a\xe3\x01\n\nScaleTimer\x12^\n\x05timer\x18\x01 \x01(\x0e\x32\x43.envoy.config.overload.v3.ScaleTimersOverloadActionConfig.TimerTypeB\n\xfa\x42\x07\x82\x01\x04\x10\x01 \x00\x12\x30\n\x0bmin_timeout\x18\x02 \x01(\x0b\x32\x19.google.protobuf.DurationH\x00\x12+\n\tmin_scale\x18\x03 \x01(\x0b\x32\x16.envoy.type.v3.PercentH\x00\x42\x16\n\x0foverload_adjust\x12\x03\xf8\x42\x01\"\xa4\x01\n\tTimerType\x12\x0f\n\x0bUNSPECIFIED\x10\x00\x12#\n\x1fHTTP_DOWNSTREAM_CONNECTION_IDLE\x10\x01\x12\x1f\n\x1bHTTP_DOWNSTREAM_STREAM_IDLE\x10\x02\x12\x1c\n\x18TRANSPORT_SOCKET_CONNECT\x10\x03\x12\"\n\x1eHTTP_DOWNSTREAM_CONNECTION_MAX\x10\x04\"\xc7\x01\n\x0eOverloadAction\x12\x15\n\x04name\x18\x01 \x01(\tB\x07\xfa\x42\x04r\x02\x10\x01\x12=\n\x08triggers\x18\x02 \x03(\x0b\x32!.envoy.config.overload.v3.TriggerB\x08\xfa\x42\x05\x92\x01\x02\x08\x01\x12*\n\x0ctyped_config\x18\x03 \x01(\x0b\x32\x14.google.protobuf.Any:3\x9a\xc5\x88\x1e.\n,envoy.config.overload.v2alpha.OverloadAction\"e\n\rLoadShedPoint\x12\x15\n\x04name\x18\x01 \x01(\tB\x07\xfa\x42\x04r\x02\x10\x01\x12=\n\x08triggers\x18\x02 \x03(\x0b\x32!.envoy.config.overload.v3.TriggerB\x08\xfa\x42\x05\x92\x01\x02\x08\x01\"O\n\x13\x42ufferFactoryConfig\x12\x38\n%minimum_account_to_track_power_of_two\x18\x01 \x01(\rB\t\xfa\x42\x06*\x04\x18\x38(\n\"\x97\x03\n\x0fOverloadManager\x12\x33\n\x10refresh_interval\x18\x01 \x01(\x0b\x32\x19.google.protobuf.Duration\x12N\n\x11resource_monitors\x18\x02 \x03(\x0b\x32).envoy.config.overload.v3.ResourceMonitorB\x08\xfa\x42\x05\x92\x01\x02\x08\x01\x12\x39\n\x07\x61\x63tions\x18\x03 \x03(\x0b\x32(.envoy.config.overload.v3.OverloadAction\x12@\n\x0floadshed_points\x18\x05 \x03(\x0b\x32\'.envoy.config.overload.v3.LoadShedPoint\x12L\n\x15\x62uffer_factory_config\x18\x04 \x01(\x0b\x32-.envoy.config.overload.v3.BufferFactoryConfig:4\x9a\xc5\x88\x1e/\n-envoy.config.overload.v2alpha.OverloadManagerB\x8d\x01\n&io.envoyproxy.envoy.config.overload.v3B\rOverloadProtoP\x01ZJgithub.com/envoyproxy/go-control-plane/envoy/config/overload/v3;overloadv3\xba\x80\xc8\xd1\x06\x02\x10\x02\x62\x06proto3')
|
23
23
|
|
24
24
|
_globals = globals()
|
25
25
|
_builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, _globals)
|
@@ -76,17 +76,17 @@ if _descriptor._USE_C_DESCRIPTORS == False:
|
|
76
76
|
_globals['_TRIGGER']._serialized_start=660
|
77
77
|
_globals['_TRIGGER']._serialized_end=884
|
78
78
|
_globals['_SCALETIMERSOVERLOADACTIONCONFIG']._serialized_start=887
|
79
|
-
_globals['_SCALETIMERSOVERLOADACTIONCONFIG']._serialized_end=
|
79
|
+
_globals['_SCALETIMERSOVERLOADACTIONCONFIG']._serialized_end=1426
|
80
80
|
_globals['_SCALETIMERSOVERLOADACTIONCONFIG_SCALETIMER']._serialized_start=1032
|
81
81
|
_globals['_SCALETIMERSOVERLOADACTIONCONFIG_SCALETIMER']._serialized_end=1259
|
82
82
|
_globals['_SCALETIMERSOVERLOADACTIONCONFIG_TIMERTYPE']._serialized_start=1262
|
83
|
-
_globals['_SCALETIMERSOVERLOADACTIONCONFIG_TIMERTYPE']._serialized_end=
|
84
|
-
_globals['_OVERLOADACTION']._serialized_start=
|
85
|
-
_globals['_OVERLOADACTION']._serialized_end=
|
86
|
-
_globals['_LOADSHEDPOINT']._serialized_start=
|
87
|
-
_globals['_LOADSHEDPOINT']._serialized_end=
|
88
|
-
_globals['_BUFFERFACTORYCONFIG']._serialized_start=
|
89
|
-
_globals['_BUFFERFACTORYCONFIG']._serialized_end=
|
90
|
-
_globals['_OVERLOADMANAGER']._serialized_start=
|
91
|
-
_globals['_OVERLOADMANAGER']._serialized_end=
|
83
|
+
_globals['_SCALETIMERSOVERLOADACTIONCONFIG_TIMERTYPE']._serialized_end=1426
|
84
|
+
_globals['_OVERLOADACTION']._serialized_start=1429
|
85
|
+
_globals['_OVERLOADACTION']._serialized_end=1628
|
86
|
+
_globals['_LOADSHEDPOINT']._serialized_start=1630
|
87
|
+
_globals['_LOADSHEDPOINT']._serialized_end=1731
|
88
|
+
_globals['_BUFFERFACTORYCONFIG']._serialized_start=1733
|
89
|
+
_globals['_BUFFERFACTORYCONFIG']._serialized_end=1812
|
90
|
+
_globals['_OVERLOADMANAGER']._serialized_start=1815
|
91
|
+
_globals['_OVERLOADMANAGER']._serialized_end=2222
|
92
92
|
# @@protoc_insertion_point(module_scope)
|
envoy/config/rbac/v3/rbac_pb2.py
CHANGED
@@ -28,7 +28,7 @@ from udpa.annotations import versioning_pb2 as udpa_dot_annotations_dot_versioni
|
|
28
28
|
from validate import validate_pb2 as validate_dot_validate__pb2
|
29
29
|
|
30
30
|
|
31
|
-
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n\x1f\x65nvoy/config/rbac/v3/rbac.proto\x12\x14\x65nvoy.config.rbac.v3\x1a\"envoy/config/core/v3/address.proto\x1a$envoy/config/core/v3/extension.proto\x1a,envoy/config/route/v3/route_components.proto\x1a(envoy/type/matcher/v3/filter_state.proto\x1a$envoy/type/matcher/v3/metadata.proto\x1a envoy/type/matcher/v3/path.proto\x1a\"envoy/type/matcher/v3/string.proto\x1a\x19\x65nvoy/type/v3/range.proto\x1a&google/api/expr/v1alpha1/checked.proto\x1a%google/api/expr/v1alpha1/syntax.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\"\xf5\x05\n\x04RBAC\x12;\n\x06\x61\x63tion\x18\x01 \x01(\x0e\x32!.envoy.config.rbac.v3.RBAC.ActionB\x08\xfa\x42\x05\x82\x01\x02\x10\x01\x12:\n\x08policies\x18\x02 \x03(\x0b\x32(.envoy.config.rbac.v3.RBAC.PoliciesEntry\x12M\n\x15\x61udit_logging_options\x18\x03 \x01(\x0b\x32..envoy.config.rbac.v3.RBAC.AuditLoggingOptions\x1a\x8b\x03\n\x13\x41uditLoggingOptions\x12`\n\x0f\x61udit_condition\x18\x01 \x01(\x0e\x32=.envoy.config.rbac.v3.RBAC.AuditLoggingOptions.AuditConditionB\x08\xfa\x42\x05\x82\x01\x02\x10\x01\x12X\n\x0elogger_configs\x18\x02 \x03(\x0b\x32@.envoy.config.rbac.v3.RBAC.AuditLoggingOptions.AuditLoggerConfig\x1aj\n\x11\x41uditLoggerConfig\x12@\n\x0c\x61udit_logger\x18\x01 \x01(\x0b\x32*.envoy.config.core.v3.TypedExtensionConfig\x12\x13\n\x0bis_optional\x18\x02 \x01(\x08\"L\n\x0e\x41uditCondition\x12\x08\n\x04NONE\x10\x00\x12\x0b\n\x07ON_DENY\x10\x01\x12\x0c\n\x08ON_ALLOW\x10\x02\x12\x15\n\x11ON_DENY_AND_ALLOW\x10\x03\x1aM\n\rPoliciesEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12+\n\x05value\x18\x02 \x01(\x0b\x32\x1c.envoy.config.rbac.v3.Policy:\x02\x38\x01\"&\n\x06\x41\x63tion\x12\t\n\x05\x41LLOW\x10\x00\x12\x08\n\x04\x44\x45NY\x10\x01\x12\x07\n\x03LOG\x10\x02: \x9a\xc5\x88\x1e\x1b\n\x19\x65nvoy.config.rbac.v2.RBAC\"\xdd\x02\n\x06Policy\x12?\n\x0bpermissions\x18\x01 \x03(\x0b\x32 .envoy.config.rbac.v3.PermissionB\x08\xfa\x42\x05\x92\x01\x02\x08\x01\x12=\n\nprincipals\x18\x02 \x03(\x0b\x32\x1f.envoy.config.rbac.v3.PrincipalB\x08\xfa\x42\x05\x92\x01\x02\x08\x01\x12O\n\tcondition\x18\x03 \x01(\x0b\x32\x1e.google.api.expr.v1alpha1.ExprB\x1c\xf2\x98\xfe\x8f\x05\x16\x12\x14\x65xpression_specifier\x12^\n\x11\x63hecked_condition\x18\x04 \x01(\x0b\x32%.google.api.expr.v1alpha1.CheckedExprB\x1c\xf2\x98\xfe\x8f\x05\x16\x12\x14\x65xpression_specifier:\"\x9a\xc5\x88\x1e\x1d\n\x1b\x65nvoy.config.rbac.v2.Policy\"\
|
31
|
+
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n\x1f\x65nvoy/config/rbac/v3/rbac.proto\x12\x14\x65nvoy.config.rbac.v3\x1a\"envoy/config/core/v3/address.proto\x1a$envoy/config/core/v3/extension.proto\x1a,envoy/config/route/v3/route_components.proto\x1a(envoy/type/matcher/v3/filter_state.proto\x1a$envoy/type/matcher/v3/metadata.proto\x1a envoy/type/matcher/v3/path.proto\x1a\"envoy/type/matcher/v3/string.proto\x1a\x19\x65nvoy/type/v3/range.proto\x1a&google/api/expr/v1alpha1/checked.proto\x1a%google/api/expr/v1alpha1/syntax.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\"\xf5\x05\n\x04RBAC\x12;\n\x06\x61\x63tion\x18\x01 \x01(\x0e\x32!.envoy.config.rbac.v3.RBAC.ActionB\x08\xfa\x42\x05\x82\x01\x02\x10\x01\x12:\n\x08policies\x18\x02 \x03(\x0b\x32(.envoy.config.rbac.v3.RBAC.PoliciesEntry\x12M\n\x15\x61udit_logging_options\x18\x03 \x01(\x0b\x32..envoy.config.rbac.v3.RBAC.AuditLoggingOptions\x1a\x8b\x03\n\x13\x41uditLoggingOptions\x12`\n\x0f\x61udit_condition\x18\x01 \x01(\x0e\x32=.envoy.config.rbac.v3.RBAC.AuditLoggingOptions.AuditConditionB\x08\xfa\x42\x05\x82\x01\x02\x10\x01\x12X\n\x0elogger_configs\x18\x02 \x03(\x0b\x32@.envoy.config.rbac.v3.RBAC.AuditLoggingOptions.AuditLoggerConfig\x1aj\n\x11\x41uditLoggerConfig\x12@\n\x0c\x61udit_logger\x18\x01 \x01(\x0b\x32*.envoy.config.core.v3.TypedExtensionConfig\x12\x13\n\x0bis_optional\x18\x02 \x01(\x08\"L\n\x0e\x41uditCondition\x12\x08\n\x04NONE\x10\x00\x12\x0b\n\x07ON_DENY\x10\x01\x12\x0c\n\x08ON_ALLOW\x10\x02\x12\x15\n\x11ON_DENY_AND_ALLOW\x10\x03\x1aM\n\rPoliciesEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12+\n\x05value\x18\x02 \x01(\x0b\x32\x1c.envoy.config.rbac.v3.Policy:\x02\x38\x01\"&\n\x06\x41\x63tion\x12\t\n\x05\x41LLOW\x10\x00\x12\x08\n\x04\x44\x45NY\x10\x01\x12\x07\n\x03LOG\x10\x02: \x9a\xc5\x88\x1e\x1b\n\x19\x65nvoy.config.rbac.v2.RBAC\"\xdd\x02\n\x06Policy\x12?\n\x0bpermissions\x18\x01 \x03(\x0b\x32 .envoy.config.rbac.v3.PermissionB\x08\xfa\x42\x05\x92\x01\x02\x08\x01\x12=\n\nprincipals\x18\x02 \x03(\x0b\x32\x1f.envoy.config.rbac.v3.PrincipalB\x08\xfa\x42\x05\x92\x01\x02\x08\x01\x12O\n\tcondition\x18\x03 \x01(\x0b\x32\x1e.google.api.expr.v1alpha1.ExprB\x1c\xf2\x98\xfe\x8f\x05\x16\x12\x14\x65xpression_specifier\x12^\n\x11\x63hecked_condition\x18\x04 \x01(\x0b\x32%.google.api.expr.v1alpha1.CheckedExprB\x1c\xf2\x98\xfe\x8f\x05\x16\x12\x14\x65xpression_specifier:\"\x9a\xc5\x88\x1e\x1d\n\x1b\x65nvoy.config.rbac.v2.Policy\"\xa6\x01\n\x0fSourcedMetadata\x12J\n\x10metadata_matcher\x18\x01 \x01(\x0b\x32&.envoy.type.matcher.v3.MetadataMatcherB\x08\xfa\x42\x05\x8a\x01\x02\x10\x01\x12G\n\x0fmetadata_source\x18\x02 \x01(\x0e\x32$.envoy.config.rbac.v3.MetadataSourceB\x08\xfa\x42\x05\x82\x01\x02\x10\x01\"\xd7\x07\n\nPermission\x12\x39\n\tand_rules\x18\x01 \x01(\x0b\x32$.envoy.config.rbac.v3.Permission.SetH\x00\x12\x38\n\x08or_rules\x18\x02 \x01(\x0b\x32$.envoy.config.rbac.v3.Permission.SetH\x00\x12\x16\n\x03\x61ny\x18\x03 \x01(\x08\x42\x07\xfa\x42\x04j\x02\x08\x01H\x00\x12\x36\n\x06header\x18\x04 \x01(\x0b\x32$.envoy.config.route.v3.HeaderMatcherH\x00\x12\x36\n\x08url_path\x18\n \x01(\x0b\x32\".envoy.type.matcher.v3.PathMatcherH\x00\x12\x39\n\x0e\x64\x65stination_ip\x18\x05 \x01(\x0b\x32\x1f.envoy.config.core.v3.CidrRangeH\x00\x12%\n\x10\x64\x65stination_port\x18\x06 \x01(\rB\t\xfa\x42\x06*\x04\x18\xff\xff\x03H\x00\x12;\n\x16\x64\x65stination_port_range\x18\x0b \x01(\x0b\x32\x19.envoy.type.v3.Int32RangeH\x00\x12G\n\x08metadata\x18\x07 \x01(\x0b\x32&.envoy.type.matcher.v3.MetadataMatcherB\x0b\x18\x01\x92\xc7\x86\xd8\x04\x03\x33.0H\x00\x12\x34\n\x08not_rule\x18\x08 \x01(\x0b\x32 .envoy.config.rbac.v3.PermissionH\x00\x12\x45\n\x15requested_server_name\x18\t \x01(\x0b\x32$.envoy.type.matcher.v3.StringMatcherH\x00\x12=\n\x07matcher\x18\x0c \x01(\x0b\x32*.envoy.config.core.v3.TypedExtensionConfigH\x00\x12\x42\n\x0curi_template\x18\r \x01(\x0b\x32*.envoy.config.core.v3.TypedExtensionConfigH\x00\x12\x41\n\x10sourced_metadata\x18\x0e \x01(\x0b\x32%.envoy.config.rbac.v3.SourcedMetadataH\x00\x1al\n\x03Set\x12\x39\n\x05rules\x18\x01 \x03(\x0b\x32 .envoy.config.rbac.v3.PermissionB\x08\xfa\x42\x05\x92\x01\x02\x08\x01:*\x9a\xc5\x88\x1e%\n#envoy.config.rbac.v2.Permission.Set:&\x9a\xc5\x88\x1e!\n\x1f\x65nvoy.config.rbac.v2.PermissionB\x0b\n\x04rule\x12\x03\xf8\x42\x01\"\xb1\x08\n\tPrincipal\x12\x36\n\x07\x61nd_ids\x18\x01 \x01(\x0b\x32#.envoy.config.rbac.v3.Principal.SetH\x00\x12\x35\n\x06or_ids\x18\x02 \x01(\x0b\x32#.envoy.config.rbac.v3.Principal.SetH\x00\x12\x16\n\x03\x61ny\x18\x03 \x01(\x08\x42\x07\xfa\x42\x04j\x02\x08\x01H\x00\x12\x46\n\rauthenticated\x18\x04 \x01(\x0b\x32-.envoy.config.rbac.v3.Principal.AuthenticatedH\x00\x12\x41\n\tsource_ip\x18\x05 \x01(\x0b\x32\x1f.envoy.config.core.v3.CidrRangeB\x0b\x18\x01\x92\xc7\x86\xd8\x04\x03\x33.0H\x00\x12;\n\x10\x64irect_remote_ip\x18\n \x01(\x0b\x32\x1f.envoy.config.core.v3.CidrRangeH\x00\x12\x34\n\tremote_ip\x18\x0b \x01(\x0b\x32\x1f.envoy.config.core.v3.CidrRangeH\x00\x12\x36\n\x06header\x18\x06 \x01(\x0b\x32$.envoy.config.route.v3.HeaderMatcherH\x00\x12\x36\n\x08url_path\x18\t \x01(\x0b\x32\".envoy.type.matcher.v3.PathMatcherH\x00\x12G\n\x08metadata\x18\x07 \x01(\x0b\x32&.envoy.type.matcher.v3.MetadataMatcherB\x0b\x18\x01\x92\xc7\x86\xd8\x04\x03\x33.0H\x00\x12\x41\n\x0c\x66ilter_state\x18\x0c \x01(\x0b\x32).envoy.type.matcher.v3.FilterStateMatcherH\x00\x12\x31\n\x06not_id\x18\x08 \x01(\x0b\x32\x1f.envoy.config.rbac.v3.PrincipalH\x00\x12\x41\n\x10sourced_metadata\x18\r \x01(\x0b\x32%.envoy.config.rbac.v3.SourcedMetadataH\x00\x1ah\n\x03Set\x12\x36\n\x03ids\x18\x01 \x03(\x0b\x32\x1f.envoy.config.rbac.v3.PrincipalB\x08\xfa\x42\x05\x92\x01\x02\x08\x01:)\x9a\xc5\x88\x1e$\n\"envoy.config.rbac.v2.Principal.Set\x1a\x88\x01\n\rAuthenticated\x12<\n\x0eprincipal_name\x18\x02 \x01(\x0b\x32$.envoy.type.matcher.v3.StringMatcher:3\x9a\xc5\x88\x1e.\n,envoy.config.rbac.v2.Principal.AuthenticatedJ\x04\x08\x01\x10\x02:%\x9a\xc5\x88\x1e \n\x1e\x65nvoy.config.rbac.v2.PrincipalB\x11\n\nidentifier\x12\x03\xf8\x42\x01\"R\n\x06\x41\x63tion\x12\x15\n\x04name\x18\x01 \x01(\tB\x07\xfa\x42\x04r\x02\x10\x01\x12\x31\n\x06\x61\x63tion\x18\x02 \x01(\x0e\x32!.envoy.config.rbac.v3.RBAC.Action*(\n\x0eMetadataSource\x12\x0b\n\x07\x44YNAMIC\x10\x00\x12\t\n\x05ROUTE\x10\x01\x42}\n\"io.envoyproxy.envoy.config.rbac.v3B\tRbacProtoP\x01ZBgithub.com/envoyproxy/go-control-plane/envoy/config/rbac/v3;rbacv3\xba\x80\xc8\xd1\x06\x02\x10\x02\x62\x06proto3')
|
32
32
|
|
33
33
|
_globals = globals()
|
34
34
|
_builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, _globals)
|
@@ -54,6 +54,10 @@ if _descriptor._USE_C_DESCRIPTORS == False:
|
|
54
54
|
_POLICY.fields_by_name['checked_condition']._serialized_options = b'\362\230\376\217\005\026\022\024expression_specifier'
|
55
55
|
_POLICY._options = None
|
56
56
|
_POLICY._serialized_options = b'\232\305\210\036\035\n\033envoy.config.rbac.v2.Policy'
|
57
|
+
_SOURCEDMETADATA.fields_by_name['metadata_matcher']._options = None
|
58
|
+
_SOURCEDMETADATA.fields_by_name['metadata_matcher']._serialized_options = b'\372B\005\212\001\002\020\001'
|
59
|
+
_SOURCEDMETADATA.fields_by_name['metadata_source']._options = None
|
60
|
+
_SOURCEDMETADATA.fields_by_name['metadata_source']._serialized_options = b'\372B\005\202\001\002\020\001'
|
57
61
|
_PERMISSION_SET.fields_by_name['rules']._options = None
|
58
62
|
_PERMISSION_SET.fields_by_name['rules']._serialized_options = b'\372B\005\222\001\002\010\001'
|
59
63
|
_PERMISSION_SET._options = None
|
@@ -64,6 +68,8 @@ if _descriptor._USE_C_DESCRIPTORS == False:
|
|
64
68
|
_PERMISSION.fields_by_name['any']._serialized_options = b'\372B\004j\002\010\001'
|
65
69
|
_PERMISSION.fields_by_name['destination_port']._options = None
|
66
70
|
_PERMISSION.fields_by_name['destination_port']._serialized_options = b'\372B\006*\004\030\377\377\003'
|
71
|
+
_PERMISSION.fields_by_name['metadata']._options = None
|
72
|
+
_PERMISSION.fields_by_name['metadata']._serialized_options = b'\030\001\222\307\206\330\004\0033.0'
|
67
73
|
_PERMISSION._options = None
|
68
74
|
_PERMISSION._serialized_options = b'\232\305\210\036!\n\037envoy.config.rbac.v2.Permission'
|
69
75
|
_PRINCIPAL_SET.fields_by_name['ids']._options = None
|
@@ -78,10 +84,14 @@ if _descriptor._USE_C_DESCRIPTORS == False:
|
|
78
84
|
_PRINCIPAL.fields_by_name['any']._serialized_options = b'\372B\004j\002\010\001'
|
79
85
|
_PRINCIPAL.fields_by_name['source_ip']._options = None
|
80
86
|
_PRINCIPAL.fields_by_name['source_ip']._serialized_options = b'\030\001\222\307\206\330\004\0033.0'
|
87
|
+
_PRINCIPAL.fields_by_name['metadata']._options = None
|
88
|
+
_PRINCIPAL.fields_by_name['metadata']._serialized_options = b'\030\001\222\307\206\330\004\0033.0'
|
81
89
|
_PRINCIPAL._options = None
|
82
90
|
_PRINCIPAL._serialized_options = b'\232\305\210\036 \n\036envoy.config.rbac.v2.Principal'
|
83
91
|
_ACTION.fields_by_name['name']._options = None
|
84
92
|
_ACTION.fields_by_name['name']._serialized_options = b'\372B\004r\002\020\001'
|
93
|
+
_globals['_METADATASOURCE']._serialized_start=4020
|
94
|
+
_globals['_METADATASOURCE']._serialized_end=4060
|
85
95
|
_globals['_RBAC']._serialized_start=594
|
86
96
|
_globals['_RBAC']._serialized_end=1351
|
87
97
|
_globals['_RBAC_AUDITLOGGINGOPTIONS']._serialized_start=803
|
@@ -96,16 +106,18 @@ if _descriptor._USE_C_DESCRIPTORS == False:
|
|
96
106
|
_globals['_RBAC_ACTION']._serialized_end=1317
|
97
107
|
_globals['_POLICY']._serialized_start=1354
|
98
108
|
_globals['_POLICY']._serialized_end=1703
|
99
|
-
_globals['
|
100
|
-
_globals['
|
101
|
-
_globals['
|
102
|
-
_globals['
|
103
|
-
_globals['
|
104
|
-
_globals['
|
105
|
-
_globals['
|
106
|
-
_globals['
|
107
|
-
_globals['
|
108
|
-
_globals['
|
109
|
-
_globals['
|
110
|
-
_globals['
|
109
|
+
_globals['_SOURCEDMETADATA']._serialized_start=1706
|
110
|
+
_globals['_SOURCEDMETADATA']._serialized_end=1872
|
111
|
+
_globals['_PERMISSION']._serialized_start=1875
|
112
|
+
_globals['_PERMISSION']._serialized_end=2858
|
113
|
+
_globals['_PERMISSION_SET']._serialized_start=2697
|
114
|
+
_globals['_PERMISSION_SET']._serialized_end=2805
|
115
|
+
_globals['_PRINCIPAL']._serialized_start=2861
|
116
|
+
_globals['_PRINCIPAL']._serialized_end=3934
|
117
|
+
_globals['_PRINCIPAL_SET']._serialized_start=3633
|
118
|
+
_globals['_PRINCIPAL_SET']._serialized_end=3737
|
119
|
+
_globals['_PRINCIPAL_AUTHENTICATED']._serialized_start=3740
|
120
|
+
_globals['_PRINCIPAL_AUTHENTICATED']._serialized_end=3876
|
121
|
+
_globals['_ACTION']._serialized_start=3936
|
122
|
+
_globals['_ACTION']._serialized_end=4018
|
111
123
|
# @@protoc_insertion_point(module_scope)
|