summaryrefslogtreecommitdiff
path: root/src/rpc/envoy.extensions.load_balancing_policies.wrr_locality.v3.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/rpc/envoy.extensions.load_balancing_policies.wrr_locality.v3.rs')
-rw-r--r--src/rpc/envoy.extensions.load_balancing_policies.wrr_locality.v3.rs15
1 files changed, 15 insertions, 0 deletions
diff --git a/src/rpc/envoy.extensions.load_balancing_policies.wrr_locality.v3.rs b/src/rpc/envoy.extensions.load_balancing_policies.wrr_locality.v3.rs
new file mode 100644
index 00000000..52b15af1
--- /dev/null
+++ b/src/rpc/envoy.extensions.load_balancing_policies.wrr_locality.v3.rs
@@ -0,0 +1,15 @@
+// @generated
+// This file is @generated by prost-build.
+// \[#protodoc-title: Weighted Round Robin Locality-Picking Load Balancing Policy\]
+// \[#not-implemented-hide:\]
+
+/// Configuration for the wrr_locality LB policy. See the :ref:`load balancing architecture overview
+/// <arch_overview_load_balancing_types>` for more information.
+#[allow(clippy::derive_partial_eq_without_eq)]
+#[derive(Clone, PartialEq, ::prost::Message)]
+pub struct WrrLocality {
+ /// The child LB policy to create for endpoint-picking within the chosen locality.
+ #[prost(message, optional, tag="1")]
+ pub endpoint_picking_policy: ::core::option::Option<super::super::super::super::config::cluster::v3::LoadBalancingPolicy>,
+}
+// @@protoc_insertion_point(module)