Documentation
¶
Overview ¶
Ateom and atelet need to agree on many filesystem paths. They are defined in this package.
Index ¶
- Constants
- Variables
- func ActorPath(actorTemplateNamespace, actorTemplateName, actorID string) string
- func AteomNetNSName(ateomNamespace, ateomName string) string
- func AteomNetNSPath(ateomNamespace, ateomName string) string
- func AteomPath(ateomNamespace, ateomName string) string
- func AteomSocketPath(ateomNamespace, ateomName string) string
- func CheckpointDir(actorTemplateNamespace, actorTemplateName, actorID string) string
- func CheckpointImgPath(actorTemplateNamespace, actorTemplateName, actorID string) string
- func OCIBundleDir(actorTemplateNamespace, actorTemplateName, actorID string) string
- func OCIBundlePath(actorTemplateNamespace, actorTemplateName, actorID, containerName string) string
- func PIDFileDir(actorTemplateNamespace, actorTemplateName, actorID string) string
- func PIDFilePath(actorTemplateNamespace, actorTemplateName, actorID, containerName string) string
- func PagesImgPath(actorTemplateNamespace, actorTemplateName, actorID string) string
- func PagesMetaImgPath(actorTemplateNamespace, actorTemplateName, actorID string) string
- func RunSCBinaryPath(sha256 string) string
- func RunSCStateDir(actorTemplateNamespace, actorTemplateName, actorID string) string
- func RunscDebugLogDir(actorTemplateNamespace, actorTemplateName, actorID, containerName string) string
Constants ¶
View Source
const ( // The base path. This is both the path of the root shared folder on the // host filesystem, and when it is mounted into ateom and atelet containers. BasePath = "/run/ateom-gvisor" )
Variables ¶
View Source
var ( // StaticFilesDir holds things like downloaded runsc binaries. StaticFilesDir = filepath.Join(BasePath, "static-files") )
Functions ¶
func AteomNetNSName ¶
func AteomNetNSPath ¶
func AteomSocketPath ¶
func CheckpointDir ¶
func CheckpointImgPath ¶
func OCIBundleDir ¶
func OCIBundlePath ¶
func PIDFileDir ¶
func PIDFilePath ¶
func PagesImgPath ¶
func PagesMetaImgPath ¶
func RunSCBinaryPath ¶
func RunSCStateDir ¶
func RunscDebugLogDir ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.