Documentation ¶
Index ¶
Constants ¶
View Source
const ( CrashLoopBackOff = "CrashLoopBackOff" ErrImagePull = "ErrImagePull" ImagePullBackOff = "ImagePullBackOff" CreateContainerConfigError = "CreateContainerConfigError" InvalidImageName = "InvalidImageName" CreateContainerError = "CreateContainerError" )
These are the valid reason for the container waiting
View Source
const ( Terminated = "Terminated" OOMKilled = "OOMKilled" Error = "Error" ContainerCannotRun = "ContainerCannotRun" DeadlineExceeded = "DeadlineExceeded" )
These are the valid reason for the container terminated
Variables ¶
This section is empty.
Functions ¶
func Start ¶
func Start(kubeClient *kubernetes.Clientset, metricsClient *metrics.Clientset, agentKubeClient *agentclientset.Clientset, cfg *config.Config)
Start starts watcher
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.