Documentation ¶
Overview ¶
Package clipath calculates filesystem paths to Kusion's configuration, cache and data.
Index ¶
Constants ¶
View Source
const ( // CacheHomeEnvVar is the environment variable used by Kusion // for the cache directory. When no value is set a default is used. CacheHomeEnvVar = "KUSION_CACHE_HOME" // ConfigHomeEnvVar is the environment variable used by Kusion // for the config directory. When no value is set a default is used. ConfigHomeEnvVar = "KUSION_CONFIG_HOME" // DataHomeEnvVar is the environment variable used by Kusion // for the data directory. When no value is set a default is used. DataHomeEnvVar = "KUSION_DATA_HOME" // StateHomeEnvVar is the environment variable used by Kusion // for the state data directory. When no value is set a default is used. StateHomeEnvVar = "KUSION_STATE_HOME" )
Variables ¶
This section is empty.
Functions ¶
func ConfigPath ¶
ConfigPath returns the path where Kusion stores configuration.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.