# Constants
FSIsolationChroot means the driver will use a chroot on the host filesystem.
FSIsolationImage means the driver uses an image.
FSIsolationNone means no isolation.
# Structs
AllocResourceUsage holds the aggregated task resource usage of the allocation.
CpuStats holds cpu usage related stats.
MemoryStats holds memory usage related stats.
ResourceUsage holds information related to cpu and memory stats.
TaskResourceUsage holds aggregated resource usage of all processes in a Task and the resource usage of the individual pids.
# Type aliases
FSIsolation is an enumeration to describe what kind of filesystem isolation a driver supports.