public interface AnthosClusterOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
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. |