Classes
ClusterManagerClient
Google Kubernetes Engine Cluster Manager v1.
ClusterManagerConnection
The ClusterManagerConnection
object for ClusterManagerClient
.
ClusterManagerConnectionIdempotencyPolicy
ClusterManagerLimitedErrorCountRetryPolicy
A retry policy for ClusterManagerConnection
based on counting errors.
ClusterManagerLimitedTimeRetryPolicy
A retry policy for ClusterManagerConnection
based on elapsed time.
ClusterManagerRetryPolicy
The retry policy for ClusterManagerConnection
.
Structs
ClusterManagerBackoffPolicyOption
Use with google::cloud::Options
to configure the backoff policy.
ClusterManagerConnectionIdempotencyPolicyOption
Use with google::cloud::Options
to configure which operations are retried.
ClusterManagerRetryPolicyOption
Use with google::cloud::Options
to configure the retry policy.
Functions
MakeClusterManagerConnection(Options)
A factory function to construct an object of type ClusterManagerConnection
.
The returned connection object should not be used directly; instead it should be passed as an argument to the constructor of ClusterManagerClient.
The optional options
argument may be used to configure aspects of the returned ClusterManagerConnection
. 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< ClusterManagerConnection > |
MakeDefaultClusterManagerConnectionIdempotencyPolicy()
Returns | |
---|---|
Type | Description |
std::unique_ptr< ClusterManagerConnectionIdempotencyPolicy > |