Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var CriticalStatus = map[string]bool{ "Error": true, "Unknown": true, "ImagePullBackOff": true, "CrashLoopBackOff": true, "RunContainerError": true, "ErrImagePull": true, "CreateContainerConfigError": true, "InvalidImageName": true, "Evicted": true, }
CriticalStatus container status
View Source
var OkayStatus = map[string]bool{ "Completed": true, "Running": true, }
OkayStatus container status
Functions ¶
func GetPodStatus ¶
GetPodStatus returns the pod status as a string Taken from https://github.com/kubernetes/kubernetes/pkg/printers/internalversion/printers.go
Types ¶
type Runner ¶
type Runner struct {
// contains filtered or unexported fields
}
Runner is continously checking for problems in a cluster
Click to show internal directories.
Click to hide internal directories.