Kubernetes Engine API C++ Client 2.13.0
A C++ Client Library for the Kubernetes Engine API
Loading...
Searching...
No Matches
Classes | Typedefs
Kubernetes Engine API Configuration Options

Classes

struct  google::cloud::container_v1::ClusterManagerRetryPolicyOption
 Use with google::cloud::Options to configure the retry policy. More...
 
struct  google::cloud::container_v1::ClusterManagerBackoffPolicyOption
 Use with google::cloud::Options to configure the backoff policy. More...
 
struct  google::cloud::container_v1::ClusterManagerConnectionIdempotencyPolicyOption
 Use with google::cloud::Options to configure which operations are retried. More...
 

Typedefs

using google::cloud::container_v1::ClusterManagerPolicyOptionList = OptionList< ClusterManagerRetryPolicyOption, ClusterManagerBackoffPolicyOption, ClusterManagerConnectionIdempotencyPolicyOption >
 The options applicable to ClusterManager. More...
 

Detailed Description

This library uses the same mechanism (google::cloud::Options) and the common options as all other C++ client libraries for its configuration. Some *Option classes, which are only used in this library, are documented in this page.

See also
Client Library Configuration - for an overview of client library configuration.

Typedef Documentation

◆ ClusterManagerPolicyOptionList

The options applicable to ClusterManager.