summaryrefslogtreecommitdiff
path: root/src/rpc/envoy.config.cluster.aggregate.v2alpha.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/rpc/envoy.config.cluster.aggregate.v2alpha.rs')
-rw-r--r--src/rpc/envoy.config.cluster.aggregate.v2alpha.rs16
1 files changed, 0 insertions, 16 deletions
diff --git a/src/rpc/envoy.config.cluster.aggregate.v2alpha.rs b/src/rpc/envoy.config.cluster.aggregate.v2alpha.rs
deleted file mode 100644
index fe9a6cee..00000000
--- a/src/rpc/envoy.config.cluster.aggregate.v2alpha.rs
+++ /dev/null
@@ -1,16 +0,0 @@
-// @generated
-// This file is @generated by prost-build.
-// \[#protodoc-title: Aggregate cluster configuration\]
-
-/// Configuration for the aggregate cluster. See the :ref:`architecture overview
-/// <arch_overview_aggregate_cluster>` for more information.
-/// \[#extension: envoy.clusters.aggregate\]
-#[allow(clippy::derive_partial_eq_without_eq)]
-#[derive(Clone, PartialEq, ::prost::Message)]
-pub struct ClusterConfig {
- /// Load balancing clusters in aggregate cluster. Clusters are prioritized based on the order they
- /// appear in this list.
- #[prost(string, repeated, tag="1")]
- pub clusters: ::prost::alloc::vec::Vec<::prost::alloc::string::String>,
-}
-// @@protoc_insertion_point(module)