# Functions
NewAllocBroadcaster returns a new AllocBroadcaster with the given capacity (0 means unbuffered).
# 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
AllocBroadcaster implements an allocation broadcast channel.
AllocListener implements a listening endpoint for an allocation broadcast channel.
AllocResourceUsage holds the aggregated task resource usage of the allocation.
CpuStats holds cpu usage related stats.
DriverNetwork is the network created by driver's (eg Docker's bridge network) during Prestart.
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.