Namespace google::cloud::container_v1 (2.16.0)

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 ClusterManagerConnection created by this function.

Returns
Type Description
std::shared_ptr< ClusterManagerConnection >

MakeDefaultClusterManagerConnectionIdempotencyPolicy()

Returns
Type Description
std::unique_ptr< ClusterManagerConnectionIdempotencyPolicy >

Type Aliases

ClusterManagerPolicyOptionList

Alias Of: OptionList< ClusterManagerRetryPolicyOption, ClusterManagerBackoffPolicyOption, ClusterManagerConnectionIdempotencyPolicyOption >

The options applicable to ClusterManager.