diff options
Diffstat (limited to 'src/rpc/envoy.extensions.clusters.aggregate.v3.rs')
| -rw-r--r-- | src/rpc/envoy.extensions.clusters.aggregate.v3.rs | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/src/rpc/envoy.extensions.clusters.aggregate.v3.rs b/src/rpc/envoy.extensions.clusters.aggregate.v3.rs new file mode 100644 index 00000000..fe9a6cee --- /dev/null +++ b/src/rpc/envoy.extensions.clusters.aggregate.v3.rs @@ -0,0 +1,16 @@ +// @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) |
