Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Container ¶
type Container struct { Name string `json:"name"` Image string `json:"image"` Status string `json:"status"` ErrMsg string `json:"errMsg"` Version string `json:"version"` RestartCount int `json:"restartCount"` RestartReason string `json:"restartReason"` RestartErrMsg string `json:"restartErrMsg"` StartedAt string `json:"startedAt"` }
type Event ¶
type Event struct { UID string `json:"uid"` Name string `json:"name"` Count int `json:"count"` Type string `json:"type"` Reason string `json:"reason"` Message string `json:"message"` Action string `json:"action"` InvolvedObject *InvolvedObject `json:"involvedObject"` StartedAt string `json:"startedAt"` }
type InvolvedObject ¶
Click to show internal directories.
Click to hide internal directories.