Versions in this module Expand all Collapse all v0 v0.1.0 Sep 9, 2026 Changes in this version + const DurableDirTarFile + var ActorsDir = filepath.Join(BasePath, "actors") + var CredentialBrokerSocket = filepath.Join(BasePath, "credential-broker.sock") + var ImageCacheDir = filepath.Join(BasePath, "image-cache") + func ActorSandboxAssetsFile(actorUID string) string + func AteletOTLPSocketPath() string + func AteomsDir() string + func CheckpointStateDir(actorUID string) string + func DurableDirVolumeMountPoint(actorUID, volumeName string) string + func DurableDirVolumeMountsDir(actorUID string) string + func GVisorReleaseDir(sha256 string) string + func ImageVolumeMountPath(actorUID, containerName, volumeName string) string + func ImageVolumeMountPathInBundle(bundlePath, volumeName string) string + func KubeletPluginSocketPath(driverName string) string + func LocalCheckpointsDir(actorUID string) string + func LocalSnapshotDir(actorUID, snapshotName string) string + func RestoreStateDir(actorUID string) string + func StagingDirPrefix() string + func SystemInfoVolumeRoot(actorUID, volumeName string) string + func SystemInfoVolumeRootsDir(actorUID string) string + func VolumeHostPath(actorUID, volumeName string) string + func VolumesDir(actorUID string) string v0.0.0 May 19, 2026 Changes in this version + const BasePath + var StaticFilesDir = filepath.Join(BasePath, "static-files") + 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