k3s/pkg/kubelet/container
Clayton Coleman 791d160b42 Split the Kubelet flag options and struct
Reduces the size of the app/server.go file and ensures that the flags
and their defaults are clearly separated.
2016-01-06 21:23:06 -05: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 Fix a typo of NodeNotReady event. 2015-11-19 15:35:14 -08:00
fake_runtime.go Remove running pod from SyncPod() of container runtime 2016-01-04 10:18:46 -08:00
helpers.go Change my TODO to be the same with others 2015-12-31 00:41:05 -08:00
helpers_test.go Correcting all go vet errors 2015-08-11 13:55:37 -07:00
image_puller.go This commit adds type information to events. 2015-11-24 09:59:54 -05: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 update testapi to eliminate redundant fields 2015-12-07 15:54:26 -05:00
runtime.go Split the Kubelet flag options and struct 2016-01-06 21:23:06 -05:00
runtime_cache.go kubelet: remove background updating thread in RuntimeCache 2015-11-19 17:25:51 -08:00
runtime_cache_test.go kubelet: remove background updating thread in RuntimeCache 2015-11-19 17:25:51 -08:00
serialized_image_puller.go This commit adds type information to events. 2015-11-24 09:59:54 -05:00
serialized_image_puller_test.go Adding a kubelet flag to optionally enable parallel image pulls. 2015-10-22 17:19:51 -07:00