public static final class GkeHubMembershipServiceGrpc.GkeHubMembershipServiceBlockingStub extends io.grpc.stub.AbstractBlockingStub<GkeHubMembershipServiceGrpc.GkeHubMembershipServiceBlockingStub>
The GKE Hub MembershipService handles the registration of many Kubernetes clusters to Google Cloud, represented with the [Membership][google.cloud.gkehub.v1beta1.Membership] resource. GKE Hub is currently available in the global region and all regions in https://cloud.google.com/compute/docs/regions-zones. **Membership management may be non-trivial:** it is recommended to use one of the Google-provided client libraries or tools where possible when working with Membership resources.
| Modifier and Type | Method and Description |
|---|---|
protected GkeHubMembershipServiceGrpc.GkeHubMembershipServiceBlockingStub |
build(io.grpc.Channel channel,
io.grpc.CallOptions callOptions) |
com.google.longrunning.Operation |
createMembership(CreateMembershipRequest request)
Creates a new Membership.
|
com.google.longrunning.Operation |
deleteMembership(DeleteMembershipRequest request)
Removes a Membership.
|
GenerateConnectManifestResponse |
generateConnectManifest(GenerateConnectManifestRequest request)
Generates the manifest for deployment of the GKE connect agent.
|
GenerateExclusivityManifestResponse |
generateExclusivityManifest(GenerateExclusivityManifestRequest request)
GenerateExclusivityManifest generates the manifests to update the
exclusivity artifacts in the cluster if needed.
|
Membership |
getMembership(GetMembershipRequest request)
Gets the details of a Membership.
|
ListMembershipsResponse |
listMemberships(ListMembershipsRequest request)
Lists Memberships in a given project and location.
|
com.google.longrunning.Operation |
updateMembership(UpdateMembershipRequest request)
Updates an existing Membership.
|
ValidateExclusivityResponse |
validateExclusivity(ValidateExclusivityRequest request)
ValidateExclusivity validates the state of exclusivity in the cluster.
|
protected GkeHubMembershipServiceGrpc.GkeHubMembershipServiceBlockingStub build(io.grpc.Channel channel, io.grpc.CallOptions callOptions)
build in class io.grpc.stub.AbstractStub<GkeHubMembershipServiceGrpc.GkeHubMembershipServiceBlockingStub>public ListMembershipsResponse listMemberships(ListMembershipsRequest request)
Lists Memberships in a given project and location.
public Membership getMembership(GetMembershipRequest request)
Gets the details of a Membership.
public com.google.longrunning.Operation createMembership(CreateMembershipRequest request)
Creates a new Membership. **This is currently only supported for GKE clusters on Google Cloud**. To register other clusters, follow the instructions at https://cloud.google.com/anthos/multicluster-management/connect/registering-a-cluster.
public com.google.longrunning.Operation deleteMembership(DeleteMembershipRequest request)
Removes a Membership. **This is currently only supported for GKE clusters on Google Cloud**. To unregister other clusters, follow the instructions at https://cloud.google.com/anthos/multicluster-management/connect/unregistering-a-cluster.
public com.google.longrunning.Operation updateMembership(UpdateMembershipRequest request)
Updates an existing Membership.
public GenerateConnectManifestResponse generateConnectManifest(GenerateConnectManifestRequest request)
Generates the manifest for deployment of the GKE connect agent. **This method is used internally by Google-provided libraries.** Most clients should not need to call this method directly.
public ValidateExclusivityResponse validateExclusivity(ValidateExclusivityRequest request)
ValidateExclusivity validates the state of exclusivity in the cluster. The validation does not depend on an existing Hub membership resource.
public GenerateExclusivityManifestResponse generateExclusivityManifest(GenerateExclusivityManifestRequest request)
GenerateExclusivityManifest generates the manifests to update the exclusivity artifacts in the cluster if needed. Exclusivity artifacts include the Membership custom resource definition (CRD) and the singleton Membership custom resource (CR). Combined with ValidateExclusivity, exclusivity artifacts guarantee that a Kubernetes cluster is only registered to a single GKE Hub. The Membership CRD is versioned, and may require conversion when the GKE Hub API server begins serving a newer version of the CRD and corresponding CR. The response will be the converted CRD and CR if there are any differences between the versions.
Copyright © 2023 Google LLC. All rights reserved.