Documentation ¶
Index ¶
- Constants
- Variables
- func CreateDockerConfigDir(fromDockerConfig string) (string, error)
- func CreateProjectDir() (string, error)
- func CreateWerfConfigRender() (string, error)
- func GC(dryRun bool) error
- func GetCreatedTmpDirs() string
- func GetReleasedTmpDirs() string
- func GetServiceTmpDir() string
- func Purge(dryRun bool) error
- func ReleaseProjectDir(dir string) error
- type LinkDesc
Constants ¶
View Source
const ( CommonPrefix = "werf-" ProjectDirPrefix = CommonPrefix + "project-data-" DockerConfigDirPrefix = CommonPrefix + "docker-config-" WerfConfigRenderPrefix = CommonPrefix + "config-render-" )
Variables ¶
View Source
var (
AutoGCEnabled = true
)
Functions ¶
func CreateDockerConfigDir ¶
func CreateProjectDir ¶
func CreateWerfConfigRender ¶
func GetCreatedTmpDirs ¶
func GetCreatedTmpDirs() string
func GetReleasedTmpDirs ¶
func GetReleasedTmpDirs() string
func GetServiceTmpDir ¶
func GetServiceTmpDir() string
func ReleaseProjectDir ¶
Types ¶
Click to show internal directories.
Click to hide internal directories.