#[derive(Clone, PartialEq, Eq, Hash, ::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()
}
}
#[derive(Clone, PartialEq, ::prost::Message)]
pub struct AggregateClusterResource {
#[prost(message, optional, tag = "1")]
pub config_source: ::core::option::Option<
super::super::super::super::config::core::v3::ConfigSource,
>,
#[prost(string, tag = "2")]
pub resource_name: ::prost::alloc::string::String,
}
impl ::prost::Name for AggregateClusterResource {
const NAME: &'static str = "AggregateClusterResource";
const PACKAGE: &'static str = "envoy.extensions.clusters.aggregate.v3";
fn full_name() -> ::prost::alloc::string::String {
"envoy.extensions.clusters.aggregate.v3.AggregateClusterResource".into()
}
fn type_url() -> ::prost::alloc::string::String {
"type.googleapis.com/envoy.extensions.clusters.aggregate.v3.AggregateClusterResource"
.into()
}
}