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 DigitaloceanSpec

type DigitaloceanSpec struct {
	// The URL to use for the DigitalOcean API.
	ApiEndpoint *string `json:"apiEndpoint" tf:"api_endpoint"`
	// The access key ID for Spaces API operations.
	// +optional
	SpacesAccessID *string `json:"spacesAccessID,omitempty" tf:"spaces_access_id"`
	// The URL to use for the DigitalOcean Spaces API.
	// +optional
	SpacesEndpoint *string `json:"spacesEndpoint,omitempty" tf:"spaces_endpoint"`
	// The secret access key for Spaces API operations.
	// +optional
	SpacesSecretKey *string `json:"spacesSecretKey,omitempty" tf:"spaces_secret_key"`
	// The token key for API operations.
	// +optional
	Token *string `json:"token,omitempty" tf:"token"`
}

Jump to

Keyboard shortcuts

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