Class GkeHubGrpc.GkeHubFutureStub (0.5.4)

public static final class GkeHubGrpc.GkeHubFutureStub extends AbstractFutureStub<GkeHubGrpc.GkeHubFutureStub>

The GKE Hub service handles the registration of many Kubernetes clusters to Google Cloud, represented with the Membership resource. GKE Hub is currently only available in the global region. 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.

Inheritance

java.lang.Object > io.grpc.stub.AbstractStub > io.grpc.stub.AbstractFutureStub > GkeHubGrpc.GkeHubFutureStub

Methods

build(Channel channel, CallOptions callOptions)

protected GkeHubGrpc.GkeHubFutureStub build(Channel channel, CallOptions callOptions)
Parameters
NameDescription
channelio.grpc.Channel
callOptionsio.grpc.CallOptions
Returns
TypeDescription
GkeHubGrpc.GkeHubFutureStub
Overrides
io.grpc.stub.AbstractStub.build(io.grpc.Channel,io.grpc.CallOptions)

createMembership(CreateMembershipRequest request)

public ListenableFuture<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.

Parameter
NameDescription
requestCreateMembershipRequest
Returns
TypeDescription
com.google.common.util.concurrent.ListenableFuture<Operation>

deleteMembership(DeleteMembershipRequest request)

public ListenableFuture<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.

Parameter
NameDescription
requestDeleteMembershipRequest
Returns
TypeDescription
com.google.common.util.concurrent.ListenableFuture<Operation>

generateConnectManifest(GenerateConnectManifestRequest request)

public ListenableFuture<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.

Parameter
NameDescription
requestGenerateConnectManifestRequest
Returns
TypeDescription
com.google.common.util.concurrent.ListenableFuture<GenerateConnectManifestResponse>

getMembership(GetMembershipRequest request)

public ListenableFuture<Membership> getMembership(GetMembershipRequest request)

Gets the details of a Membership.

Parameter
NameDescription
requestGetMembershipRequest
Returns
TypeDescription
com.google.common.util.concurrent.ListenableFuture<Membership>

initializeHub(InitializeHubRequest request)

public ListenableFuture<InitializeHubResponse> initializeHub(InitializeHubRequest request)

Initializes the Hub in this project, which includes creating the default Hub Service Account and the Hub Workload Identity Pool. Initialization is optional, and happens automatically when the first Membership is created. InitializeHub should be called when the first Membership cannot be registered without these resources. A common example is granting the Hub Service Account access to another project, which requires the account to exist first.

Parameter
NameDescription
requestInitializeHubRequest
Returns
TypeDescription
com.google.common.util.concurrent.ListenableFuture<InitializeHubResponse>

listMemberships(ListMembershipsRequest request)

public ListenableFuture<ListMembershipsResponse> listMemberships(ListMembershipsRequest request)

Lists Memberships in a given project and location.

Parameter
NameDescription
requestListMembershipsRequest
Returns
TypeDescription
com.google.common.util.concurrent.ListenableFuture<ListMembershipsResponse>

updateMembership(UpdateMembershipRequest request)

public ListenableFuture<Operation> updateMembership(UpdateMembershipRequest request)

Updates an existing Membership.

Parameter
NameDescription
requestUpdateMembershipRequest
Returns
TypeDescription
com.google.common.util.concurrent.ListenableFuture<Operation>