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
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 > |
Type Aliases
GkeHubRetryPolicy
::google::cloud::internal::TraitBasedRetryPolicy< gkehub_v1_internal::GkeHubRetryTraits >
GkeHubLimitedTimeRetryPolicy
::google::cloud::internal::LimitedTimeRetryPolicy< gkehub_v1_internal::GkeHubRetryTraits >
GkeHubLimitedErrorCountRetryPolicy
::google::cloud::internal::LimitedErrorCountRetryPolicy< gkehub_v1_internal::GkeHubRetryTraits >
GkeHubPolicyOptionList
OptionList< GkeHubRetryPolicyOption, GkeHubBackoffPolicyOption, GkeHubPollingPolicyOption, GkeHubConnectionIdempotencyPolicyOption >
The options applicable to GkeHub.