class Google::Apis::GkehubV1::MultiClusterIngressFeatureSpec

**Multi-cluster Ingress**: The configuration for the MultiClusterIngress feature.

Attributes

config_membership[RW]

Fully-qualified Membership name which hosts the MultiClusterIngress CRD. Example: `projects/foo-proj/locations/global/memberships/bar` Corresponds to the JSON property `configMembership` @return [String]

Public Class Methods

new(**args) click to toggle source
# File lib/google/apis/gkehub_v1/classes.rb, line 1823
def initialize(**args)
   update!(**args)
end

Public Instance Methods

update!(**args) click to toggle source

Update properties of this object

# File lib/google/apis/gkehub_v1/classes.rb, line 1828
def update!(**args)
  @config_membership = args[:config_membership] if args.key?(:config_membership)
end