Documentation ¶
Index ¶
Constants ¶
View Source
const ( // Kind is the canonical name of the plugin for starting up, etc. Kind = "digitalocean" // EnvNamespaceTags is the env to set for namespace tags. It's k=v,... EnvNamespaceTags = "INFRAKIT_DIGITALOCEAN_NAMESPACE_TAGS" // EnvAccessToken is the access token EnvAccessToken = "INFRAKIT_DIGITALOCEAN_ACCESS_TOKEN" )
Variables ¶
View Source
var DefaultOptions = Options{ AccessToken: local.Getenv(EnvAccessToken, ""), Namespace: defaultNamespace(), }
DefaultOptions return an Options with default values filled in.
Functions ¶
Types ¶
Click to show internal directories.
Click to hide internal directories.