Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Manager ¶
type Manager interface { // SetContainerStartup updates the container status with the given startup // and triggers a status update. SetContainerStartup(podId string, containerId string, started bool, result results.ProbeResult, pod results.IPod) }
func NewManager ¶
func NewManager() Manager
Click to show internal directories.
Click to hide internal directories.