Documentation
¶
Index ¶
Constants ¶
View Source
const ( // Prefix which is applied to objects created. Prefix = "mysql-image" // RulesFile used when dumping the database. RulesFile = "mtk.yml" // ContainerMTKDump for querying the "dump" container. ContainerMTKDump = "dump" // ContainerKaniko for querying the "build" container. ContainerKaniko = "build" // MountWorkspaceName for mounting the workspace. MountWorkspaceName = "workspace" // MountWorkspacePath for mounting the workspace. MountWorkspacePath = "/workspace" // MountConfigName for mounting the config. MountConfigName = "config" // MountConfigPath for mounting the config. MountConfigPath = "/config" )
Variables ¶
This section is empty.
Functions ¶
Types ¶
Click to show internal directories.
Click to hide internal directories.