|
Kubernetes Engine API C++ Client
2.4.0
A C++ Client Library for the Kubernetes Engine API
|
Classes | |
| class | ClusterManagerClient |
| Google Kubernetes Engine Cluster Manager v1. More... | |
| class | ClusterManagerConnection |
The ClusterManagerConnection object for ClusterManagerClient. More... | |
| class | ClusterManagerConnectionIdempotencyPolicy |
| struct | ClusterManagerRetryPolicyOption |
Option to use with google::cloud::Options. More... | |
| struct | ClusterManagerBackoffPolicyOption |
Option to use with google::cloud::Options. More... | |
| struct | ClusterManagerConnectionIdempotencyPolicyOption |
Option to use with google::cloud::Options. More... | |
Typedefs | |
| using | ClusterManagerRetryPolicy = ::google::cloud::internal::TraitBasedRetryPolicy< container_internal::ClusterManagerRetryTraits > |
| using | ClusterManagerLimitedTimeRetryPolicy = ::google::cloud::internal::LimitedTimeRetryPolicy< container_internal::ClusterManagerRetryTraits > |
| using | ClusterManagerLimitedErrorCountRetryPolicy = ::google::cloud::internal::LimitedErrorCountRetryPolicy< container_internal::ClusterManagerRetryTraits > |
| using | ClusterManagerPolicyOptionList = OptionList< ClusterManagerRetryPolicyOption, ClusterManagerBackoffPolicyOption, ClusterManagerConnectionIdempotencyPolicyOption > |
Functions | |
| std::shared_ptr< ClusterManagerConnection > | MakeClusterManagerConnection (Options options={}) |
A factory function to construct an object of type ClusterManagerConnection. More... | |
| std::unique_ptr< ClusterManagerConnectionIdempotencyPolicy > | MakeDefaultClusterManagerConnectionIdempotencyPolicy () |
| using google::cloud::container::ClusterManagerLimitedErrorCountRetryPolicy = typedef ::google::cloud::internal::LimitedErrorCountRetryPolicy< container_internal::ClusterManagerRetryTraits> |
Definition at line 45 of file cluster_manager_connection.h.
| using google::cloud::container::ClusterManagerLimitedTimeRetryPolicy = typedef ::google::cloud::internal::LimitedTimeRetryPolicy< container_internal::ClusterManagerRetryTraits> |
Definition at line 41 of file cluster_manager_connection.h.
Definition at line 49 of file cluster_manager_options.h.
| using google::cloud::container::ClusterManagerRetryPolicy = typedef ::google::cloud::internal::TraitBasedRetryPolicy< container_internal::ClusterManagerRetryTraits> |
Definition at line 37 of file cluster_manager_connection.h.
| std::shared_ptr<ClusterManagerConnection> google::cloud::container::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:
google::cloud::CommonOptionListgoogle::cloud::GrpcOptionListgoogle::cloud::UnifiedCredentialsOptionListgoogle::cloud::container::ClusterManagerPolicyOptionListGOOGLE_CLOUD_CPP_ENABLE_CLOG=yes in the environment.| options | (optional) Configure the ClusterManagerConnection created by this function. |
| std::unique_ptr<ClusterManagerConnectionIdempotencyPolicy> google::cloud::container::MakeDefaultClusterManagerConnectionIdempotencyPolicy | ( | ) |