Documentation
¶
Overview ¶
Package home calculates filesystem paths to HPK's configuration, cache and data.
Index ¶
Constants ¶
View Source
const ( // CacheHomeEnvVar is the environment variable used by HPK // for the cache directory. When no value is set a default is used. CacheHomeEnvVar = "HPK_CACHE_HOME" // ConfigHomeEnvVar is the environment variable used by HPK // for the config directory. When no value is set a default is used. ConfigHomeEnvVar = "HPK_CONFIG_HOME" // DataHomeEnvVar is the environment variable used by HPK // for the data directory. When no value is set a default is used. DataHomeEnvVar = "HPK_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 HPK stores configuration.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.