Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ErrContainerNotFoundInPod = errors.New("container doesn't exist under specified Pod")
View Source
var ErrMonitoredContainerExitFail = errors.New("monitored container exited with error")
View Source
var ErrWatcherclosedWithoutTerminationStatus = errors.New("Watcher result channel closed without container being terminated")
Functions ¶
This section is empty.
Types ¶
type ContainerWatcher ¶
type ContainerWatcher struct { Client kubernetes.Interface ContainerName string PodName string }
Click to show internal directories.
Click to hide internal directories.