Class: Google::Cloud::GkeHub::MultiClusterIngress::V1::FeatureSpec
- Inherits:
-
Object
- Object
- Google::Cloud::GkeHub::MultiClusterIngress::V1::FeatureSpec
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/gkehub/v1/multiclusteringress/multiclusteringress.rb
Overview
Multi-cluster Ingress: The configuration for the MultiClusterIngress feature.
Instance Attribute Summary collapse
-
#config_membership ⇒ ::String
Fully-qualified Membership name which hosts the MultiClusterIngress CRD.
Instance Attribute Details
#config_membership ⇒ ::String
Returns Fully-qualified Membership name which hosts the MultiClusterIngress CRD.
Example: projects/foo-proj/locations/global/memberships/bar
.
31 32 33 34 |
# File 'proto_docs/google/cloud/gkehub/v1/multiclusteringress/multiclusteringress.rb', line 31 class FeatureSpec include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |