Classes
ConfigDeliveryClient
ConfigDelivery service manages the deployment of kubernetes configuration to a fleet of kubernetes clusters.
ConfigDeliveryConnection
The ConfigDeliveryConnection
object for ConfigDeliveryClient
.
ConfigDeliveryConnectionIdempotencyPolicy
ConfigDeliveryLimitedErrorCountRetryPolicy
A retry policy for ConfigDeliveryConnection
based on counting errors.
ConfigDeliveryLimitedTimeRetryPolicy
A retry policy for ConfigDeliveryConnection
based on elapsed time.
ConfigDeliveryRetryPolicy
The retry policy for ConfigDeliveryConnection
.
Structs
ConfigDeliveryBackoffPolicyOption
Use with google::cloud::Options
to configure the backoff policy.
ConfigDeliveryConnectionIdempotencyPolicyOption
Use with google::cloud::Options
to configure which operations are retried.
ConfigDeliveryPollingPolicyOption
Use with google::cloud::Options
to configure the long-running operations polling policy.
ConfigDeliveryRetryPolicyOption
Use with google::cloud::Options
to configure the retry policy.
Functions
MakeConfigDeliveryConnection(Options)
A factory function to construct an object of type ConfigDeliveryConnection
.
The returned connection object should not be used directly; instead it should be passed as an argument to the constructor of ConfigDeliveryClient.
The optional options
argument may be used to configure aspects of the returned ConfigDeliveryConnection
. 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< ConfigDeliveryConnection > |
MakeDefaultConfigDeliveryConnectionIdempotencyPolicy()
Returns | |
---|---|
Type | Description |
std::unique_ptr< ConfigDeliveryConnectionIdempotencyPolicy > |