class Google::Apis::ClouddeployV1::AnthosCluster

Information specifying an Anthos Cluster.

Attributes

membership[RW]

Membership of the GKE Hub-registered cluster to which to apply the Skaffold configuration. Format is ‘projects/`project`/locations/`location`/memberships/` membership_name“. Corresponds to the JSON property `membership` @return [String]

Public Class Methods

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

Public Instance Methods

update!(**args) click to toggle source

Update properties of this object

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