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 RediscloudSpec ¶
type RediscloudSpec struct {
// This is the Redis Cloud API key. It must be provided but can also be set by the `REDISCLOUD_ACCESS_KEY` environment variable.
// +optional
ApiKey *string `json:"apiKey,omitempty" tf:"api_key"`
// This is the Redis Cloud API secret key. It must be provided but can also be set by the `REDISCLOUD_SECRET_KEY` environment variable.
// +optional
SecretKey *string `json:"secretKey,omitempty" tf:"secret_key"`
// This is the URL of Redis Cloud and will default to `https://api.redislabs.com/v1`. This can also be set by the `REDISCLOUD_URL` environment variable.
// +optional
Url *string `json:"url,omitempty" tf:"url"`
}
Source Files
¶
- codec.go
- rediscloud_provider_types.go
Click to show internal directories.
Click to hide internal directories.