grpc 1.32.0 → 1.33.0.pre1
Sign up to get free protection for your applications and to get access to all the features.
Potentially problematic release.
This version of grpc might be problematic. Click here for more details.
- checksums.yaml +4 -4
- data/Makefile +175 -376
- data/include/grpc/grpc.h +0 -5
- data/include/grpc/grpc_security.h +16 -0
- data/include/grpc/impl/codegen/grpc_types.h +0 -5
- data/src/core/ext/filters/client_channel/client_channel.cc +204 -170
- data/src/core/ext/filters/client_channel/config_selector.cc +0 -4
- data/src/core/ext/filters/client_channel/config_selector.h +34 -5
- data/src/core/ext/filters/client_channel/lb_policy.h +1 -1
- data/src/core/ext/filters/client_channel/lb_policy/address_filtering.cc +48 -35
- data/src/core/ext/filters/client_channel/lb_policy/address_filtering.h +7 -5
- data/src/core/ext/filters/client_channel/lb_policy/child_policy_handler.cc +3 -2
- data/src/core/ext/filters/client_channel/lb_policy/grpclb/grpclb.cc +106 -106
- data/src/core/ext/filters/client_channel/lb_policy/pick_first/pick_first.cc +2 -2
- data/src/core/ext/filters/client_channel/lb_policy/priority/priority.cc +3 -3
- data/src/core/ext/filters/client_channel/lb_policy/round_robin/round_robin.cc +3 -3
- data/src/core/ext/filters/client_channel/lb_policy/subchannel_list.h +9 -32
- data/src/core/ext/filters/client_channel/lb_policy/weighted_target/weighted_target.cc +3 -3
- data/src/core/ext/filters/client_channel/lb_policy/xds/cds.cc +198 -126
- data/src/core/ext/filters/client_channel/lb_policy/xds/eds.cc +439 -249
- data/src/core/ext/filters/client_channel/lb_policy/xds/eds_drop.cc +571 -0
- data/src/core/ext/filters/client_channel/lb_policy/xds/xds_cluster_manager.cc +727 -0
- data/src/core/ext/filters/client_channel/lb_policy_registry.cc +8 -1
- data/src/core/ext/filters/client_channel/resolver/dns/c_ares/dns_resolver_ares.cc +1 -1
- data/src/core/ext/filters/client_channel/resolver/xds/xds_resolver.cc +553 -358
- data/src/core/ext/filters/client_channel/resolver/xds/xds_resolver.h +28 -0
- data/src/core/ext/filters/client_channel/resolver_result_parsing.cc +8 -39
- data/src/core/ext/filters/client_channel/resolver_result_parsing.h +4 -2
- data/src/core/ext/filters/client_channel/resolving_lb_policy.cc +44 -43
- data/src/core/ext/filters/client_channel/resolving_lb_policy.h +5 -9
- data/src/core/ext/filters/client_channel/server_address.cc +80 -0
- data/src/core/ext/filters/client_channel/server_address.h +25 -36
- data/src/core/ext/filters/client_channel/service_config.cc +16 -13
- data/src/core/ext/filters/client_channel/service_config.h +7 -4
- data/src/core/ext/filters/client_channel/service_config_channel_arg_filter.cc +2 -2
- data/src/core/ext/filters/client_channel/service_config_parser.cc +8 -6
- data/src/core/ext/filters/client_channel/service_config_parser.h +8 -5
- data/src/core/ext/filters/client_channel/subchannel_interface.h +44 -0
- data/src/core/ext/filters/message_size/message_size_filter.cc +2 -1
- data/src/core/ext/filters/message_size/message_size_filter.h +2 -1
- data/src/core/ext/transport/chttp2/transport/chttp2_transport.cc +17 -10
- data/src/core/ext/transport/chttp2/transport/flow_control.cc +10 -2
- data/src/core/ext/transport/chttp2/transport/flow_control.h +10 -0
- data/src/core/ext/transport/chttp2/transport/internal.h +5 -0
- data/src/core/ext/transport/chttp2/transport/parsing.cc +16 -2
- data/src/core/ext/upb-generated/envoy/config/accesslog/v3/accesslog.upb.c +29 -9
- data/src/core/ext/upb-generated/envoy/config/accesslog/v3/accesslog.upb.h +66 -0
- data/src/core/ext/upb-generated/envoy/config/cluster/v3/cluster.upb.c +123 -45
- data/src/core/ext/upb-generated/envoy/config/cluster/v3/cluster.upb.h +310 -53
- data/src/core/ext/upb-generated/envoy/config/core/v3/address.upb.c +17 -5
- data/src/core/ext/upb-generated/envoy/config/core/v3/address.upb.h +45 -0
- data/src/core/ext/upb-generated/envoy/config/core/v3/base.upb.c +1 -0
- data/src/core/ext/upb-generated/envoy/config/core/v3/config_source.upb.c +16 -9
- data/src/core/ext/upb-generated/envoy/config/core/v3/config_source.upb.h +38 -15
- data/src/core/ext/upb-generated/envoy/config/core/v3/extension.upb.c +53 -0
- data/src/core/ext/upb-generated/envoy/config/core/v3/extension.upb.h +133 -0
- data/src/core/ext/upb-generated/envoy/config/core/v3/grpc_service.upb.c +54 -8
- data/src/core/ext/upb-generated/envoy/config/core/v3/grpc_service.upb.h +123 -5
- data/src/core/ext/upb-generated/envoy/config/core/v3/protocol.upb.c +40 -16
- data/src/core/ext/upb-generated/envoy/config/core/v3/protocol.upb.h +114 -5
- data/src/core/ext/upb-generated/envoy/config/core/v3/substitution_format_string.upb.c +36 -0
- data/src/core/ext/upb-generated/envoy/config/core/v3/substitution_format_string.upb.h +85 -0
- data/src/core/ext/upb-generated/envoy/config/listener/v3/listener.upb.c +36 -16
- data/src/core/ext/upb-generated/envoy/config/listener/v3/listener.upb.h +86 -20
- data/src/core/ext/upb-generated/envoy/config/listener/v3/listener_components.upb.c +23 -6
- data/src/core/ext/upb-generated/envoy/config/listener/v3/listener_components.upb.h +54 -5
- data/src/core/ext/upb-generated/envoy/config/rbac/v3/rbac.upb.c +10 -6
- data/src/core/ext/upb-generated/envoy/config/rbac/v3/rbac.upb.h +28 -11
- data/src/core/ext/upb-generated/envoy/config/route/v3/route_components.upb.c +184 -57
- data/src/core/ext/upb-generated/envoy/config/route/v3/route_components.upb.h +504 -69
- data/src/core/ext/upb-generated/envoy/config/route/v3/scoped_route.upb.c +6 -5
- data/src/core/ext/upb-generated/envoy/config/route/v3/scoped_route.upb.h +11 -7
- data/src/core/ext/upb-generated/envoy/extensions/filters/network/http_connection_manager/v3/http_connection_manager.upb.c +78 -26
- data/src/core/ext/upb-generated/envoy/extensions/filters/network/http_connection_manager/v3/http_connection_manager.upb.h +236 -25
- data/src/core/ext/upb-generated/envoy/extensions/transport_sockets/tls/v3/common.upb.c +8 -9
- data/src/core/ext/upb-generated/envoy/extensions/transport_sockets/tls/v3/common.upb.h +19 -33
- data/src/core/ext/upb-generated/envoy/extensions/transport_sockets/tls/v3/secret.upb.c +7 -3
- data/src/core/ext/upb-generated/envoy/extensions/transport_sockets/tls/v3/secret.upb.h +16 -0
- data/src/core/ext/upb-generated/envoy/extensions/transport_sockets/tls/v3/tls.upb.c +65 -23
- data/src/core/ext/upb-generated/envoy/extensions/transport_sockets/tls/v3/tls.upb.h +229 -47
- data/src/core/ext/upb-generated/envoy/service/discovery/v3/discovery.upb.c +20 -10
- data/src/core/ext/upb-generated/envoy/service/discovery/v3/discovery.upb.h +67 -4
- data/src/core/ext/upb-generated/envoy/type/matcher/v3/string.upb.c +3 -2
- data/src/core/ext/upb-generated/envoy/type/matcher/v3/string.upb.h +6 -0
- data/src/core/ext/upb-generated/google/api/expr/v1alpha1/checked.upb.c +242 -0
- data/src/core/ext/upb-generated/google/api/expr/v1alpha1/checked.upb.h +753 -0
- data/src/core/ext/upb-generated/udpa/annotations/security.upb.c +31 -0
- data/src/core/ext/upb-generated/udpa/annotations/security.upb.h +57 -0
- data/src/core/ext/upb-generated/udpa/core/v1/authority.upb.c +28 -0
- data/src/core/ext/upb-generated/udpa/core/v1/authority.upb.h +53 -0
- data/src/core/ext/upb-generated/udpa/core/v1/collection_entry.upb.c +52 -0
- data/src/core/ext/upb-generated/udpa/core/v1/collection_entry.upb.h +129 -0
- data/src/core/ext/upb-generated/udpa/core/v1/context_params.upb.c +42 -0
- data/src/core/ext/upb-generated/udpa/core/v1/context_params.upb.h +77 -0
- data/src/core/ext/upb-generated/udpa/core/v1/resource.upb.c +36 -0
- data/src/core/ext/upb-generated/udpa/core/v1/resource.upb.h +85 -0
- data/src/core/ext/upb-generated/udpa/core/v1/resource_locator.upb.c +54 -0
- data/src/core/ext/upb-generated/udpa/core/v1/resource_locator.upb.h +160 -0
- data/src/core/ext/upb-generated/udpa/core/v1/resource_name.upb.c +36 -0
- data/src/core/ext/upb-generated/udpa/core/v1/resource_name.upb.h +84 -0
- data/src/core/ext/xds/certificate_provider_factory.h +59 -0
- data/src/core/ext/xds/certificate_provider_registry.cc +103 -0
- data/src/core/ext/xds/certificate_provider_registry.h +57 -0
- data/src/core/ext/xds/certificate_provider_store.h +50 -0
- data/src/core/ext/xds/google_mesh_ca_certificate_provider_factory.cc +377 -0
- data/src/core/ext/xds/google_mesh_ca_certificate_provider_factory.h +102 -0
- data/src/core/ext/xds/xds_api.cc +301 -93
- data/src/core/ext/xds/xds_api.h +129 -92
- data/src/core/ext/xds/xds_channel_args.h +6 -3
- data/src/core/ext/xds/xds_client.cc +498 -410
- data/src/core/ext/xds/xds_client.h +105 -51
- data/src/core/ext/xds/xds_client_stats.cc +18 -12
- data/src/core/ext/xds/xds_client_stats.h +33 -5
- data/src/core/lib/channel/channel_args.h +0 -1
- data/src/core/lib/channel/channelz.cc +10 -45
- data/src/core/lib/channel/channelz.h +11 -19
- data/src/core/lib/channel/channelz_registry.cc +12 -11
- data/src/core/lib/channel/channelz_registry.h +3 -0
- data/src/core/lib/gpr/time_precise.cc +2 -0
- data/src/core/lib/gpr/time_precise.h +6 -2
- data/src/core/lib/gprpp/dual_ref_counted.h +336 -0
- data/src/core/lib/gprpp/ref_counted.h +51 -22
- data/src/core/lib/gprpp/ref_counted_ptr.h +153 -0
- data/src/core/lib/iomgr/endpoint_cfstream.cc +9 -5
- data/src/core/lib/iomgr/exec_ctx.h +10 -8
- data/src/core/lib/json/json_util.cc +58 -0
- data/src/core/lib/json/json_util.h +37 -0
- data/src/core/lib/security/certificate_provider.h +60 -0
- data/src/core/lib/security/credentials/tls/grpc_tls_certificate_distributor.cc +321 -0
- data/src/core/lib/security/credentials/tls/grpc_tls_certificate_distributor.h +214 -0
- data/src/core/lib/security/credentials/xds/xds_credentials.cc +45 -0
- data/src/core/lib/security/credentials/xds/xds_credentials.h +51 -0
- data/src/core/lib/security/security_connector/fake/fake_security_connector.cc +6 -10
- data/src/core/lib/security/security_connector/ssl_utils.h +5 -0
- data/src/core/lib/surface/channel.cc +9 -31
- data/src/core/lib/surface/channel.h +6 -1
- data/src/core/lib/surface/init.cc +26 -9
- data/src/core/lib/surface/version.cc +2 -2
- data/src/core/lib/transport/bdp_estimator.h +2 -1
- data/src/core/lib/transport/connectivity_state.h +2 -2
- data/src/core/lib/transport/metadata.cc +11 -1
- data/src/core/plugin_registry/grpc_plugin_registry.cc +35 -20
- data/src/core/tsi/ssl_transport_security.cc +2 -2
- data/src/ruby/ext/grpc/rb_grpc_imports.generated.c +2 -2
- data/src/ruby/ext/grpc/rb_grpc_imports.generated.h +3 -3
- data/src/ruby/lib/grpc/version.rb +1 -1
- data/third_party/boringssl-with-bazel/err_data.c +465 -463
- data/third_party/boringssl-with-bazel/src/crypto/asn1/asn1_lib.c +0 -6
- data/third_party/boringssl-with-bazel/src/crypto/dsa/dsa.c +9 -43
- data/third_party/boringssl-with-bazel/src/crypto/dsa/dsa_asn1.c +55 -4
- data/third_party/boringssl-with-bazel/src/crypto/dsa/internal.h +34 -0
- data/third_party/boringssl-with-bazel/src/crypto/evp/evp.c +4 -0
- data/third_party/boringssl-with-bazel/src/crypto/evp/p_dsa_asn1.c +6 -2
- data/third_party/boringssl-with-bazel/src/crypto/fipsmodule/digest/digest.c +2 -0
- data/third_party/boringssl-with-bazel/src/crypto/fipsmodule/rsa/internal.h +4 -0
- data/third_party/boringssl-with-bazel/src/crypto/fipsmodule/rsa/rsa.c +30 -10
- data/third_party/boringssl-with-bazel/src/crypto/fipsmodule/rsa/rsa_impl.c +10 -15
- data/third_party/boringssl-with-bazel/src/crypto/hpke/hpke.c +98 -11
- data/third_party/boringssl-with-bazel/src/crypto/hpke/internal.h +51 -6
- data/third_party/boringssl-with-bazel/src/crypto/trust_token/internal.h +44 -2
- data/third_party/boringssl-with-bazel/src/crypto/trust_token/pmbtoken.c +221 -49
- data/third_party/boringssl-with-bazel/src/crypto/trust_token/trust_token.c +64 -20
- data/third_party/boringssl-with-bazel/src/crypto/x509/a_strex.c +3 -3
- data/third_party/boringssl-with-bazel/src/crypto/x509/algorithm.c +0 -8
- data/third_party/boringssl-with-bazel/src/crypto/x509/t_crl.c +3 -3
- data/third_party/boringssl-with-bazel/src/crypto/x509/t_x509.c +1 -1
- data/third_party/boringssl-with-bazel/src/crypto/x509/x509_cmp.c +7 -2
- data/third_party/boringssl-with-bazel/src/crypto/x509/x509_ext.c +21 -18
- data/third_party/boringssl-with-bazel/src/crypto/x509/x509_obj.c +1 -1
- data/third_party/boringssl-with-bazel/src/crypto/x509/x509_set.c +24 -3
- data/third_party/boringssl-with-bazel/src/crypto/x509/x509_trs.c +3 -3
- data/third_party/boringssl-with-bazel/src/crypto/x509/x509_txt.c +67 -67
- data/third_party/boringssl-with-bazel/src/crypto/x509/x509_v3.c +3 -3
- data/third_party/boringssl-with-bazel/src/crypto/x509/x509_vfy.c +29 -35
- data/third_party/boringssl-with-bazel/src/crypto/x509/x509cset.c +13 -2
- data/third_party/boringssl-with-bazel/src/crypto/x509/x509name.c +9 -8
- data/third_party/boringssl-with-bazel/src/crypto/x509/x_all.c +10 -10
- data/third_party/boringssl-with-bazel/src/crypto/x509/x_crl.c +2 -2
- data/third_party/boringssl-with-bazel/src/crypto/x509/x_name.c +28 -40
- data/third_party/boringssl-with-bazel/src/crypto/x509/x_x509.c +3 -1
- data/third_party/boringssl-with-bazel/src/crypto/x509v3/ext_dat.h +1 -4
- data/third_party/boringssl-with-bazel/src/crypto/x509v3/v3_conf.c +7 -3
- data/third_party/boringssl-with-bazel/src/crypto/x509v3/v3_genn.c +2 -2
- data/third_party/boringssl-with-bazel/src/crypto/x509v3/v3_info.c +1 -1
- data/third_party/boringssl-with-bazel/src/crypto/x509v3/v3_purp.c +55 -8
- data/third_party/boringssl-with-bazel/src/crypto/x509v3/v3_skey.c +1 -1
- data/third_party/boringssl-with-bazel/src/include/openssl/asn1.h +0 -1
- data/third_party/boringssl-with-bazel/src/include/openssl/base.h +1 -1
- data/third_party/boringssl-with-bazel/src/include/openssl/cipher.h +6 -0
- data/third_party/boringssl-with-bazel/src/include/openssl/crypto.h +1 -1
- data/third_party/boringssl-with-bazel/src/include/openssl/dh.h +12 -0
- data/third_party/boringssl-with-bazel/src/include/openssl/digest.h +9 -0
- data/third_party/boringssl-with-bazel/src/include/openssl/evp.h +4 -1
- data/third_party/boringssl-with-bazel/src/include/openssl/ssl.h +9 -2
- data/third_party/boringssl-with-bazel/src/include/openssl/trust_token.h +26 -6
- data/third_party/boringssl-with-bazel/src/include/openssl/x509.h +188 -78
- data/third_party/boringssl-with-bazel/src/include/openssl/x509v3.h +52 -43
- data/third_party/boringssl-with-bazel/src/ssl/handshake.cc +18 -18
- data/third_party/boringssl-with-bazel/src/ssl/handshake_client.cc +2 -3
- data/third_party/boringssl-with-bazel/src/ssl/handshake_server.cc +1 -1
- data/third_party/boringssl-with-bazel/src/ssl/internal.h +9 -9
- data/third_party/boringssl-with-bazel/src/ssl/ssl_cipher.cc +8 -9
- data/third_party/boringssl-with-bazel/src/ssl/tls13_both.cc +1 -2
- data/third_party/boringssl-with-bazel/src/ssl/tls13_client.cc +4 -8
- data/third_party/boringssl-with-bazel/src/ssl/tls13_server.cc +2 -2
- metadata +72 -42
- data/src/core/ext/filters/client_channel/lb_policy/xds/lrs.cc +0 -537
- data/src/core/ext/filters/client_channel/lb_policy/xds/xds_routing.cc +0 -1141
- data/src/core/ext/upb-generated/gogoproto/gogo.upb.c +0 -17
- data/src/core/ext/upb-generated/gogoproto/gogo.upb.h +0 -29
- data/src/core/ext/xds/xds_channel.h +0 -46
- data/src/core/ext/xds/xds_channel_secure.cc +0 -103
- data/third_party/boringssl-with-bazel/src/crypto/x509v3/v3_pku.c +0 -110
- data/third_party/boringssl-with-bazel/src/crypto/x509v3/v3_sxnet.c +0 -274
@@ -11,9 +11,11 @@
|
|
11
11
|
#include "envoy/config/accesslog/v3/accesslog.upb.h"
|
12
12
|
#include "envoy/config/core/v3/base.upb.h"
|
13
13
|
#include "envoy/config/route/v3/route_components.upb.h"
|
14
|
+
#include "envoy/type/matcher/v3/metadata.upb.h"
|
14
15
|
#include "envoy/type/v3/percent.upb.h"
|
15
16
|
#include "google/protobuf/any.upb.h"
|
16
17
|
#include "google/protobuf/struct.upb.h"
|
18
|
+
#include "google/protobuf/wrappers.upb.h"
|
17
19
|
#include "udpa/annotations/status.upb.h"
|
18
20
|
#include "udpa/annotations/versioning.upb.h"
|
19
21
|
#include "validate/validate.upb.h"
|
@@ -37,12 +39,13 @@ const upb_msglayout envoy_config_accesslog_v3_AccessLog_msginit = {
|
|
37
39
|
UPB_SIZE(24, 48), 3, false,
|
38
40
|
};
|
39
41
|
|
40
|
-
static const upb_msglayout *const envoy_config_accesslog_v3_AccessLogFilter_submsgs[
|
42
|
+
static const upb_msglayout *const envoy_config_accesslog_v3_AccessLogFilter_submsgs[12] = {
|
41
43
|
&envoy_config_accesslog_v3_AndFilter_msginit,
|
42
44
|
&envoy_config_accesslog_v3_DurationFilter_msginit,
|
43
45
|
&envoy_config_accesslog_v3_ExtensionFilter_msginit,
|
44
46
|
&envoy_config_accesslog_v3_GrpcStatusFilter_msginit,
|
45
47
|
&envoy_config_accesslog_v3_HeaderFilter_msginit,
|
48
|
+
&envoy_config_accesslog_v3_MetadataFilter_msginit,
|
46
49
|
&envoy_config_accesslog_v3_NotHealthCheckFilter_msginit,
|
47
50
|
&envoy_config_accesslog_v3_OrFilter_msginit,
|
48
51
|
&envoy_config_accesslog_v3_ResponseFlagFilter_msginit,
|
@@ -51,24 +54,25 @@ static const upb_msglayout *const envoy_config_accesslog_v3_AccessLogFilter_subm
|
|
51
54
|
&envoy_config_accesslog_v3_TraceableFilter_msginit,
|
52
55
|
};
|
53
56
|
|
54
|
-
static const upb_msglayout_field envoy_config_accesslog_v3_AccessLogFilter__fields[
|
55
|
-
{1, UPB_SIZE(0, 0), UPB_SIZE(-5, -9),
|
57
|
+
static const upb_msglayout_field envoy_config_accesslog_v3_AccessLogFilter__fields[12] = {
|
58
|
+
{1, UPB_SIZE(0, 0), UPB_SIZE(-5, -9), 10, 11, 1},
|
56
59
|
{2, UPB_SIZE(0, 0), UPB_SIZE(-5, -9), 1, 11, 1},
|
57
|
-
{3, UPB_SIZE(0, 0), UPB_SIZE(-5, -9),
|
58
|
-
{4, UPB_SIZE(0, 0), UPB_SIZE(-5, -9),
|
59
|
-
{5, UPB_SIZE(0, 0), UPB_SIZE(-5, -9),
|
60
|
+
{3, UPB_SIZE(0, 0), UPB_SIZE(-5, -9), 6, 11, 1},
|
61
|
+
{4, UPB_SIZE(0, 0), UPB_SIZE(-5, -9), 11, 11, 1},
|
62
|
+
{5, UPB_SIZE(0, 0), UPB_SIZE(-5, -9), 9, 11, 1},
|
60
63
|
{6, UPB_SIZE(0, 0), UPB_SIZE(-5, -9), 0, 11, 1},
|
61
|
-
{7, UPB_SIZE(0, 0), UPB_SIZE(-5, -9),
|
64
|
+
{7, UPB_SIZE(0, 0), UPB_SIZE(-5, -9), 7, 11, 1},
|
62
65
|
{8, UPB_SIZE(0, 0), UPB_SIZE(-5, -9), 4, 11, 1},
|
63
|
-
{9, UPB_SIZE(0, 0), UPB_SIZE(-5, -9),
|
66
|
+
{9, UPB_SIZE(0, 0), UPB_SIZE(-5, -9), 8, 11, 1},
|
64
67
|
{10, UPB_SIZE(0, 0), UPB_SIZE(-5, -9), 3, 11, 1},
|
65
68
|
{11, UPB_SIZE(0, 0), UPB_SIZE(-5, -9), 2, 11, 1},
|
69
|
+
{12, UPB_SIZE(0, 0), UPB_SIZE(-5, -9), 5, 11, 1},
|
66
70
|
};
|
67
71
|
|
68
72
|
const upb_msglayout envoy_config_accesslog_v3_AccessLogFilter_msginit = {
|
69
73
|
&envoy_config_accesslog_v3_AccessLogFilter_submsgs[0],
|
70
74
|
&envoy_config_accesslog_v3_AccessLogFilter__fields[0],
|
71
|
-
UPB_SIZE(8, 16),
|
75
|
+
UPB_SIZE(8, 16), 12, false,
|
72
76
|
};
|
73
77
|
|
74
78
|
static const upb_msglayout *const envoy_config_accesslog_v3_ComparisonFilter_submsgs[1] = {
|
@@ -205,6 +209,22 @@ const upb_msglayout envoy_config_accesslog_v3_GrpcStatusFilter_msginit = {
|
|
205
209
|
UPB_SIZE(8, 16), 2, false,
|
206
210
|
};
|
207
211
|
|
212
|
+
static const upb_msglayout *const envoy_config_accesslog_v3_MetadataFilter_submsgs[2] = {
|
213
|
+
&envoy_type_matcher_v3_MetadataMatcher_msginit,
|
214
|
+
&google_protobuf_BoolValue_msginit,
|
215
|
+
};
|
216
|
+
|
217
|
+
static const upb_msglayout_field envoy_config_accesslog_v3_MetadataFilter__fields[2] = {
|
218
|
+
{1, UPB_SIZE(0, 0), 0, 0, 11, 1},
|
219
|
+
{2, UPB_SIZE(4, 8), 0, 1, 11, 1},
|
220
|
+
};
|
221
|
+
|
222
|
+
const upb_msglayout envoy_config_accesslog_v3_MetadataFilter_msginit = {
|
223
|
+
&envoy_config_accesslog_v3_MetadataFilter_submsgs[0],
|
224
|
+
&envoy_config_accesslog_v3_MetadataFilter__fields[0],
|
225
|
+
UPB_SIZE(8, 16), 2, false,
|
226
|
+
};
|
227
|
+
|
208
228
|
static const upb_msglayout *const envoy_config_accesslog_v3_ExtensionFilter_submsgs[1] = {
|
209
229
|
&google_protobuf_Any_msginit,
|
210
230
|
};
|
@@ -32,6 +32,7 @@ struct envoy_config_accesslog_v3_OrFilter;
|
|
32
32
|
struct envoy_config_accesslog_v3_HeaderFilter;
|
33
33
|
struct envoy_config_accesslog_v3_ResponseFlagFilter;
|
34
34
|
struct envoy_config_accesslog_v3_GrpcStatusFilter;
|
35
|
+
struct envoy_config_accesslog_v3_MetadataFilter;
|
35
36
|
struct envoy_config_accesslog_v3_ExtensionFilter;
|
36
37
|
typedef struct envoy_config_accesslog_v3_AccessLog envoy_config_accesslog_v3_AccessLog;
|
37
38
|
typedef struct envoy_config_accesslog_v3_AccessLogFilter envoy_config_accesslog_v3_AccessLogFilter;
|
@@ -46,6 +47,7 @@ typedef struct envoy_config_accesslog_v3_OrFilter envoy_config_accesslog_v3_OrFi
|
|
46
47
|
typedef struct envoy_config_accesslog_v3_HeaderFilter envoy_config_accesslog_v3_HeaderFilter;
|
47
48
|
typedef struct envoy_config_accesslog_v3_ResponseFlagFilter envoy_config_accesslog_v3_ResponseFlagFilter;
|
48
49
|
typedef struct envoy_config_accesslog_v3_GrpcStatusFilter envoy_config_accesslog_v3_GrpcStatusFilter;
|
50
|
+
typedef struct envoy_config_accesslog_v3_MetadataFilter envoy_config_accesslog_v3_MetadataFilter;
|
49
51
|
typedef struct envoy_config_accesslog_v3_ExtensionFilter envoy_config_accesslog_v3_ExtensionFilter;
|
50
52
|
extern const upb_msglayout envoy_config_accesslog_v3_AccessLog_msginit;
|
51
53
|
extern const upb_msglayout envoy_config_accesslog_v3_AccessLogFilter_msginit;
|
@@ -60,15 +62,20 @@ extern const upb_msglayout envoy_config_accesslog_v3_OrFilter_msginit;
|
|
60
62
|
extern const upb_msglayout envoy_config_accesslog_v3_HeaderFilter_msginit;
|
61
63
|
extern const upb_msglayout envoy_config_accesslog_v3_ResponseFlagFilter_msginit;
|
62
64
|
extern const upb_msglayout envoy_config_accesslog_v3_GrpcStatusFilter_msginit;
|
65
|
+
extern const upb_msglayout envoy_config_accesslog_v3_MetadataFilter_msginit;
|
63
66
|
extern const upb_msglayout envoy_config_accesslog_v3_ExtensionFilter_msginit;
|
64
67
|
struct envoy_config_core_v3_RuntimeUInt32;
|
65
68
|
struct envoy_config_route_v3_HeaderMatcher;
|
69
|
+
struct envoy_type_matcher_v3_MetadataMatcher;
|
66
70
|
struct envoy_type_v3_FractionalPercent;
|
67
71
|
struct google_protobuf_Any;
|
72
|
+
struct google_protobuf_BoolValue;
|
68
73
|
extern const upb_msglayout envoy_config_core_v3_RuntimeUInt32_msginit;
|
69
74
|
extern const upb_msglayout envoy_config_route_v3_HeaderMatcher_msginit;
|
75
|
+
extern const upb_msglayout envoy_type_matcher_v3_MetadataMatcher_msginit;
|
70
76
|
extern const upb_msglayout envoy_type_v3_FractionalPercent_msginit;
|
71
77
|
extern const upb_msglayout google_protobuf_Any_msginit;
|
78
|
+
extern const upb_msglayout google_protobuf_BoolValue_msginit;
|
72
79
|
|
73
80
|
typedef enum {
|
74
81
|
envoy_config_accesslog_v3_ComparisonFilter_EQ = 0,
|
@@ -177,6 +184,7 @@ typedef enum {
|
|
177
184
|
envoy_config_accesslog_v3_AccessLogFilter_filter_specifier_response_flag_filter = 9,
|
178
185
|
envoy_config_accesslog_v3_AccessLogFilter_filter_specifier_grpc_status_filter = 10,
|
179
186
|
envoy_config_accesslog_v3_AccessLogFilter_filter_specifier_extension_filter = 11,
|
187
|
+
envoy_config_accesslog_v3_AccessLogFilter_filter_specifier_metadata_filter = 12,
|
180
188
|
envoy_config_accesslog_v3_AccessLogFilter_filter_specifier_NOT_SET = 0
|
181
189
|
} envoy_config_accesslog_v3_AccessLogFilter_filter_specifier_oneofcases;
|
182
190
|
UPB_INLINE envoy_config_accesslog_v3_AccessLogFilter_filter_specifier_oneofcases envoy_config_accesslog_v3_AccessLogFilter_filter_specifier_case(const envoy_config_accesslog_v3_AccessLogFilter* msg) { return (envoy_config_accesslog_v3_AccessLogFilter_filter_specifier_oneofcases)*UPB_PTR_AT(msg, UPB_SIZE(4, 8), int32_t); }
|
@@ -203,6 +211,8 @@ UPB_INLINE bool envoy_config_accesslog_v3_AccessLogFilter_has_grpc_status_filter
|
|
203
211
|
UPB_INLINE const envoy_config_accesslog_v3_GrpcStatusFilter* envoy_config_accesslog_v3_AccessLogFilter_grpc_status_filter(const envoy_config_accesslog_v3_AccessLogFilter *msg) { return UPB_READ_ONEOF(msg, const envoy_config_accesslog_v3_GrpcStatusFilter*, UPB_SIZE(0, 0), UPB_SIZE(4, 8), 10, NULL); }
|
204
212
|
UPB_INLINE bool envoy_config_accesslog_v3_AccessLogFilter_has_extension_filter(const envoy_config_accesslog_v3_AccessLogFilter *msg) { return _upb_getoneofcase(msg, UPB_SIZE(4, 8)) == 11; }
|
205
213
|
UPB_INLINE const envoy_config_accesslog_v3_ExtensionFilter* envoy_config_accesslog_v3_AccessLogFilter_extension_filter(const envoy_config_accesslog_v3_AccessLogFilter *msg) { return UPB_READ_ONEOF(msg, const envoy_config_accesslog_v3_ExtensionFilter*, UPB_SIZE(0, 0), UPB_SIZE(4, 8), 11, NULL); }
|
214
|
+
UPB_INLINE bool envoy_config_accesslog_v3_AccessLogFilter_has_metadata_filter(const envoy_config_accesslog_v3_AccessLogFilter *msg) { return _upb_getoneofcase(msg, UPB_SIZE(4, 8)) == 12; }
|
215
|
+
UPB_INLINE const envoy_config_accesslog_v3_MetadataFilter* envoy_config_accesslog_v3_AccessLogFilter_metadata_filter(const envoy_config_accesslog_v3_AccessLogFilter *msg) { return UPB_READ_ONEOF(msg, const envoy_config_accesslog_v3_MetadataFilter*, UPB_SIZE(0, 0), UPB_SIZE(4, 8), 12, NULL); }
|
206
216
|
|
207
217
|
UPB_INLINE void envoy_config_accesslog_v3_AccessLogFilter_set_status_code_filter(envoy_config_accesslog_v3_AccessLogFilter *msg, envoy_config_accesslog_v3_StatusCodeFilter* value) {
|
208
218
|
UPB_WRITE_ONEOF(msg, envoy_config_accesslog_v3_StatusCodeFilter*, UPB_SIZE(0, 0), value, UPB_SIZE(4, 8), 1);
|
@@ -336,6 +346,18 @@ UPB_INLINE struct envoy_config_accesslog_v3_ExtensionFilter* envoy_config_access
|
|
336
346
|
}
|
337
347
|
return sub;
|
338
348
|
}
|
349
|
+
UPB_INLINE void envoy_config_accesslog_v3_AccessLogFilter_set_metadata_filter(envoy_config_accesslog_v3_AccessLogFilter *msg, envoy_config_accesslog_v3_MetadataFilter* value) {
|
350
|
+
UPB_WRITE_ONEOF(msg, envoy_config_accesslog_v3_MetadataFilter*, UPB_SIZE(0, 0), value, UPB_SIZE(4, 8), 12);
|
351
|
+
}
|
352
|
+
UPB_INLINE struct envoy_config_accesslog_v3_MetadataFilter* envoy_config_accesslog_v3_AccessLogFilter_mutable_metadata_filter(envoy_config_accesslog_v3_AccessLogFilter *msg, upb_arena *arena) {
|
353
|
+
struct envoy_config_accesslog_v3_MetadataFilter* sub = (struct envoy_config_accesslog_v3_MetadataFilter*)envoy_config_accesslog_v3_AccessLogFilter_metadata_filter(msg);
|
354
|
+
if (sub == NULL) {
|
355
|
+
sub = (struct envoy_config_accesslog_v3_MetadataFilter*)_upb_msg_new(&envoy_config_accesslog_v3_MetadataFilter_msginit, arena);
|
356
|
+
if (!sub) return NULL;
|
357
|
+
envoy_config_accesslog_v3_AccessLogFilter_set_metadata_filter(msg, sub);
|
358
|
+
}
|
359
|
+
return sub;
|
360
|
+
}
|
339
361
|
|
340
362
|
/* envoy.config.accesslog.v3.ComparisonFilter */
|
341
363
|
|
@@ -651,6 +673,50 @@ UPB_INLINE void envoy_config_accesslog_v3_GrpcStatusFilter_set_exclude(envoy_con
|
|
651
673
|
*UPB_PTR_AT(msg, UPB_SIZE(0, 0), bool) = value;
|
652
674
|
}
|
653
675
|
|
676
|
+
/* envoy.config.accesslog.v3.MetadataFilter */
|
677
|
+
|
678
|
+
UPB_INLINE envoy_config_accesslog_v3_MetadataFilter *envoy_config_accesslog_v3_MetadataFilter_new(upb_arena *arena) {
|
679
|
+
return (envoy_config_accesslog_v3_MetadataFilter *)_upb_msg_new(&envoy_config_accesslog_v3_MetadataFilter_msginit, arena);
|
680
|
+
}
|
681
|
+
UPB_INLINE envoy_config_accesslog_v3_MetadataFilter *envoy_config_accesslog_v3_MetadataFilter_parse(const char *buf, size_t size,
|
682
|
+
upb_arena *arena) {
|
683
|
+
envoy_config_accesslog_v3_MetadataFilter *ret = envoy_config_accesslog_v3_MetadataFilter_new(arena);
|
684
|
+
return (ret && upb_decode(buf, size, ret, &envoy_config_accesslog_v3_MetadataFilter_msginit, arena)) ? ret : NULL;
|
685
|
+
}
|
686
|
+
UPB_INLINE char *envoy_config_accesslog_v3_MetadataFilter_serialize(const envoy_config_accesslog_v3_MetadataFilter *msg, upb_arena *arena, size_t *len) {
|
687
|
+
return upb_encode(msg, &envoy_config_accesslog_v3_MetadataFilter_msginit, arena, len);
|
688
|
+
}
|
689
|
+
|
690
|
+
UPB_INLINE bool envoy_config_accesslog_v3_MetadataFilter_has_matcher(const envoy_config_accesslog_v3_MetadataFilter *msg) { return _upb_has_submsg_nohasbit(msg, UPB_SIZE(0, 0)); }
|
691
|
+
UPB_INLINE const struct envoy_type_matcher_v3_MetadataMatcher* envoy_config_accesslog_v3_MetadataFilter_matcher(const envoy_config_accesslog_v3_MetadataFilter *msg) { return *UPB_PTR_AT(msg, UPB_SIZE(0, 0), const struct envoy_type_matcher_v3_MetadataMatcher*); }
|
692
|
+
UPB_INLINE bool envoy_config_accesslog_v3_MetadataFilter_has_match_if_key_not_found(const envoy_config_accesslog_v3_MetadataFilter *msg) { return _upb_has_submsg_nohasbit(msg, UPB_SIZE(4, 8)); }
|
693
|
+
UPB_INLINE const struct google_protobuf_BoolValue* envoy_config_accesslog_v3_MetadataFilter_match_if_key_not_found(const envoy_config_accesslog_v3_MetadataFilter *msg) { return *UPB_PTR_AT(msg, UPB_SIZE(4, 8), const struct google_protobuf_BoolValue*); }
|
694
|
+
|
695
|
+
UPB_INLINE void envoy_config_accesslog_v3_MetadataFilter_set_matcher(envoy_config_accesslog_v3_MetadataFilter *msg, struct envoy_type_matcher_v3_MetadataMatcher* value) {
|
696
|
+
*UPB_PTR_AT(msg, UPB_SIZE(0, 0), struct envoy_type_matcher_v3_MetadataMatcher*) = value;
|
697
|
+
}
|
698
|
+
UPB_INLINE struct envoy_type_matcher_v3_MetadataMatcher* envoy_config_accesslog_v3_MetadataFilter_mutable_matcher(envoy_config_accesslog_v3_MetadataFilter *msg, upb_arena *arena) {
|
699
|
+
struct envoy_type_matcher_v3_MetadataMatcher* sub = (struct envoy_type_matcher_v3_MetadataMatcher*)envoy_config_accesslog_v3_MetadataFilter_matcher(msg);
|
700
|
+
if (sub == NULL) {
|
701
|
+
sub = (struct envoy_type_matcher_v3_MetadataMatcher*)_upb_msg_new(&envoy_type_matcher_v3_MetadataMatcher_msginit, arena);
|
702
|
+
if (!sub) return NULL;
|
703
|
+
envoy_config_accesslog_v3_MetadataFilter_set_matcher(msg, sub);
|
704
|
+
}
|
705
|
+
return sub;
|
706
|
+
}
|
707
|
+
UPB_INLINE void envoy_config_accesslog_v3_MetadataFilter_set_match_if_key_not_found(envoy_config_accesslog_v3_MetadataFilter *msg, struct google_protobuf_BoolValue* value) {
|
708
|
+
*UPB_PTR_AT(msg, UPB_SIZE(4, 8), struct google_protobuf_BoolValue*) = value;
|
709
|
+
}
|
710
|
+
UPB_INLINE struct google_protobuf_BoolValue* envoy_config_accesslog_v3_MetadataFilter_mutable_match_if_key_not_found(envoy_config_accesslog_v3_MetadataFilter *msg, upb_arena *arena) {
|
711
|
+
struct google_protobuf_BoolValue* sub = (struct google_protobuf_BoolValue*)envoy_config_accesslog_v3_MetadataFilter_match_if_key_not_found(msg);
|
712
|
+
if (sub == NULL) {
|
713
|
+
sub = (struct google_protobuf_BoolValue*)_upb_msg_new(&google_protobuf_BoolValue_msginit, arena);
|
714
|
+
if (!sub) return NULL;
|
715
|
+
envoy_config_accesslog_v3_MetadataFilter_set_match_if_key_not_found(msg, sub);
|
716
|
+
}
|
717
|
+
return sub;
|
718
|
+
}
|
719
|
+
|
654
720
|
/* envoy.config.accesslog.v3.ExtensionFilter */
|
655
721
|
|
656
722
|
UPB_INLINE envoy_config_accesslog_v3_ExtensionFilter *envoy_config_accesslog_v3_ExtensionFilter_new(upb_arena *arena) {
|
@@ -15,6 +15,7 @@
|
|
15
15
|
#include "envoy/config/core/v3/address.upb.h"
|
16
16
|
#include "envoy/config/core/v3/base.upb.h"
|
17
17
|
#include "envoy/config/core/v3/config_source.upb.h"
|
18
|
+
#include "envoy/config/core/v3/extension.upb.h"
|
18
19
|
#include "envoy/config/core/v3/health_check.upb.h"
|
19
20
|
#include "envoy/config/core/v3/protocol.upb.h"
|
20
21
|
#include "envoy/config/endpoint/v3/endpoint.upb.h"
|
@@ -23,21 +24,41 @@
|
|
23
24
|
#include "google/protobuf/duration.upb.h"
|
24
25
|
#include "google/protobuf/struct.upb.h"
|
25
26
|
#include "google/protobuf/wrappers.upb.h"
|
27
|
+
#include "udpa/core/v1/collection_entry.upb.h"
|
28
|
+
#include "udpa/core/v1/resource_locator.upb.h"
|
26
29
|
#include "envoy/annotations/deprecation.upb.h"
|
30
|
+
#include "udpa/annotations/migrate.upb.h"
|
31
|
+
#include "udpa/annotations/security.upb.h"
|
27
32
|
#include "udpa/annotations/status.upb.h"
|
28
33
|
#include "udpa/annotations/versioning.upb.h"
|
29
34
|
#include "validate/validate.upb.h"
|
30
35
|
|
31
36
|
#include "upb/port_def.inc"
|
32
37
|
|
33
|
-
static const upb_msglayout *const
|
38
|
+
static const upb_msglayout *const envoy_config_cluster_v3_ClusterCollection_submsgs[1] = {
|
39
|
+
&udpa_core_v1_CollectionEntry_msginit,
|
40
|
+
};
|
41
|
+
|
42
|
+
static const upb_msglayout_field envoy_config_cluster_v3_ClusterCollection__fields[1] = {
|
43
|
+
{1, UPB_SIZE(0, 0), 0, 0, 11, 1},
|
44
|
+
};
|
45
|
+
|
46
|
+
const upb_msglayout envoy_config_cluster_v3_ClusterCollection_msginit = {
|
47
|
+
&envoy_config_cluster_v3_ClusterCollection_submsgs[0],
|
48
|
+
&envoy_config_cluster_v3_ClusterCollection__fields[0],
|
49
|
+
UPB_SIZE(4, 8), 1, false,
|
50
|
+
};
|
51
|
+
|
52
|
+
static const upb_msglayout *const envoy_config_cluster_v3_Cluster_submsgs[35] = {
|
34
53
|
&envoy_config_cluster_v3_CircuitBreakers_msginit,
|
35
54
|
&envoy_config_cluster_v3_Cluster_CommonLbConfig_msginit,
|
36
55
|
&envoy_config_cluster_v3_Cluster_CustomClusterType_msginit,
|
37
56
|
&envoy_config_cluster_v3_Cluster_EdsClusterConfig_msginit,
|
38
57
|
&envoy_config_cluster_v3_Cluster_LbSubsetConfig_msginit,
|
39
58
|
&envoy_config_cluster_v3_Cluster_LeastRequestLbConfig_msginit,
|
59
|
+
&envoy_config_cluster_v3_Cluster_MaglevLbConfig_msginit,
|
40
60
|
&envoy_config_cluster_v3_Cluster_OriginalDstLbConfig_msginit,
|
61
|
+
&envoy_config_cluster_v3_Cluster_PrefetchPolicy_msginit,
|
41
62
|
&envoy_config_cluster_v3_Cluster_RefreshRate_msginit,
|
42
63
|
&envoy_config_cluster_v3_Cluster_RingHashLbConfig_msginit,
|
43
64
|
&envoy_config_cluster_v3_Cluster_TransportSocketMatch_msginit,
|
@@ -45,6 +66,7 @@ static const upb_msglayout *const envoy_config_cluster_v3_Cluster_submsgs[31] =
|
|
45
66
|
&envoy_config_cluster_v3_Filter_msginit,
|
46
67
|
&envoy_config_cluster_v3_LoadBalancingPolicy_msginit,
|
47
68
|
&envoy_config_cluster_v3_OutlierDetection_msginit,
|
69
|
+
&envoy_config_cluster_v3_TrackClusterStats_msginit,
|
48
70
|
&envoy_config_cluster_v3_UpstreamConnectionOptions_msginit,
|
49
71
|
&envoy_config_core_v3_Address_msginit,
|
50
72
|
&envoy_config_core_v3_BindConfig_msginit,
|
@@ -55,61 +77,67 @@ static const upb_msglayout *const envoy_config_cluster_v3_Cluster_submsgs[31] =
|
|
55
77
|
&envoy_config_core_v3_HttpProtocolOptions_msginit,
|
56
78
|
&envoy_config_core_v3_Metadata_msginit,
|
57
79
|
&envoy_config_core_v3_TransportSocket_msginit,
|
80
|
+
&envoy_config_core_v3_TypedExtensionConfig_msginit,
|
58
81
|
&envoy_config_core_v3_UpstreamHttpProtocolOptions_msginit,
|
59
82
|
&envoy_config_endpoint_v3_ClusterLoadAssignment_msginit,
|
60
83
|
&google_protobuf_Duration_msginit,
|
61
84
|
&google_protobuf_UInt32Value_msginit,
|
62
85
|
};
|
63
86
|
|
64
|
-
static const upb_msglayout_field envoy_config_cluster_v3_Cluster__fields[
|
87
|
+
static const upb_msglayout_field envoy_config_cluster_v3_Cluster__fields[47] = {
|
65
88
|
{1, UPB_SIZE(32, 32), 0, 0, 9, 1},
|
66
|
-
{2, UPB_SIZE(
|
89
|
+
{2, UPB_SIZE(168, 304), UPB_SIZE(-177, -313), 0, 14, 1},
|
67
90
|
{3, UPB_SIZE(48, 64), 0, 3, 11, 1},
|
68
|
-
{4, UPB_SIZE(52, 72), 0,
|
69
|
-
{5, UPB_SIZE(56, 80), 0,
|
91
|
+
{4, UPB_SIZE(52, 72), 0, 30, 11, 1},
|
92
|
+
{5, UPB_SIZE(56, 80), 0, 31, 11, 1},
|
70
93
|
{6, UPB_SIZE(0, 0), 0, 0, 14, 1},
|
71
|
-
{8, UPB_SIZE(
|
72
|
-
{9, UPB_SIZE(60, 88), 0,
|
94
|
+
{8, UPB_SIZE(148, 264), 0, 21, 11, 3},
|
95
|
+
{9, UPB_SIZE(60, 88), 0, 31, 11, 1},
|
73
96
|
{10, UPB_SIZE(64, 96), 0, 0, 11, 1},
|
74
|
-
{13, UPB_SIZE(68, 104), 0,
|
75
|
-
{14, UPB_SIZE(72, 112), 0,
|
76
|
-
{16, UPB_SIZE(76, 120), 0,
|
97
|
+
{13, UPB_SIZE(68, 104), 0, 22, 11, 1},
|
98
|
+
{14, UPB_SIZE(72, 112), 0, 23, 11, 1},
|
99
|
+
{16, UPB_SIZE(76, 120), 0, 30, 11, 1},
|
77
100
|
{17, UPB_SIZE(8, 8), 0, 0, 14, 1},
|
78
|
-
{18, UPB_SIZE(
|
79
|
-
{19, UPB_SIZE(80, 128), 0,
|
80
|
-
{20, UPB_SIZE(84, 136), 0,
|
81
|
-
{21, UPB_SIZE(88, 144), 0,
|
101
|
+
{18, UPB_SIZE(152, 272), 0, 18, 11, 3},
|
102
|
+
{19, UPB_SIZE(80, 128), 0, 15, 11, 1},
|
103
|
+
{20, UPB_SIZE(84, 136), 0, 30, 11, 1},
|
104
|
+
{21, UPB_SIZE(88, 144), 0, 19, 11, 1},
|
82
105
|
{22, UPB_SIZE(92, 152), 0, 4, 11, 1},
|
83
|
-
{23, UPB_SIZE(
|
84
|
-
{24, UPB_SIZE(96, 160), 0,
|
85
|
-
{25, UPB_SIZE(100, 168), 0,
|
106
|
+
{23, UPB_SIZE(180, 320), UPB_SIZE(-185, -329), 10, 11, 1},
|
107
|
+
{24, UPB_SIZE(96, 160), 0, 26, 11, 1},
|
108
|
+
{25, UPB_SIZE(100, 168), 0, 25, 11, 1},
|
86
109
|
{26, UPB_SIZE(16, 16), 0, 0, 14, 1},
|
87
110
|
{27, UPB_SIZE(104, 176), 0, 1, 11, 1},
|
88
111
|
{28, UPB_SIZE(40, 48), 0, 0, 9, 1},
|
89
|
-
{29, UPB_SIZE(108, 184), 0,
|
90
|
-
{30, UPB_SIZE(112, 192), 0,
|
112
|
+
{29, UPB_SIZE(108, 184), 0, 24, 11, 1},
|
113
|
+
{30, UPB_SIZE(112, 192), 0, 17, 11, 1},
|
91
114
|
{31, UPB_SIZE(24, 24), 0, 0, 8, 1},
|
92
115
|
{32, UPB_SIZE(25, 25), 0, 0, 8, 1},
|
93
|
-
{33, UPB_SIZE(116, 200), 0,
|
94
|
-
{34, UPB_SIZE(
|
95
|
-
{36, UPB_SIZE(
|
96
|
-
{37, UPB_SIZE(
|
97
|
-
{38, UPB_SIZE(
|
116
|
+
{33, UPB_SIZE(116, 200), 0, 29, 11, 1},
|
117
|
+
{34, UPB_SIZE(180, 320), UPB_SIZE(-185, -329), 7, 11, 1},
|
118
|
+
{36, UPB_SIZE(156, 280), 0, 12, 11, _UPB_LABEL_MAP},
|
119
|
+
{37, UPB_SIZE(180, 320), UPB_SIZE(-185, -329), 5, 11, 1},
|
120
|
+
{38, UPB_SIZE(168, 304), UPB_SIZE(-177, -313), 2, 11, 1},
|
98
121
|
{39, UPB_SIZE(26, 26), 0, 0, 8, 1},
|
99
|
-
{40, UPB_SIZE(
|
100
|
-
{41, UPB_SIZE(120, 208), 0,
|
101
|
-
{42, UPB_SIZE(124, 216), 0,
|
102
|
-
{43, UPB_SIZE(
|
103
|
-
{44, UPB_SIZE(128, 224), 0,
|
122
|
+
{40, UPB_SIZE(160, 288), 0, 13, 11, 3},
|
123
|
+
{41, UPB_SIZE(120, 208), 0, 14, 11, 1},
|
124
|
+
{42, UPB_SIZE(124, 216), 0, 20, 11, 1},
|
125
|
+
{43, UPB_SIZE(164, 296), 0, 11, 11, 3},
|
126
|
+
{44, UPB_SIZE(128, 224), 0, 9, 11, 1},
|
104
127
|
{45, UPB_SIZE(27, 27), 0, 0, 8, 1},
|
105
|
-
{46, UPB_SIZE(132, 232), 0,
|
128
|
+
{46, UPB_SIZE(132, 232), 0, 28, 11, 1},
|
106
129
|
{47, UPB_SIZE(28, 28), 0, 0, 8, 1},
|
130
|
+
{48, UPB_SIZE(136, 240), 0, 27, 11, 1},
|
131
|
+
{49, UPB_SIZE(140, 248), 0, 16, 11, 1},
|
132
|
+
{50, UPB_SIZE(144, 256), 0, 8, 11, 1},
|
133
|
+
{51, UPB_SIZE(29, 29), 0, 0, 8, 1},
|
134
|
+
{52, UPB_SIZE(180, 320), UPB_SIZE(-185, -329), 6, 11, 1},
|
107
135
|
};
|
108
136
|
|
109
137
|
const upb_msglayout envoy_config_cluster_v3_Cluster_msginit = {
|
110
138
|
&envoy_config_cluster_v3_Cluster_submsgs[0],
|
111
139
|
&envoy_config_cluster_v3_Cluster__fields[0],
|
112
|
-
UPB_SIZE(
|
140
|
+
UPB_SIZE(192, 336), 47, false,
|
113
141
|
};
|
114
142
|
|
115
143
|
static const upb_msglayout *const envoy_config_cluster_v3_Cluster_TransportSocketMatch_submsgs[2] = {
|
@@ -144,19 +172,21 @@ const upb_msglayout envoy_config_cluster_v3_Cluster_CustomClusterType_msginit =
|
|
144
172
|
UPB_SIZE(16, 32), 2, false,
|
145
173
|
};
|
146
174
|
|
147
|
-
static const upb_msglayout *const envoy_config_cluster_v3_Cluster_EdsClusterConfig_submsgs[
|
175
|
+
static const upb_msglayout *const envoy_config_cluster_v3_Cluster_EdsClusterConfig_submsgs[2] = {
|
148
176
|
&envoy_config_core_v3_ConfigSource_msginit,
|
177
|
+
&udpa_core_v1_ResourceLocator_msginit,
|
149
178
|
};
|
150
179
|
|
151
|
-
static const upb_msglayout_field envoy_config_cluster_v3_Cluster_EdsClusterConfig__fields[
|
180
|
+
static const upb_msglayout_field envoy_config_cluster_v3_Cluster_EdsClusterConfig__fields[3] = {
|
152
181
|
{1, UPB_SIZE(8, 16), 0, 0, 11, 1},
|
153
182
|
{2, UPB_SIZE(0, 0), 0, 0, 9, 1},
|
183
|
+
{3, UPB_SIZE(12, 24), 0, 1, 11, 1},
|
154
184
|
};
|
155
185
|
|
156
186
|
const upb_msglayout envoy_config_cluster_v3_Cluster_EdsClusterConfig_msginit = {
|
157
187
|
&envoy_config_cluster_v3_Cluster_EdsClusterConfig_submsgs[0],
|
158
188
|
&envoy_config_cluster_v3_Cluster_EdsClusterConfig__fields[0],
|
159
|
-
UPB_SIZE(16, 32),
|
189
|
+
UPB_SIZE(16, 32), 3, false,
|
160
190
|
};
|
161
191
|
|
162
192
|
static const upb_msglayout *const envoy_config_cluster_v3_Cluster_LbSubsetConfig_submsgs[2] = {
|
@@ -180,30 +210,33 @@ const upb_msglayout envoy_config_cluster_v3_Cluster_LbSubsetConfig_msginit = {
|
|
180
210
|
UPB_SIZE(24, 32), 7, false,
|
181
211
|
};
|
182
212
|
|
183
|
-
static const upb_msglayout_field envoy_config_cluster_v3_Cluster_LbSubsetConfig_LbSubsetSelector__fields[
|
184
|
-
{1, UPB_SIZE(
|
213
|
+
static const upb_msglayout_field envoy_config_cluster_v3_Cluster_LbSubsetConfig_LbSubsetSelector__fields[4] = {
|
214
|
+
{1, UPB_SIZE(12, 16), 0, 0, 9, 3},
|
185
215
|
{2, UPB_SIZE(0, 0), 0, 0, 14, 1},
|
186
|
-
{3, UPB_SIZE(
|
216
|
+
{3, UPB_SIZE(16, 24), 0, 0, 9, 3},
|
217
|
+
{4, UPB_SIZE(8, 8), 0, 0, 8, 1},
|
187
218
|
};
|
188
219
|
|
189
220
|
const upb_msglayout envoy_config_cluster_v3_Cluster_LbSubsetConfig_LbSubsetSelector_msginit = {
|
190
221
|
NULL,
|
191
222
|
&envoy_config_cluster_v3_Cluster_LbSubsetConfig_LbSubsetSelector__fields[0],
|
192
|
-
UPB_SIZE(
|
223
|
+
UPB_SIZE(24, 32), 4, false,
|
193
224
|
};
|
194
225
|
|
195
|
-
static const upb_msglayout *const envoy_config_cluster_v3_Cluster_LeastRequestLbConfig_submsgs[
|
226
|
+
static const upb_msglayout *const envoy_config_cluster_v3_Cluster_LeastRequestLbConfig_submsgs[2] = {
|
227
|
+
&envoy_config_core_v3_RuntimeDouble_msginit,
|
196
228
|
&google_protobuf_UInt32Value_msginit,
|
197
229
|
};
|
198
230
|
|
199
|
-
static const upb_msglayout_field envoy_config_cluster_v3_Cluster_LeastRequestLbConfig__fields[
|
200
|
-
{1, UPB_SIZE(0, 0), 0,
|
231
|
+
static const upb_msglayout_field envoy_config_cluster_v3_Cluster_LeastRequestLbConfig__fields[2] = {
|
232
|
+
{1, UPB_SIZE(0, 0), 0, 1, 11, 1},
|
233
|
+
{2, UPB_SIZE(4, 8), 0, 0, 11, 1},
|
201
234
|
};
|
202
235
|
|
203
236
|
const upb_msglayout envoy_config_cluster_v3_Cluster_LeastRequestLbConfig_msginit = {
|
204
237
|
&envoy_config_cluster_v3_Cluster_LeastRequestLbConfig_submsgs[0],
|
205
238
|
&envoy_config_cluster_v3_Cluster_LeastRequestLbConfig__fields[0],
|
206
|
-
UPB_SIZE(
|
239
|
+
UPB_SIZE(8, 16), 2, false,
|
207
240
|
};
|
208
241
|
|
209
242
|
static const upb_msglayout *const envoy_config_cluster_v3_Cluster_RingHashLbConfig_submsgs[2] = {
|
@@ -222,6 +255,20 @@ const upb_msglayout envoy_config_cluster_v3_Cluster_RingHashLbConfig_msginit = {
|
|
222
255
|
UPB_SIZE(16, 24), 3, false,
|
223
256
|
};
|
224
257
|
|
258
|
+
static const upb_msglayout *const envoy_config_cluster_v3_Cluster_MaglevLbConfig_submsgs[1] = {
|
259
|
+
&google_protobuf_UInt64Value_msginit,
|
260
|
+
};
|
261
|
+
|
262
|
+
static const upb_msglayout_field envoy_config_cluster_v3_Cluster_MaglevLbConfig__fields[1] = {
|
263
|
+
{1, UPB_SIZE(0, 0), 0, 0, 11, 1},
|
264
|
+
};
|
265
|
+
|
266
|
+
const upb_msglayout envoy_config_cluster_v3_Cluster_MaglevLbConfig_msginit = {
|
267
|
+
&envoy_config_cluster_v3_Cluster_MaglevLbConfig_submsgs[0],
|
268
|
+
&envoy_config_cluster_v3_Cluster_MaglevLbConfig__fields[0],
|
269
|
+
UPB_SIZE(4, 8), 1, false,
|
270
|
+
};
|
271
|
+
|
225
272
|
static const upb_msglayout_field envoy_config_cluster_v3_Cluster_OriginalDstLbConfig__fields[1] = {
|
226
273
|
{1, UPB_SIZE(0, 0), 0, 0, 8, 1},
|
227
274
|
};
|
@@ -279,14 +326,19 @@ const upb_msglayout envoy_config_cluster_v3_Cluster_CommonLbConfig_LocalityWeigh
|
|
279
326
|
UPB_SIZE(0, 0), 0, false,
|
280
327
|
};
|
281
328
|
|
282
|
-
static const
|
329
|
+
static const upb_msglayout *const envoy_config_cluster_v3_Cluster_CommonLbConfig_ConsistentHashingLbConfig_submsgs[1] = {
|
330
|
+
&google_protobuf_UInt32Value_msginit,
|
331
|
+
};
|
332
|
+
|
333
|
+
static const upb_msglayout_field envoy_config_cluster_v3_Cluster_CommonLbConfig_ConsistentHashingLbConfig__fields[2] = {
|
283
334
|
{1, UPB_SIZE(0, 0), 0, 0, 8, 1},
|
335
|
+
{2, UPB_SIZE(4, 8), 0, 0, 11, 1},
|
284
336
|
};
|
285
337
|
|
286
338
|
const upb_msglayout envoy_config_cluster_v3_Cluster_CommonLbConfig_ConsistentHashingLbConfig_msginit = {
|
287
|
-
|
339
|
+
&envoy_config_cluster_v3_Cluster_CommonLbConfig_ConsistentHashingLbConfig_submsgs[0],
|
288
340
|
&envoy_config_cluster_v3_Cluster_CommonLbConfig_ConsistentHashingLbConfig__fields[0],
|
289
|
-
UPB_SIZE(
|
341
|
+
UPB_SIZE(8, 16), 2, false,
|
290
342
|
};
|
291
343
|
|
292
344
|
static const upb_msglayout *const envoy_config_cluster_v3_Cluster_RefreshRate_submsgs[2] = {
|
@@ -304,6 +356,21 @@ const upb_msglayout envoy_config_cluster_v3_Cluster_RefreshRate_msginit = {
|
|
304
356
|
UPB_SIZE(8, 16), 2, false,
|
305
357
|
};
|
306
358
|
|
359
|
+
static const upb_msglayout *const envoy_config_cluster_v3_Cluster_PrefetchPolicy_submsgs[2] = {
|
360
|
+
&google_protobuf_DoubleValue_msginit,
|
361
|
+
};
|
362
|
+
|
363
|
+
static const upb_msglayout_field envoy_config_cluster_v3_Cluster_PrefetchPolicy__fields[2] = {
|
364
|
+
{1, UPB_SIZE(0, 0), 0, 0, 11, 1},
|
365
|
+
{2, UPB_SIZE(4, 8), 0, 0, 11, 1},
|
366
|
+
};
|
367
|
+
|
368
|
+
const upb_msglayout envoy_config_cluster_v3_Cluster_PrefetchPolicy_msginit = {
|
369
|
+
&envoy_config_cluster_v3_Cluster_PrefetchPolicy_submsgs[0],
|
370
|
+
&envoy_config_cluster_v3_Cluster_PrefetchPolicy__fields[0],
|
371
|
+
UPB_SIZE(8, 16), 2, false,
|
372
|
+
};
|
373
|
+
|
307
374
|
static const upb_msglayout *const envoy_config_cluster_v3_Cluster_TypedExtensionProtocolOptionsEntry_submsgs[1] = {
|
308
375
|
&google_protobuf_Any_msginit,
|
309
376
|
};
|
@@ -376,5 +443,16 @@ const upb_msglayout envoy_config_cluster_v3_UpstreamConnectionOptions_msginit =
|
|
376
443
|
UPB_SIZE(4, 8), 1, false,
|
377
444
|
};
|
378
445
|
|
446
|
+
static const upb_msglayout_field envoy_config_cluster_v3_TrackClusterStats__fields[2] = {
|
447
|
+
{1, UPB_SIZE(0, 0), 0, 0, 8, 1},
|
448
|
+
{2, UPB_SIZE(1, 1), 0, 0, 8, 1},
|
449
|
+
};
|
450
|
+
|
451
|
+
const upb_msglayout envoy_config_cluster_v3_TrackClusterStats_msginit = {
|
452
|
+
NULL,
|
453
|
+
&envoy_config_cluster_v3_TrackClusterStats__fields[0],
|
454
|
+
UPB_SIZE(2, 2), 2, false,
|
455
|
+
};
|
456
|
+
|
379
457
|
#include "upb/port_undef.inc"
|
380
458
|
|