Documentation ¶
Index ¶
Constants ¶
View Source
const ( // Kind is the canonical name of the plugin for starting up, etc. Kind = "google" // EnvNamespaceTags is the env to set for namespace tags. It's k=v,... EnvNamespaceTags = "INFRAKIT_GOOGLE_NAMESPACE_TAGS" // EnvProject is the env to set the project EnvProject = "INFRAKIT_GOOGLE_PROJECT" // EnvZone is the env to set the zone EnvZone = "INFRAKIT_GOOGLE_ZONE" )
Variables ¶
View Source
var DefaultOptions = Options{ Namespace: defaultNamespace(), Project: local.Getenv(EnvProject, ""), Zone: local.Getenv(EnvZone, ""), }
DefaultOptions return an Options with default values filled in.
Functions ¶
Types ¶
Click to show internal directories.
Click to hide internal directories.