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 UpcloudSpec

type UpcloudSpec struct {
	// Password for UpCloud API user
	Password *string `json:"password" tf:"password"`
	// Maximum number of retries
	// +optional
	RetryMax *int64 `json:"retryMax,omitempty" tf:"retry_max"`
	// Maximum time to wait between retries
	// +optional
	RetryWaitMaxSec *int64 `json:"retryWaitMaxSec,omitempty" tf:"retry_wait_max_sec"`
	// Minimum time to wait between retries
	// +optional
	RetryWaitMinSec *int64 `json:"retryWaitMinSec,omitempty" tf:"retry_wait_min_sec"`
	// UpCloud username with API access
	Username *string `json:"username" tf:"username"`
}

Jump to

Keyboard shortcuts

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