provider

package
v0.5.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: May 8, 2022 License: Apache-2.0 Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func GetDecoder

func GetDecoder() map[string]jsoniter.ValDecoder

func GetEncoder

func GetEncoder() map[string]jsoniter.ValEncoder

Types

type VultrSpec

type VultrSpec struct {
	// The API Key that allows interaction with the API
	ApiKey *string `json:"apiKey" tf:"api_key"`
	// Allows users to set the speed of API calls to work with the Vultr Rate Limit
	// +optional
	RateLimit *int64 `json:"rateLimit,omitempty" tf:"rate_limit"`
	// Allows users to set the maximum number of retries allowed for a failed API call.
	// +optional
	RetryLimit *int64 `json:"retryLimit,omitempty" tf:"retry_limit"`
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL