# Functions
NewAllocDir initializes the AllocDir struct with allocDir as base path for the allocation directory.
# Variables
Name of the directory where logs of Tasks are written.
SharedAllocContainerPath is the path inside container for mounted directory shared across tasks in a task group.
The set of directories that exist inside eache shared alloc directory.
The name of the directory that is shared across tasks in a task group.
SharedDataDir is one of the shared allocation directories.
TaskDirs is the set of directories created in each tasks directory.
The name of the directory that exists inside each task directory regardless of driver.
TaskLocalContainer is the path inside a container for mounted directory for local storage.
TaskSecrets is the name of the secret directory inside each task directory.
TaskSecretsContainerPath is the path inside a container for mounted secrets directory.
TmpDirName is the name of the temporary directory in each alloc and task.
# Structs
No description provided by the author
AllocFileInfo holds information about a file inside the AllocDir.
TaskDir contains all of the paths relevant to a task.
# Interfaces
AllocDirFS exposes file operations on the alloc dir.