Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewGenericLifecycle ¶
func NewGenericLifecycle(manager containers.ContainerManager, probeManager prober.Manager, channelCapacity int, relistPeriod time.Duration, podManager podmanager.Manager, statusManager status.Manager) pleg.PodLifecycleEventGenerator
NewGenericLifecycle creates new generic life cycle object
Types ¶
type GenericLifecycle ¶
type GenericLifecycle struct { pleg.GenericPLEG // contains filtered or unexported fields }
GenericLifecycle is object for pleg lifecycle
func (*GenericLifecycle) Start ¶
func (gl *GenericLifecycle) Start()
Start spawns a goroutine to relist periodically.
Click to show internal directories.
Click to hide internal directories.