Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type LivenessFailedHandler ¶
type LivenessFailedHandler struct {
// contains filtered or unexported fields
}
func New ¶
func New(kubeClient kubernetes.Interface, informerFactory informers.SharedInformerFactory, alerter alerting.Alerter) *LivenessFailedHandler
func (LivenessFailedHandler) AddEvent ¶
func (lfh LivenessFailedHandler) AddEvent(obj interface{})
func (LivenessFailedHandler) DeleteEvent ¶
func (lfh LivenessFailedHandler) DeleteEvent(interface{})
func (*LivenessFailedHandler) Run ¶
func (er *LivenessFailedHandler) Run(stopCh <-chan struct{})
func (LivenessFailedHandler) UpdateEvent ¶
func (lfh LivenessFailedHandler) UpdateEvent(objOld interface{}, objNew interface{})
Click to show internal directories.
Click to hide internal directories.