Documentation ¶
Index ¶
Constants ¶
View Source
const ( // Kind is the canonical name of the plugin for starting up, etc. Kind = "docker" // EnvNamespaceTags is the env to set for namespace tags. It's k=v,... EnvNamespaceTags = "INFRAKIT_DOCKER_NAMESPACE_TAGS" // EnvURIs is the env to set the list of connection URI. The format // is name1=uri1,name2=uri2,... EnvURIs = "INFRAKIT_DOCKER_URIS" )
Variables ¶
View Source
var DefaultOptions = Options{
Namespace: defaultNamespace(),
}
DefaultOptions return an Options with default values filled in.
Functions ¶
Types ¶
Click to show internal directories.
Click to hide internal directories.