Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ContainerInfo ¶
type ContainerInfo struct { Name string `json:"name"` Pid int `json:"pid"` Image string `json:"image"` CreatedTime int64 `json:"created_time"` Labels map[string]string `json:"labels"` Annotations map[string]string `json:"annotations"` CrioAnnotations map[string]string `json:"crio_annotations"` LogPath string `json:"log_path"` Root string `json:"root"` Sandbox string `json:"sandbox"` IP string `json:"ip_address"` }
ContainerInfo stores information about containers
Click to show internal directories.
Click to hide internal directories.