class Google::Apis::GkehubV1::MembershipFeatureSpec

MembershipFeatureSpec contains configuration information for a single Membership.

Attributes

configmanagement[RW]

**Anthos Config Management**: Configuration for a single cluster. Intended to parallel the ConfigManagement CR. Corresponds to the JSON property `configmanagement` @return [Google::Apis::GkehubV1::ConfigManagementMembershipSpec]

Public Class Methods

new(**args) click to toggle source
# File lib/google/apis/gkehub_v1/classes.rb, line 1725
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 1730
def update!(**args)
  @configmanagement = args[:configmanagement] if args.key?(:configmanagement)
end