# Functions
NewAllocBroadcaster returns a new AllocBroadcaster with the given capacity (0 means unbuffered).
No description provided by the author
# 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.
AllocFileInfo holds information about a file inside the AllocDir.
AllocListener implements a listening endpoint for an allocation broadcast channel.
AllocResourceUsage holds the aggregated task resource usage of the allocation.
AllocStatsRequest is used to request the resource usage of a given allocation, potentially filtering by task.
AllocStatsResponse is used to return the resource usage of a given allocation.
ClientStatsResponse is used to return statistics about a node.
CpuStats holds cpu usage related stats.
DriverNetwork is the network created by driver's (eg Docker's bridge network) during Prestart.
FingerprintRequest is a request which a fingerprinter accepts to fingerprint the node.
FingerprintResponse is the response which a fingerprinter annotates with the results of the fingerprint method.
FsListRequest is used to list an allocation's directory.
FsListResponse is used to return the listings of an allocation's directory.
FsLogsRequest is the initial request for accessing allocation logs.
FsStatRequest is used to stat a file.
FsStatResponse is used to return the stat results of a file.
FsStreamRequest is the initial request for streaming the content of a file.
No description provided by the author
No description provided by the author
HealthCheckRequest is the request type for a type that fulfils the Health Check interface.
HealthCheckResponse is the response type for a type that fulfills the Health Check interface.
MemoryStats holds memory usage related stats.
ResourceUsage holds information related to cpu and memory stats.
RpcError is used for serializing errors with a potential error code.
StreamErrWrapper is used to serialize output of a stream of a file or logs.
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.