kubernetes/pkg/kubelet
2018-11-30 12:51:46 +08:00
..
apis Merge pull request #70440 from nikhita/add-license-headers 2018-11-29 00:48:05 -08:00
cadvisor Add tests to ensure feature gate changes don't escape kubelet/scheduler packages 2018-11-16 10:52:53 -05:00
certificate Revert "Make bootstrap client cert loading part of rotation" 2018-11-17 10:24:39 -05:00
checkpoint Move from glog to klog 2018-11-10 07:50:31 -05:00
checkpointmanager Make 'pod' package to use unified checkpointManager 2018-04-16 01:30:20 -04:00
client pass handler ctx to node rest nodegetter 2018-10-01 09:27:18 -04:00
cloudresource Move from glog to klog 2018-11-10 07:50:31 -05:00
cm Permit use of deprecated dir in device plugin. 2018-11-21 18:37:31 -08:00
config Merge pull request #71011 from sigma/pr/fix-inotify 2018-11-22 18:07:51 -08:00
configmap Run hack/update-bazel.sh 2018-06-22 16:22:57 -07:00
container Move from glog to klog 2018-11-10 07:50:31 -05:00
custommetrics Run hack/update-bazel.sh 2018-06-22 16:22:57 -07:00
dockershim Move from glog to klog 2018-11-10 07:50:31 -05:00
envvars K8s SCTP support implementation for the first pull request 2018-08-27 05:56:27 +00:00
events delete unused events 2018-07-17 14:19:50 +08:00
eviction Add tests to ensure feature gate changes don't escape kubelet/scheduler packages 2018-11-16 10:52:53 -05:00
images Move from glog to klog 2018-11-10 07:50:31 -05:00
kubeletconfig Move from glog to klog 2018-11-10 07:50:31 -05:00
kuberuntime Merge pull request #66308 from RobertKrawitz/bug-1581483 2018-11-29 02:00:54 -08:00
leaky fix golint failures - /pkg/kubelet/images 2018-09-17 10:52:25 +08:00
lifecycle Move from glog to klog 2018-11-10 07:50:31 -05:00
logs Move from glog to klog 2018-11-10 07:50:31 -05:00
metrics Fix kubelet panic. 2018-11-16 16:21:57 -08:00
mountpod Move from glog to klog 2018-11-10 07:50:31 -05:00
network Add tests to ensure feature gate changes don't escape kubelet/scheduler packages 2018-11-16 10:52:53 -05:00
nodelease Move from glog to klog 2018-11-10 07:50:31 -05:00
nodestatus Move from glog to klog 2018-11-10 07:50:31 -05:00
pleg Reduce logspam for crash looping containers 2018-11-28 10:48:52 -05:00
pod Move from glog to klog 2018-11-10 07:50:31 -05:00
preemption Add tests to ensure feature gate changes don't escape kubelet/scheduler packages 2018-11-16 10:52:53 -05:00
prober Bump k8s.io/uitls to 8e7ff06 2018-11-15 13:25:12 +00:00
qos Run hack/update-bazel.sh 2018-06-22 16:22:57 -07:00
remote Reduce logspam for crash looping containers 2018-11-28 10:48:52 -05:00
runtimeclass Implement RuntimeClass support for the Kubelet & CRI 2018-09-04 13:45:11 -07:00
secret Run hack/update-bazel.sh 2018-06-22 16:22:57 -07:00
server add kubelet grpc server for pod-resources service 2018-11-15 09:43:20 -08:00
stats Move from glog to klog 2018-11-10 07:50:31 -05:00
status Move from glog to klog 2018-11-10 07:50:31 -05:00
sysctl Run make update 2018-06-06 00:12:40 +02:00
token Move from glog to klog 2018-11-10 07:50:31 -05:00
types Add tests to ensure feature gate changes don't escape kubelet/scheduler packages 2018-11-16 10:52:53 -05:00
util Merge pull request #70440 from nikhita/add-license-headers 2018-11-29 00:48:05 -08:00
volumemanager Fix bug with volume getting marked as not in-use with pending op 2018-11-20 11:58:47 -05:00
winstats Move from glog to klog 2018-11-10 07:50:31 -05:00
active_deadline_test.go
active_deadline.go
BUILD Add tests to ensure feature gate changes don't escape kubelet/scheduler packages 2018-11-16 10:52:53 -05:00
doc.go
errors.go Start synchronizing pods after network is ready. 2018-09-21 10:12:49 +02:00
kubelet_getters_test.go
kubelet_getters.go Update pluginwatcher to ignore CSI metadata dir and non socket files 2018-11-17 01:51:00 +01:00
kubelet_network_linux.go Move from glog to klog 2018-11-10 07:50:31 -05:00
kubelet_network_others.go Kubelet: only sync iptables on linux 2018-09-05 10:22:48 +08:00
kubelet_network_test.go Kubelet: only sync iptables on linux 2018-09-05 10:22:48 +08:00
kubelet_network.go Move from glog to klog 2018-11-10 07:50:31 -05:00
kubelet_node_status_test.go Update kubelet node status report logic with node lease feature 2018-11-07 11:59:42 -08:00
kubelet_node_status.go Move from glog to klog 2018-11-10 07:50:31 -05:00
kubelet_pods_linux_test.go Remove mount propagation feature gate logic 2018-10-31 15:51:37 +01:00
kubelet_pods_test.go fix scheduler and kubelet unit tests leaking feature flag changes 2018-11-16 10:52:53 -05:00
kubelet_pods_windows_test.go Address CR comments and add more tests 2018-10-26 00:29:27 -07:00
kubelet_pods.go remove unused todo in kubelet_pods.go 2018-11-30 12:51:46 +08:00
kubelet_resources_test.go Cleanup verbose cAdvisor mocking in Kubelet unit tests 2018-06-27 11:53:41 -07:00
kubelet_resources.go Move from glog to klog 2018-11-10 07:50:31 -05:00
kubelet_test.go Merge pull request #65567 from ceshihao/pod_status_after_eviction 2018-10-17 11:56:41 -07:00
kubelet_volumes_test.go Refactor of GenerateMapDeviceFunc to delegate Map call to volume plugin. 2018-06-03 17:25:37 -04:00
kubelet_volumes.go Move from glog to klog 2018-11-10 07:50:31 -05:00
kubelet.go Merge pull request #70471 from xichengliudui/fix181031 2018-11-29 00:48:16 -08:00
main_test.go Add tests to ensure feature gate changes don't escape kubelet/scheduler packages 2018-11-16 10:52:53 -05:00
oom_watcher_test.go
oom_watcher.go Move from glog to klog 2018-11-10 07:50:31 -05:00
OWNERS Add labels to kubelet OWNERS files 2018-08-22 00:43:32 +03:00
pod_container_deletor_test.go
pod_container_deletor.go Move from glog to klog 2018-11-10 07:50:31 -05:00
pod_workers_test.go
pod_workers.go Move from glog to klog 2018-11-10 07:50:31 -05:00
reason_cache_test.go
reason_cache.go Simple code and typo fixed in in kubelet 2018-09-06 09:12:39 +08:00
runonce_test.go implement service account token projection 2018-06-04 17:22:08 -07:00
runonce.go Move from glog to klog 2018-11-10 07:50:31 -05:00
runtime.go improve err msg for runtimeError 2018-10-10 15:19:48 +08:00
util.go
volume_host.go Move from glog to klog 2018-11-10 07:50:31 -05:00