class Google::Apis::GkehubV1::CommonFeatureSpec
CommonFeatureSpec
contains Hub-wide configuration information
Attributes
multiclusteringress[RW]
**Multi-cluster Ingress**: The configuration for the MultiClusterIngress feature. Corresponds to the JSON property `multiclusteringress` @return [Google::Apis::GkehubV1::MultiClusterIngressFeatureSpec]
Public Class Methods
new(**args)
click to toggle source
# File lib/google/apis/gkehub_v1/classes.rb, line 244 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 249 def update!(**args) @multiclusteringress = args[:multiclusteringress] if args.key?(:multiclusteringress) end