Interface AnthosClusterOrBuilder (0.16.0)

public interface AnthosClusterOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getMembership()

public abstract String getMembership()

Membership of the GKE Hub-registered cluster to which to apply the Skaffold configuration. Format is projects/{project}/locations/{location}/memberships/{membership_name}.

string membership = 1;

Returns
Type Description
String

The membership.

getMembershipBytes()

public abstract ByteString getMembershipBytes()

Membership of the GKE Hub-registered cluster to which to apply the Skaffold configuration. Format is projects/{project}/locations/{location}/memberships/{membership_name}.

string membership = 1;

Returns
Type Description
ByteString

The bytes for membership.