#[derive(Clone, PartialEq, ::prost::Message)]
pub struct ClusterConfig {
#[prost(string, repeated, tag = "1")]
pub clusters: ::prost::alloc::vec::Vec<::prost::alloc::string::String>,
}
impl ::prost::Name for ClusterConfig {
const NAME: &'static str = "ClusterConfig";
const PACKAGE: &'static str = "envoy.extensions.clusters.aggregate.v3";
fn full_name() -> ::prost::alloc::string::String {
"envoy.extensions.clusters.aggregate.v3.ClusterConfig".into()
}
fn type_url() -> ::prost::alloc::string::String {
"type.googleapis.com/envoy.extensions.clusters.aggregate.v3.ClusterConfig".into()
}
}