# Structs
Cmd is here because the encoding packages seem to have issues with the full exec.Cmd struct.
Common data between managed entities, across execution environments.
ContainerNetwork is the data needed on a per container basis both for vSphere to ensure it's attached to the correct network, and in the guest to ensure the interface is correctly configured.
ContainerVM holds that data tightly associated with a containerVM, but that should not be visible to the guest.
No description provided by the author
Diagnostics records some basic control and lifecycle information for diagnostic purposes.
ExecutorConfig holds the data tightly associated with an Executor.
ExitLog records some basic diagnostics about anomalous exit for restartable entities.
MountSpec details a mount that must be executed within the executor A mount is a URI -> path mapping with a credential of some kind In the case of a labeled disk: label://<label name> => </mnt/path>.
NetworkEndpoint describes a network presence in the form a vNIC in sufficient detail that it can be: a.
SessionConfig defines the content of a session - this maps to the root of a process tree inside an executor This is close to but not perfectly aligned with the new docker/docker/daemon/execdriver/driver:CommonProcessConfig.
# Type aliases
No description provided by the author