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"` }
Click to show internal directories.
Click to hide internal directories.