Documentation
¶
Index ¶
Constants ¶
View Source
const ( // DefaultRootDir represents where persistent installations are located DefaultRootDir = "/k3os/system" // DefaultDataDir represents where persistent state is located DefaultDataDir = "/k3os/data" // DefaultLocalDir represents where local, persistent configuration is located DefaultLocalDir = "/var/lib/rancher/k3os" // DefaultStateDir represents where ephemeral state is located DefaultStateDir = "/run/k3os" )
Variables ¶
This section is empty.
Functions ¶
func DataPath ¶
DataPath joins any number of elements into a single path underneath the persistent state root, by default `DefaultDataDir`
func LocalPath ¶
LocalPath joins any number of elements into a single path underneath the persistent configuration root, by default `DefaultLocalDir`
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.