Documentation ¶
Index ¶
Constants ¶
View Source
const OOMKilledReason = "OOMKilled"
Variables ¶
This section is empty.
Functions ¶
Types ¶
type OOMKillsProcessor ¶
type OOMKillsProcessor struct {
// contains filtered or unexported fields
}
func NewOOMKillsProcessor ¶
func (*OOMKillsProcessor) Start ¶
func (p *OOMKillsProcessor) Start()
func (*OOMKillsProcessor) Stop ¶
func (p *OOMKillsProcessor) Stop()
type Pod ¶
func (*Pod) GetAPIVersion ¶
type PodProcessor ¶
type ScannerListener ¶
type ScannerListener struct {
// contains filtered or unexported fields
}
func NewScannerListener ¶
func NewScannerListener( observer_ *kuber.Observer, ) *ScannerListener
func (*ScannerListener) AddPodListener ¶
func (sl *ScannerListener) AddPodListener(processor PodProcessor)
func (*ScannerListener) Start ¶
func (sl *ScannerListener) Start()
func (*ScannerListener) Stop ¶
func (sl *ScannerListener) Stop()
Click to show internal directories.
Click to hide internal directories.