Versions in this module Expand all Collapse all v1 v1.16.3 Nov 9, 2022 Changes in this version + type GenericPLEG struct + func (g *GenericPLEG) Healthy() (bool, error) + func (g *GenericPLEG) Start() + func (g *GenericPLEG) Watch() chan *PodLifecycleEvent + type PodLifeCycleEventType string + const ContainerChanged + const ContainerDied + const ContainerRemoved + const ContainerStarted + const PodSync + type PodLifecycleEvent struct + Data interface{} + ID types.UID + Type PodLifeCycleEventType + type PodLifecycleEventGenerator interface + Healthy func() (bool, error) + Start func() + Watch func() chan *PodLifecycleEvent + func NewGenericPLEG(runtime kubecontainer.Runtime, channelCapacity int, relistPeriod time.Duration, ...) PodLifecycleEventGenerator