Documentation
¶
Index ¶
- func GetApiEndpoint(ctx *pulumi.Context) string
- func GetHttpRetryMax(ctx *pulumi.Context) int
- func GetHttpRetryWaitMax(ctx *pulumi.Context) float64
- func GetHttpRetryWaitMin(ctx *pulumi.Context) float64
- func GetRequestsPerSecond(ctx *pulumi.Context) float64
- func GetSpacesAccessId(ctx *pulumi.Context) string
- func GetSpacesEndpoint(ctx *pulumi.Context) string
- func GetSpacesSecretKey(ctx *pulumi.Context) string
- func GetToken(ctx *pulumi.Context) string
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetApiEndpoint ¶
The URL to use for the DigitalOcean API.
func GetHttpRetryMax ¶ added in v4.19.3
The maximum number of retries on a failed API request.
func GetHttpRetryWaitMax ¶ added in v4.19.3
The maximum wait time (in seconds) between failed API requests.
func GetHttpRetryWaitMin ¶ added in v4.19.3
The minimum wait time (in seconds) between failed API requests.
func GetRequestsPerSecond ¶ added in v4.19.3
The rate of requests per second to limit the HTTP client.
func GetSpacesAccessId ¶
The access key ID for Spaces API operations.
func GetSpacesEndpoint ¶
The URL to use for the DigitalOcean Spaces API.
func GetSpacesSecretKey ¶
The secret access key for Spaces API operations.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.