Documentation ¶
Index ¶
- Variables
- func Cache() (string, error)
- func CertCache() (string, error)
- func Config() (string, error)
- func ConfigSubdir(rel string) (string, error)
- func CreateUserTemp(dir, pattern string) (*os.File, error)
- func CreateUserTempDir(dir, pattern string) (string, error)
- func Ensure(dir string, err error) (string, error)
- func ExpandHome(path string) (string, error)
- func IsExcludedAsSource(path string) bool
- func IsHidden(name string) bool
- func Logs(rel string) (string, error)
- func ModuleCache(name, ref string) (string, error)
- func ModuleCacheRoot() (string, error)
- func Subdir(rel string) (string, error)
- func UnpackCache() (string, error)
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // Patterns to exclude by default when building images. Integrations // (e.g. nodejs) may add additional patterns. BasePatternsToExclude = []string{ "**/node_modules/*", "**/.git/*", "**/.parcel-cache/*", "**/.yarn/cache/*", "**/.history/*", } ExcludeMatcher *fnfs.PatternMatcher )
View Source
var CacheDir string
Functions ¶
func ConfigSubdir ¶ added in v0.0.309
func CreateUserTempDir ¶
func ExpandHome ¶
func IsExcludedAsSource ¶
Returns false if the directory shouldn't be scanned for Namespace source files (.cue, .proto). This doesn't affect the content that is copied to the build image.
func ModuleCache ¶
func ModuleCacheRoot ¶
func UnpackCache ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.