Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ActualContainerSpec ¶
type ActualContainerSpec struct { // The PID of the container's init process Pid int // The path to the container's bundle directory BundlePath string // The path to the container's rootfs RootFSPath string // Whether the container is stopped Stopped bool // Process IDs (not PIDs) of processes in the container ProcessIDs []string // Events (e.g. OOM) which have occured in the container Events []string // Applied limits Limits garden.Limits // Whether the container is privileged Privileged bool }
type DesiredContainerSpec ¶
Click to show internal directories.
Click to hide internal directories.