Documentation ¶
Index ¶
- Constants
- func CreateDockerConfigDir(ctx context.Context, fromDockerConfig string) (string, error)
- func CreateProjectDir(ctx context.Context) (string, error)
- func CreateWerfConfigRender(ctx context.Context) (string, error)
- func GetCreatedTmpDirs() string
- func GetReleasedTmpDirs() string
- func GetServiceTmpDir() string
- func Purge(ctx context.Context, dryRun bool) error
- func ReleaseProjectDir(dir string) error
- func RunGC(ctx context.Context, dryRun bool) error
- func ShouldRunAutoGC() (bool, error)
- type LinkDesc
Constants ¶
View Source
const ( CommonPrefix = "werf-" ProjectDirPrefix = CommonPrefix + "project-data-" DockerConfigDirPrefix = CommonPrefix + "docker-config-" WerfConfigRenderPrefix = CommonPrefix + "config-render-" )
Variables ¶
This section is empty.
Functions ¶
func CreateDockerConfigDir ¶
func GetCreatedTmpDirs ¶
func GetCreatedTmpDirs() string
func GetReleasedTmpDirs ¶
func GetReleasedTmpDirs() string
func GetServiceTmpDir ¶
func GetServiceTmpDir() string
func ReleaseProjectDir ¶
func ShouldRunAutoGC ¶ added in v1.2.11
Types ¶
Click to show internal directories.
Click to hide internal directories.