xds_api/generated/
envoy.extensions.clusters.aggregate.v3.rs1#[derive(Clone, PartialEq, ::prost::Message)]
6pub struct ClusterConfig {
7 #[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}