k3s/pkg/kubelet
Kubernetes Submit Queue 72f41ff8cf Merge pull request #30506 from tmrts/docs/cri-correction
Automatic merge from submit-queue

pkg/kubelet/container: amend cgroup type documentation
2016-08-12 12:08:17 -07:00
..
api Update dependency shift from etcd3 changes in latest release. 2016-08-09 08:51:15 -05: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 Remove kubelet dependency on pidof 2016-08-09 19:55:24 -04:00
config Merge pull request #29844 from ZTE-PaaS/zhangke-patch-013 2016-08-04 15:52:34 -07:00
container pkg/kubelet/container: amend cgroup type documentation 2016-08-12 16:52:48 +03:00
custommetrics Remove "All rights reserved" from all the headers. 2016-06-29 17:47:36 -07:00
dockershim Repalce rawContainerID with containerID 2016-08-05 16:26:47 -07:00
dockertools Add container ports label. 2016-08-08 18:40:18 -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: generate sandbox/container config for new runtime API 2016-08-12 12:20:56 +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 get workers length shoud use RLock 2016-08-05 16:05:18 +08:00
qos Use Go canonical import paths 2016-07-16 13:48:21 -04:00
remote Repalce rawContainerID with containerID 2016-08-05 16:26:47 -07:00
rkt Fix various typos in kubelet 2016-08-03 01:14:44 +03:00
rktshim Test rkt CRI shim ImageStore 2016-08-09 15:56:34 +03:00
server Add total inodes to kubelet summary api 2016-08-08 12:20:14 -04:00
status refractoring findContainerStatus of status_manager 2016-08-05 17:52:02 +08: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 kubelet: mark source ready after updating the cache 2016-08-10 17:55:10 -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 Merge pull request #29907 from luxas/lookup_ip_better 2016-08-06 02:26:30 -07: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