Versions in this module Expand all Collapse all v0 v0.6.1 Jun 1, 2018 Changes in this version + func GetCtrInspectInfo(ctr *libpod.Container, ctrInspectData *inspect.ContainerInspectData) (*inspect.ContainerData, error) v0.5.4 May 25, 2018 v0.5.3 May 18, 2018 v0.5.2 May 11, 2018 v0.5.1 May 4, 2018 Changes in this version + type BatchContainerStruct struct + ConConfig *libpod.ContainerConfig + ConState libpod.ContainerStatus + ExitCode int32 + Pid int + RootFsSize int64 + RwSize int64 + StartedTime time.Time + func BatchContainerOp(ctr *libpod.Container, opts PsOptions) (BatchContainerStruct, error) + type Namespace struct + Cgroup string + IPC string + MNT string + NET string + PID string + PIDNS string + UTS string + User string + func GetNamespaces(pid int) *Namespace + type PsOptions struct + All bool + Filter string + Format string + Label string + Last int + Latest bool + Namespace bool + NoTrunc bool + Quiet bool + Size bool