Documentation ¶
Index ¶
Constants ¶
View Source
const ( // ConfigDirOnRemote is the directory on the machine where we write CAREN configuration (e.g. scripts, patches // etc) as files. // These files are later applied by one or more commands that run on the machine. ConfigDirOnRemote = "/etc/caren" // ContainerdScriptsDirOnRemote is the directory where we write scripts that relate to containerd as files. // It is a subdirectory of the root config directory. ContainerdScriptsDirOnRemote = ConfigDirOnRemote + "/containerd" // ContainerdPatchDirOnRemote is the directory where we write containerd configuration patches as files. // It is a subdirectory of the containerd config directory. ContainerdPatchDirOnRemote = ConfigDirOnRemote + "/containerd/patches" )
Variables ¶
This section is empty.
Functions ¶
func ConfigFilePathOnRemote ¶
ConfigFilePathOnRemote returns the absolute path of a file that CAREN deploys onto the machine.
func ContainerdPatchPathOnRemote ¶
ContainerdPatchPathOnRemote returns the absolute path of a containerd configuration patch on the machine.
func ContainerdScriptPathOnRemote ¶
ContainerPathOnRemote returns the absolute path of a script that relates to containerd on the machine.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.