Documentation ¶
Index ¶
Constants ¶
View Source
const (
PodBackOffReason = events.BackOffStartContainer
)
View Source
const (
PodFailedReason = events.FailedToStartContainer
)
View Source
const (
PodFailedSyncReason = events.FailedSync
)
View Source
const (
PodInsufficientCPUReason = "FailedScheduling"
)
View Source
const (
PodInsufficientMemoryReason = "FailedScheduling"
)
View Source
const (
PodUnhealthyReason = events.ContainerUnhealthy
)
Variables ¶
This section is empty.
Functions ¶
func NewBackOff ¶
func NewBackOff() models.EventHandler
func NewFailed ¶
func NewFailed() models.EventHandler
func NewFailedSync ¶
func NewFailedSync() models.EventHandler
func NewInsufficientCPU ¶
func NewInsufficientCPU() models.EventHandler
func NewInsufficientMemory ¶
func NewInsufficientMemory() models.EventHandler
func NewUnhealthy ¶
func NewUnhealthy() models.EventHandler
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.