kubelet: add a generic pod lifecycle event generator
This change introduces pod lifecycle event generator (PLEG), and adds a generic
PLEG. The generic PLEG relies on relisting to discover container events, and is
container-runtime-agnostic. Both docker and rkt are changed to use generic
PLEG.
Showing
pkg/kubelet/pleg/doc.go
0 → 100644
pkg/kubelet/pleg/generic.go
0 → 100644
pkg/kubelet/pleg/pleg.go
0 → 100644
Please
register
or
sign in
to comment