Classes
EdgeContainerClient
EdgeContainer API provides management of Kubernetes Clusters on Google Edge Cloud deployments.
EdgeContainerConnection
The EdgeContainerConnection object for EdgeContainerClient.
EdgeContainerConnectionIdempotencyPolicy
EdgeContainerLimitedErrorCountRetryPolicy
A retry policy for EdgeContainerConnection based on counting errors.
EdgeContainerLimitedTimeRetryPolicy
A retry policy for EdgeContainerConnection based on elapsed time.
EdgeContainerRetryPolicy
The retry policy for EdgeContainerConnection.
Structs
EdgeContainerBackoffPolicyOption
Use with google::cloud::Options to configure the backoff policy.
EdgeContainerConnectionIdempotencyPolicyOption
Use with google::cloud::Options to configure which operations are retried.
EdgeContainerPollingPolicyOption
Use with google::cloud::Options to configure the long-running operations polling policy.
EdgeContainerRetryPolicyOption
Use with google::cloud::Options to configure the retry policy.
Functions
MakeEdgeContainerConnection(Options)
A factory function to construct an object of type EdgeContainerConnection.
The returned connection object should not be used directly; instead it should be passed as an argument to the constructor of EdgeContainerClient.
The optional options argument may be used to configure aspects of the returned EdgeContainerConnection. Expected options are any of the types in the following option lists:
| Parameter | |
|---|---|
| Name | Description |
options |
Options(optional) Configure the |
| Returns | |
|---|---|
| Type | Description |
std::shared_ptr< EdgeContainerConnection > |
|
MakeDefaultEdgeContainerConnectionIdempotencyPolicy()
| Returns | |
|---|---|
| Type | Description |
std::unique_ptr< EdgeContainerConnectionIdempotencyPolicy > |
|