Documentation ¶
Index ¶
Constants ¶
View Source
const ( // Kind is the canonical name of the plugin for starting up, etc. Kind = "kubernetes" // EnvConfigDir is the environment variable to set the config directory EnvConfigDir = "INFRAKIT_FLAVOR_KUBERNETES_CONFIG_DIR" )
Variables ¶
View Source
var DefaultOptions = kubernetes.Options{ ConfigDir: local.Getenv(EnvConfigDir, getWd()), }
DefaultOptions return an Options with default values filled in.
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.