Documentation ¶
Overview ¶
Package helmpath calculates filesystem paths to Helm's configuration, cache and data.
Index ¶
Constants ¶
View Source
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" )
Variables ¶
This section is empty.
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 ConfigPath ¶
ConfigPath returns the path where Helm stores configuration.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.