xds_api/generated/
envoy.extensions.clusters.aggregate.v3.rs

1// This file is @generated by prost-build.
2/// Configuration for the aggregate cluster. See the :ref:`architecture overview
3/// <arch_overview_aggregate_cluster>` for more information.
4/// \[#extension: envoy.clusters.aggregate\]
5#[derive(Clone, PartialEq, ::prost::Message)]
6pub struct ClusterConfig {
7    /// Load balancing clusters in aggregate cluster. Clusters are prioritized based on the order they
8    /// appear in this list.
9    #[prost(string, repeated, tag = "1")]
10    pub clusters: ::prost::alloc::vec::Vec<::prost::alloc::string::String>,
11}
12impl ::prost::Name for ClusterConfig {
13    const NAME: &'static str = "ClusterConfig";
14    const PACKAGE: &'static str = "envoy.extensions.clusters.aggregate.v3";
15    fn full_name() -> ::prost::alloc::string::String {
16        "envoy.extensions.clusters.aggregate.v3.ClusterConfig".into()
17    }
18    fn type_url() -> ::prost::alloc::string::String {
19        "type.googleapis.com/envoy.extensions.clusters.aggregate.v3.ClusterConfig".into()
20    }
21}