Class: Google::Cloud::GkeHub::MultiClusterIngress::V1::FeatureSpec

Inherits:
Object
  • Object
show all
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

Instance Attribute Details

#config_membership::String

Returns Fully-qualified Membership name which hosts the MultiClusterIngress CRD. Example: projects/foo-proj/locations/global/memberships/bar.

Returns:

  • (::String)

    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