k3s/pkg/kubelet
Kubernetes Submit Queue 34e51d8ce9 Merge pull request #30095 from ronnielai/image-gc-2
Automatic merge from submit-queue

Moving image gc to pkg/kubelet/images
2016-08-05 03:11:33 -07:00
..
api CRI: rename DeletePodSandbox to RemovePodSandbox 2016-08-03 15:46:34 -07:00
cadvisor updated cadvisor version 2016-08-02 16:33:03 -07:00
client Remove "All rights reserved" from all the headers. 2016-06-29 17:47:36 -07:00
cm Update Libcontainer's Cgroup Config: AllowAllDevices to be Nil 2016-08-04 10:05:30 -07:00
config Merge pull request #29844 from ZTE-PaaS/zhangke-patch-013 2016-08-04 15:52:34 -07:00
container Fix various typos in kubelet 2016-08-03 01:14:44 +03:00
custommetrics Remove "All rights reserved" from all the headers. 2016-06-29 17:47:36 -07:00
dockershim CRI: rename DeletePodSandbox to RemovePodSandbox 2016-08-03 15:46:34 -07:00
dockertools Merge pull request #29500 from lixiaobing10051267/masterFound 2016-08-03 20:05:15 -07:00
envvars Use Go canonical import paths 2016-07-16 13:48:21 -04:00
events Moving event.go from kubelet/container to kubelet/events 2016-07-12 17:42:29 -07:00
eviction Add support to invoke image gc in response to disk eviction thresholds 2016-08-04 17:13:08 -04:00
images moving image gc to images 2016-08-04 12:26:06 -07:00
kuberuntime Kubelet: add kubeGenericRuntimeManager for new runtime API 2016-08-03 08:26:53 +08:00
leaky Remove "All rights reserved" from all the headers. 2016-06-29 17:47:36 -07:00
lifecycle Fix various typos in kubelet 2016-08-03 01:14:44 +03:00
metrics Remove "All rights reserved" from all the headers. 2016-06-29 17:47:36 -07:00
network Merge pull request #29009 from bboreham/hairpin-via-cni 2016-07-31 10:08:06 -07:00
pleg Fix various typos in kubelet 2016-08-03 01:14:44 +03:00
pod Fix various typos in kubelet 2016-08-03 01:14:44 +03:00
prober Fix various typos in kubelet 2016-08-03 01:14:44 +03:00
qos Use Go canonical import paths 2016-07-16 13:48:21 -04:00
remote CRI: rename DeletePodSandbox to RemovePodSandbox 2016-08-03 15:46:34 -07:00
rkt Fix various typos in kubelet 2016-08-03 01:14:44 +03:00
server updated cadvisor version 2016-08-02 16:33:03 -07:00
status Fix various typos in kubelet 2016-08-03 01:14:44 +03:00
types Use Go canonical import paths 2016-07-16 13:48:21 -04:00
util Fix various typos in kubelet 2016-08-03 01:14:44 +03:00
volumemanager Fix various typos in kubelet 2016-08-03 01:14:44 +03:00
OWNERS
active_deadline.go Refactor util clock into it's own pkg 2016-07-28 02:29:04 -04:00
active_deadline_test.go Refactor util clock into it's own pkg 2016-07-28 02:29:04 -04:00
container_bridge.go kubelet: use util/iptables, which uses -w (lock wait) where safe 2016-07-28 16:01:00 -04:00
container_bridge_test.go Add tests for container_bridge.go (really just ensureIPTablesMasqRule) 2016-07-29 11:57:17 -04:00
disk_manager.go Revert "Declare out of disk when there is no free inodes" 2016-07-06 08:19:09 -07:00
disk_manager_test.go Revert "Declare out of disk when there is no free inodes" 2016-07-06 08:19:09 -07:00
doc.go Use Go canonical import paths 2016-07-16 13:48:21 -04:00
flannel_helper.go Remove "All rights reserved" from all the headers. 2016-06-29 17:47:36 -07:00
kubelet.go Merge pull request #30095 from ronnielai/image-gc-2 2016-08-05 03:11:33 -07:00
kubelet_cadvisor.go Eviction manager needs to start as runtime dependent module 2016-07-22 10:19:40 -04:00
kubelet_cadvisor_test.go Print/log pointers of structs with %#v instead of %+v 2016-08-01 22:27:56 +02:00
kubelet_getters.go Remove pod mutation for PVs with supplemental GIDs 2016-07-22 17:41:44 -04:00
kubelet_getters_test.go Remove "All rights reserved" from all the headers. 2016-06-29 17:47:36 -07:00
kubelet_network.go Fix various typos in kubelet 2016-08-03 01:14:44 +03:00
kubelet_network_test.go Extract kubelet network code into its own file 2016-07-08 15:18:07 -04:00
kubelet_node_status.go Fix various typos in kubelet 2016-08-03 01:14:44 +03:00
kubelet_node_status_test.go Refactor uuid into its own pkg 2016-07-30 00:07:02 -04:00
kubelet_resources.go Remove "All rights reserved" from all the headers. 2016-06-29 17:47:36 -07:00
kubelet_resources_test.go Remove "All rights reserved" from all the headers. 2016-06-29 17:47:36 -07:00
kubelet_test.go Merge pull request #30095 from ronnielai/image-gc-2 2016-08-05 03:11:33 -07:00
kubelet_volumes.go Remove "All rights reserved" from all the headers. 2016-06-29 17:47:36 -07:00
networks.go Remove "All rights reserved" from all the headers. 2016-06-29 17:47:36 -07:00
oom_watcher.go Remove "All rights reserved" from all the headers. 2016-06-29 17:47:36 -07:00
oom_watcher_test.go Remove "All rights reserved" from all the headers. 2016-06-29 17:47:36 -07:00
pod_container_deletor.go Delete containers when pod is deleted 2016-08-03 15:56:04 -07:00
pod_container_deletor_test.go Delete containers when pod is deleted 2016-08-03 15:56:04 -07:00
pod_workers.go Fix various typos in kubelet 2016-08-03 01:14:44 +03:00
pod_workers_test.go Refactor util clock into it's own pkg 2016-07-28 02:29:04 -04:00
reason_cache.go Remove "All rights reserved" from all the headers. 2016-06-29 17:47:36 -07:00
reason_cache_test.go Remove "All rights reserved" from all the headers. 2016-06-29 17:47:36 -07:00
root_context_linux.go Remove "All rights reserved" from all the headers. 2016-06-29 17:47:36 -07:00
root_context_unsupported.go Remove "All rights reserved" from all the headers. 2016-06-29 17:47:36 -07:00
runonce.go pods can not admitted should return directly 2016-07-30 11:47:50 +08:00
runonce_test.go Add support to invoke image gc in response to disk eviction thresholds 2016-08-04 17:13:08 -04:00
runtime.go optimize lock of runtimeState stuct 2016-08-03 13:19:22 +08:00
util.go Extract kubelet node status into separate file 2016-07-22 01:21:30 -04:00
volume_host.go Remove "All rights reserved" from all the headers. 2016-06-29 17:47:36 -07:00