Documentation ¶
Index ¶
- Constants
- func CreateDockerConfigDir(_ context.Context, fromDockerConfig string) (string, error)
- func CreateKubeConfigFromBase64(ctx context.Context, base64KubeConfig io.Reader) (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-" KubeConfigDirPrefix = CommonPrefix + "kubeconfig-" WerfConfigRenderPrefix = CommonPrefix + "config-render-" )
Variables ¶
This section is empty.
Functions ¶
func CreateDockerConfigDir ¶
func CreateKubeConfigFromBase64 ¶ added in v1.2.80
func GetCreatedTmpDirs ¶
func GetCreatedTmpDirs() string
func GetReleasedTmpDirs ¶
func GetReleasedTmpDirs() string
func GetServiceTmpDir ¶
func GetServiceTmpDir() string
func Purge ¶
func Purge(ctx context.Context, dryRun bool, containerBackend container_backend.ContainerBackend) error
func ReleaseProjectDir ¶
func RunGC ¶ added in v1.2.11
func RunGC(ctx context.Context, dryRun bool, containerBackend container_backend.ContainerBackend) error
func ShouldRunAutoGC ¶ added in v1.2.11
Types ¶
Click to show internal directories.
Click to hide internal directories.