Kubernetes Engine API C++ Client 2.13.0
A C++ Client Library for the Kubernetes Engine API
Loading...
Searching...
No Matches
Classes | Typedefs | Functions
google::cloud::container_v1 Namespace Reference

Classes

struct  ClusterManagerBackoffPolicyOption
 Use with google::cloud::Options to configure the backoff policy. More...
 
class  ClusterManagerClient
 Google Kubernetes Engine Cluster Manager v1. More...
 
class  ClusterManagerConnection
 The ClusterManagerConnection object for ClusterManagerClient. More...
 
class  ClusterManagerConnectionIdempotencyPolicy
 
struct  ClusterManagerConnectionIdempotencyPolicyOption
 Use with google::cloud::Options to configure which operations are retried. More...
 
struct  ClusterManagerRetryPolicyOption
 Use with google::cloud::Options to configure the retry policy. More...
 

Typedefs

using ClusterManagerRetryPolicy = ::google::cloud::internal::TraitBasedRetryPolicy< container_v1_internal::ClusterManagerRetryTraits >
 
using ClusterManagerLimitedTimeRetryPolicy = ::google::cloud::internal::LimitedTimeRetryPolicy< container_v1_internal::ClusterManagerRetryTraits >
 
using ClusterManagerLimitedErrorCountRetryPolicy = ::google::cloud::internal::LimitedErrorCountRetryPolicy< container_v1_internal::ClusterManagerRetryTraits >
 
using ClusterManagerPolicyOptionList = OptionList< ClusterManagerRetryPolicyOption, ClusterManagerBackoffPolicyOption, ClusterManagerConnectionIdempotencyPolicyOption >
 The options applicable to ClusterManager. More...
 

Functions

std::shared_ptr< ClusterManagerConnectionMakeClusterManagerConnection (Options options={})
 A factory function to construct an object of type ClusterManagerConnection. More...
 
std::unique_ptr< ClusterManagerConnectionIdempotencyPolicyMakeDefaultClusterManagerConnectionIdempotencyPolicy ()
 

Typedef Documentation

◆ ClusterManagerLimitedErrorCountRetryPolicy

using google::cloud::container_v1::ClusterManagerLimitedErrorCountRetryPolicy = typedef ::google::cloud::internal::LimitedErrorCountRetryPolicy< container_v1_internal::ClusterManagerRetryTraits>

◆ ClusterManagerLimitedTimeRetryPolicy

using google::cloud::container_v1::ClusterManagerLimitedTimeRetryPolicy = typedef ::google::cloud::internal::LimitedTimeRetryPolicy< container_v1_internal::ClusterManagerRetryTraits>

◆ ClusterManagerRetryPolicy

using google::cloud::container_v1::ClusterManagerRetryPolicy = typedef ::google::cloud::internal::TraitBasedRetryPolicy< container_v1_internal::ClusterManagerRetryTraits>

Function Documentation

◆ MakeClusterManagerConnection()

std::shared_ptr< ClusterManagerConnection > google::cloud::container_v1::MakeClusterManagerConnection ( Options  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:

Note
Unexpected options will be ignored. To log unexpected options instead, set GOOGLE_CLOUD_CPP_ENABLE_CLOG=yes in the environment.
Parameters
options(optional) Configure the ClusterManagerConnection created by this function.

◆ MakeDefaultClusterManagerConnectionIdempotencyPolicy()

std::unique_ptr< ClusterManagerConnectionIdempotencyPolicy > google::cloud::container_v1::MakeDefaultClusterManagerConnectionIdempotencyPolicy ( )