k3s/pkg/kubelet/container
Yu-Ju Hong bc6414a873 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.
2015-11-13 09:55:36 -08:00
..
container_gc.go Pass the ContainerGCPolicy in Runtime.GarbageCollect 2015-10-09 06:57:10 +08:00
container_reference_manager.go Use strong type for container ID 2015-10-07 10:58:05 -07:00
event.go make reasons constants with clarity 2015-11-09 23:42:14 +08:00
fake_runtime.go kubelet: add a generic pod lifecycle event generator 2015-11-13 09:55:36 -08:00
helpers.go remove implicitly required container event 2015-11-04 16:47:17 +08:00
helpers_test.go Correcting all go vet errors 2015-08-11 13:55:37 -07:00
image_puller.go make reasons constants with clarity 2015-11-09 23:42:14 +08:00
image_puller_test.go Adding a kubelet flag to optionally enable parallel image pulls. 2015-10-22 17:19:51 -07:00
os.go Make copyright ownership statement generic 2015-05-01 17:49:56 -04:00
pty_linux.go kubelet/container: Move pty*.go to container runtime package. 2015-05-07 23:36:47 -07:00
pty_unsupported.go kubelet/container: Move pty*.go to container runtime package. 2015-05-07 23:36:47 -07:00
ref.go remove implicitly required container event 2015-11-04 16:47:17 +08:00
ref_test.go Moving Status object to a common package 2015-09-17 14:09:53 -07:00
runtime.go Add Status in the runtime Container type 2015-11-13 09:55:36 -08:00
runtime_cache.go kubelet: Minor refactors. 2015-06-04 16:08:45 -07:00
runtime_cache_test.go Kubelet: clean up kubelet_test.go 2015-05-26 17:11:24 -07:00
serialized_image_puller.go make reasons constants with clarity 2015-11-09 23:42:14 +08:00
serialized_image_puller_test.go Adding a kubelet flag to optionally enable parallel image pulls. 2015-10-22 17:19:51 -07:00