Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type RuncState ¶
type RuncState struct { OciVersion string `json:"ociVersion"` ID string `json:"id"` Pid int `json:"pid"` Status string `json:"status"` Bundle string `json:"bundle"` RootFS string `json:"rootfs"` Created time.Time `json:"created"` Annotations annotations `json:"annotations"` Owner string `json:"owner"` }
RuncState matches output of "runc state <containerid>" command
Click to show internal directories.
Click to hide internal directories.