Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetExecExitStatus ¶
Types ¶
type ErrorWithSys ¶ added in v0.13.0
type ErrorWithSys interface { error Sys() interface{} }
ErrorWithSys is implemented by *exec.ExitError and *child.reaperErr
type Message1 ¶ added in v0.4.0
type Message1 struct { // StateDir cannot be empty StateDir string Network NetworkMessage Port PortMessage }
Message 1 is sent after setting up other stuff
type NetworkMessage ¶
type NetworkMessage struct { Dev string IP string Netmask int Gateway string DNS string MTU int // Opaque strings are specific to driver Opaque map[string]string }
NetworkMessage is empty for HostNetwork.
type PortMessage ¶ added in v0.3.0
Click to show internal directories.
Click to hide internal directories.