Documentation
¶
Index ¶
Constants ¶
View Source
const OOMKILL = "OOMKilled"
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ContainerStatusMap ¶
type ContainerStatusMap map[string]v1.ContainerStatus
type PodEventHandler ¶
type PodEventHandler struct {
// contains filtered or unexported fields
}
func New ¶
func New(kubeClient kubernetes.Interface, informerFactory informers.SharedInformerFactory, alerter alerting.Alerter) *PodEventHandler
func (PodEventHandler) AddEvent ¶
func (peh PodEventHandler) AddEvent(obj interface{})
func (PodEventHandler) DeleteEvent ¶
func (peh PodEventHandler) DeleteEvent(obj interface{})
func (*PodEventHandler) Run ¶
func (er *PodEventHandler) Run(stopCh <-chan struct{})
func (PodEventHandler) UpdateEvent ¶
func (peh PodEventHandler) UpdateEvent(objOld interface{}, objNew interface{})
Click to show internal directories.
Click to hide internal directories.