Kubernetes Engine API C++ Client  2.4.0
A C++ Client Library for the Kubernetes Engine API
Classes | Namespaces | Typedefs
cluster_manager_options.h File Reference
#include "google/cloud/container/cluster_manager_connection.h"
#include "google/cloud/container/cluster_manager_connection_idempotency_policy.h"
#include "google/cloud/backoff_policy.h"
#include "google/cloud/options.h"
#include "google/cloud/version.h"
#include <memory>

Go to the source code of this file.

Classes

struct  google::cloud::container::ClusterManagerRetryPolicyOption
 Option to use with google::cloud::Options. More...
 
struct  google::cloud::container::ClusterManagerBackoffPolicyOption
 Option to use with google::cloud::Options. More...
 
struct  google::cloud::container::ClusterManagerConnectionIdempotencyPolicyOption
 Option to use with google::cloud::Options. More...
 

Namespaces

 google
 
 google::cloud
 
 google::cloud::container
 

Typedefs

using google::cloud::container::ClusterManagerPolicyOptionList = OptionList< ClusterManagerRetryPolicyOption, ClusterManagerBackoffPolicyOption, ClusterManagerConnectionIdempotencyPolicyOption >