Reference documentation and code samples for the Google Cloud Deploy V1 API class Google::Cloud::Deploy::V1::AnthosCluster.
Information specifying an Anthos Cluster.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#membership
def membership() -> ::String
Returns
-
(::String) — Optional. Membership of the GKE Hub-registered cluster to which to apply
the Skaffold configuration. Format is
projects/{project}/locations/{location}/memberships/{membership_name}
.
#membership=
def membership=(value) -> ::String
Parameter
-
value (::String) — Optional. Membership of the GKE Hub-registered cluster to which to apply
the Skaffold configuration. Format is
projects/{project}/locations/{location}/memberships/{membership_name}
.
Returns
-
(::String) — Optional. Membership of the GKE Hub-registered cluster to which to apply
the Skaffold configuration. Format is
projects/{project}/locations/{location}/memberships/{membership_name}
.