# Functions
LabelFilter is a convenience that takes a key and value and returns a docker label filter.
NewBeginStatsEvent initializes a new beginning Event that is of kind 'StatsEvent' for the kind.
NewClient populates credentials from the Docker Daemon config and returns a new Client that uses them.
NewEndStatsEvent initializes a new ending Event that is of kind 'StatsEvent' for the kind.
NewLogEvent initializes a new Event that is of kind 'LogEvent'.
NewTypedLogEvent initializes a new Event that is of kind 'LogEvent' with a stdtype.
# Constants
AgentLabel gives the agent the container is managed by.
ClusterLabel gives the cluster the container is managed by.
ContainerDescriptionLabel describes the container.
ContainerDevicesLabel describes the devices allocated to the container.
ContainerIDLabel gives the Determined container ID (cproto.ID).
ContainerTypeLabel describes container type.
ContainerTypeValue is the corresponding value for 'normal tasks'.
ContainerVersionLabel describes the container version.
ContainerVersionValue is the current (and only) container version.
ImagePullStatsKind describes the IMAGEPULL event.
MasterLabel gives the master the container is managed by.
# Structs
Client wraps the Docker client, augmenting it with a few higher level convenience APIs.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
PullImage describes a request to pull an image.
No description provided by the author