package
3.55.1-dev.0
Repository: https://github.com/mrod-io/pulumi.git
Documentation: pkg.go.dev

# Functions

DoWithRetry calls client.Do, and in the case of an error, retries the operation again after a slight delay.
DoWithRetryOpts calls client.Do, but retrying 500s (even for POSTs).
GetWithRetry issues a GET request with the given client, and in the case of an error, retries the operation again after a slight delay.

# Structs

RetryOpts defines options to configure the retry behavior.