kubernetes/pkg/kubelet/container
Yu-Ju Hong ee5b6a2550 Move image pull throttling logic to kubelet/images
This allows runtimes in different packages (dockertools, rkt, kuberuntime) to
share the same logic. Before this change, only dockertools support this
feature. Now all three packages support image pull throttling.
2016-09-21 18:31:04 -07:00
..
testing Merge pull request #25273 from ncdc/exec-sigwinch 2016-07-14 07:26:49 -07:00
cache_test.go Remove "All rights reserved" from all the headers. 2016-06-29 17:47:36 -07:00
cache.go wrong word of comment in cache.go 2016-09-06 09:57:21 +08:00
container_gc.go Remove "All rights reserved" from all the headers. 2016-06-29 17:47:36 -07:00
container_reference_manager.go Remove "All rights reserved" from all the headers. 2016-06-29 17:47:36 -07:00
helpers_test.go Remove "All rights reserved" from all the headers. 2016-06-29 17:47:36 -07:00
helpers.go CRI: Add missing sandbox in runningPod. 2016-09-19 11:52:00 -07:00
os.go Fixed several typos 2016-07-13 15:06:24 +01:00
pty_linux.go Remove "All rights reserved" from all the headers. 2016-06-29 17:47:36 -07:00
pty_unsupported.go Remove "All rights reserved" from all the headers. 2016-06-29 17:47:36 -07:00
ref_test.go Remove "All rights reserved" from all the headers. 2016-06-29 17:47:36 -07:00
ref.go Remove "All rights reserved" from all the headers. 2016-06-29 17:47:36 -07:00
resize.go Support terminal resizing for exec/attach/run 2016-07-13 17:06:16 -04:00
runtime_cache_fake.go fix go vet errors 2016-08-10 16:45:41 -07:00
runtime_cache_test.go Remove "All rights reserved" from all the headers. 2016-06-29 17:47:36 -07:00
runtime_cache.go Remove "All rights reserved" from all the headers. 2016-06-29 17:47:36 -07:00
runtime.go Move image pull throttling logic to kubelet/images 2016-09-21 18:31:04 -07:00
sync_result_test.go Remove "All rights reserved" from all the headers. 2016-06-29 17:47:36 -07:00
sync_result.go Kubelet: add SyncPod for new runtime API 2016-09-15 23:32:36 +08:00