Classes
GkeHubClient
The GKE Hub service handles the registration of many Kubernetes clusters to Google Cloud, and the management of multi-cluster features over those clusters.
GkeHubConnection
The GkeHubConnection
object for GkeHubClient
.
GkeHubConnectionIdempotencyPolicy
GkeHubLimitedErrorCountRetryPolicy
A retry policy for GkeHubConnection
based on counting errors.
GkeHubLimitedTimeRetryPolicy
A retry policy for GkeHubConnection
based on elapsed time.
GkeHubRetryPolicy
The retry policy for GkeHubConnection
.
Structs
GkeHubBackoffPolicyOption
Use with google::cloud::Options
to configure the backoff policy.
GkeHubConnectionIdempotencyPolicyOption
Use with google::cloud::Options
to configure which operations are retried.
GkeHubPollingPolicyOption
Use with google::cloud::Options
to configure the long-running operations polling policy.
GkeHubRetryPolicyOption
Use with google::cloud::Options
to configure the retry policy.
Functions
MakeGkeHubConnection(Options)
A factory function to construct an object of type GkeHubConnection
.
The returned connection object should not be used directly; instead it should be passed as an argument to the constructor of GkeHubClient.
The optional options
argument may be used to configure aspects of the returned GkeHubConnection
. Expected options are any of the types in the following option lists:
Parameter | |
---|---|
Name | Description |
options |
(optional) Configure the |
Returns | |
---|---|
Type | Description |
std::shared_ptr< GkeHubConnection > |
MakeDefaultGkeHubConnectionIdempotencyPolicy()
Returns | |
---|---|
Type | Description |
std::unique_ptr< GkeHubConnectionIdempotencyPolicy > |