Documentation ¶
Index ¶
- Constants
- Variables
- func CreateDockerConfigDir(ctx context.Context, fromDockerConfig string) (string, error)
- func CreateHelmTmpChartDestDir() (string, error)
- func CreateProjectDir(ctx context.Context) (string, error)
- func CreateWerfConfigRender(ctx context.Context) (string, error)
- func GC(ctx context.Context, dryRun bool) error
- func GetCreatedTmpDirs() string
- func GetReleasedTmpDirs() string
- func GetServiceTmpDir() string
- func Purge(ctx context.Context, 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-" HelmTmpChartDestPrefix = CommonPrefix + "helm-chart-dest-" )
Variables ¶
View Source
var (
AutoGCEnabled bool
)
Functions ¶
func CreateDockerConfigDir ¶
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.