// This file is @generated by prost-build.
/// **Multi-cluster Ingress**: The configuration for the MultiClusterIngress
/// feature.
#[derive(Clone, PartialEq, ::prost::Message)]pubstructFeatureSpec{/// Fully-qualified Membership name which hosts the MultiClusterIngress CRD.
/// Example: `projects/foo-proj/locations/global/memberships/bar`
#[prost(string, tag ="1")]pubconfig_membership:::prost::alloc::string::String,
}