k3s/pkg/kubelet/pleg
Kubernetes Submit Queue b2d02bd1ab Merge pull request #31395 from yujuhong/getpods
Automatic merge from submit-queue

Instruct PLEG to detect pod sandbox state changes

This PR adds a Sandboxes list in `kubecontainer.Pod`, so that PLEG can check
sandbox changes using `GetPods()` . The sandboxes are treated as regular
containers (type `kubecontainer.Container`) for now to avoid additional
changes in PLEG.

/cc @feiskyer @yifan-gu @euank
2016-09-08 05:41:16 -07:00
..
doc.go Use Go canonical import paths 2016-07-16 13:48:21 -04:00
generic.go Merge pull request #31395 from yujuhong/getpods 2016-09-08 05:41:16 -07:00
generic_test.go Extend PLEG to handle pod sandboxes 2016-08-30 09:54:24 -07:00
pleg.go Including ContainerRemoved in PLEG event reporting 2016-07-14 16:39:03 -07:00