diff options
Diffstat (limited to 'src/rpc/envoy.extensions.load_balancing_policies.cluster_provided.v3.rs')
| -rw-r--r-- | src/rpc/envoy.extensions.load_balancing_policies.cluster_provided.v3.rs | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/src/rpc/envoy.extensions.load_balancing_policies.cluster_provided.v3.rs b/src/rpc/envoy.extensions.load_balancing_policies.cluster_provided.v3.rs new file mode 100644 index 00000000..2bfe782f --- /dev/null +++ b/src/rpc/envoy.extensions.load_balancing_policies.cluster_provided.v3.rs @@ -0,0 +1,17 @@ +// @generated +// This file is @generated by prost-build. +// \[#protodoc-title: Cluster Provided Load Balancing Policy\] +// \[#extension: envoy.load_balancing_policies.cluster_provided\] + +/// The cluster provided load balancing policy allows cluster to specify its own load balancing. +/// If this extension is configured, the target cluster must provide load balancer when the cluster +/// is created. +/// +/// .. note:: +/// Cluster provided load balancing policy could not be used as sub-policy of other hierarchical +/// load balancing policies, such as subset load balancing policy. +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, Copy, PartialEq, ::prost::Message)] +pub struct ClusterProvided { +} +// @@protoc_insertion_point(module) |
