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

Go to the source code of this file.

Classes

class  google::cloud::container::ClusterManagerConnection
 The ClusterManagerConnection object for ClusterManagerClient. More...
 

Namespaces

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

Typedefs

using google::cloud::container::ClusterManagerRetryPolicy = ::google::cloud::internal::TraitBasedRetryPolicy< container_internal::ClusterManagerRetryTraits >
 
using google::cloud::container::ClusterManagerLimitedTimeRetryPolicy = ::google::cloud::internal::LimitedTimeRetryPolicy< container_internal::ClusterManagerRetryTraits >
 
using google::cloud::container::ClusterManagerLimitedErrorCountRetryPolicy = ::google::cloud::internal::LimitedErrorCountRetryPolicy< container_internal::ClusterManagerRetryTraits >
 

Functions

std::shared_ptr< ClusterManagerConnection > google::cloud::container::MakeClusterManagerConnection (Options options={})
 A factory function to construct an object of type ClusterManagerConnection. More...