package helmpath
import "helm.sh/helm/v3/pkg/helmpath"
Package helmpath calculates filesystem paths to Helm's configuration, cache and data.
Index ¶
- Constants
- func CacheChartsFile(name string) string
- func CacheIndexFile(name string) string
- func CachePath(elem ...string) string
- func ConfigPath(elem ...string) string
- func DataPath(elem ...string) string
Constants ¶
const ( // CacheHomeEnvVar is the environment variable used by Helm // for the cache directory. When no value is set a default is used. CacheHomeEnvVar = "HELM_CACHE_HOME" // ConfigHomeEnvVar is the environment variable used by Helm // for the config directory. When no value is set a default is used. ConfigHomeEnvVar = "HELM_CONFIG_HOME" // DataHomeEnvVar is the environment variable used by Helm // for the data directory. When no value is set a default is used. DataHomeEnvVar = "HELM_DATA_HOME" )
Functions ¶
func CacheChartsFile ¶
CacheChartsFile returns the path to a text file listing all the charts within the given named repository.
func CacheIndexFile ¶
CacheIndexFile returns the path to an index for the given named repository.
func CachePath ¶
CachePath returns the path where Helm stores cached objects.
func ConfigPath ¶
ConfigPath returns the path where Helm stores configuration.
func DataPath ¶
DataPath returns the path where Helm stores data.
Source Files ¶
home.go lazypath.go lazypath_unix.go
Directories ¶
Path | Synopsis |
---|---|
pkg/helmpath/xdg | Package xdg holds constants pertaining to XDG Base Directory Specification. |
- Version
- v3.17.3 (latest)
- Published
- Apr 9, 2025
- Platform
- linux/amd64
- Imports
- 4 packages
- Last checked
- 1 month ago –
Tools for package owners.