Kubernetes Engine API C++ Client 2.13.0
A C++ Client Library for the Kubernetes Engine API
|
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... | |
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.
The options applicable to ClusterManager.