k3s/pkg/kubelet
Davanum Srinivas e558e291d1
s/glog/klog/ - keep up with master
Change-Id: I27ff0545bc456ed8c0900cfeb90555f9ab7ae235
2018-11-10 07:57:01 -05:00
..
apis Update kubelet node status report logic with node lease feature 2018-11-07 11:59:42 -08:00
cadvisor Move from glog to klog 2018-11-10 07:50:31 -05:00
certificate Move from glog to klog 2018-11-10 07:50:31 -05:00
checkpoint Move from glog to klog 2018-11-10 07:50:31 -05:00
checkpointmanager
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 Move from glog to klog 2018-11-10 07:50:31 -05:00
config Move from glog to klog 2018-11-10 07:50:31 -05:00
configmap
container Move from glog to klog 2018-11-10 07:50:31 -05:00
custommetrics
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 Move from glog to klog 2018-11-10 07:50:31 -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 Move from glog to klog 2018-11-10 07:50:31 -05: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 Move from glog to klog 2018-11-10 07:50:31 -05:00
mountpod Move from glog to klog 2018-11-10 07:50:31 -05:00
network Move from glog to klog 2018-11-10 07:50:31 -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 Move from glog to klog 2018-11-10 07:50:31 -05:00
pod Move from glog to klog 2018-11-10 07:50:31 -05:00
preemption Move from glog to klog 2018-11-10 07:50:31 -05:00
prober Move from glog to klog 2018-11-10 07:50:31 -05:00
qos
remote Move from glog to klog 2018-11-10 07:50:31 -05:00
runtimeclass Implement RuntimeClass support for the Kubelet & CRI 2018-09-04 13:45:11 -07:00
secret
server Move from glog to klog 2018-11-10 07:50:31 -05: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
token Move from glog to klog 2018-11-10 07:50:31 -05:00
types critical pod test should not rely on feature gate set in framework; non-critical pods are always preemptable 2018-09-07 17:43:42 -07:00
util s/glog/klog/ - keep up with master 2018-11-10 07:57:01 -05:00
volumemanager Move from glog to klog 2018-11-10 07:50:31 -05:00
winstats Move from glog to klog 2018-11-10 07:50:31 -05:00
BUILD 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
active_deadline.go
active_deadline_test.go
doc.go
errors.go Start synchronizing pods after network is ready. 2018-09-21 10:12:49 +02:00
kubelet.go Move from glog to klog 2018-11-10 07:50:31 -05:00
kubelet_getters.go Move from glog to klog 2018-11-10 07:50:31 -05:00
kubelet_getters_test.go
kubelet_network.go Move from glog to klog 2018-11-10 07:50:31 -05: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_node_status.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_pods.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 to inject KUBERNETES_ env vars when enableServiceLinks is 2018-09-17 16:28:49 -04:00
kubelet_pods_windows_test.go Address CR comments and add more tests 2018-10-26 00:29:27 -07:00
kubelet_resources.go Move from glog to klog 2018-11-10 07:50:31 -05:00
kubelet_resources_test.go
kubelet_test.go Merge pull request #65567 from ceshihao/pod_status_after_eviction 2018-10-17 11:56:41 -07:00
kubelet_volumes.go Move from glog to klog 2018-11-10 07:50:31 -05:00
kubelet_volumes_test.go
oom_watcher.go Move from glog to klog 2018-11-10 07:50:31 -05:00
oom_watcher_test.go
pod_container_deletor.go Move from glog to klog 2018-11-10 07:50:31 -05:00
pod_container_deletor_test.go
pod_workers.go Move from glog to klog 2018-11-10 07:50:31 -05:00
pod_workers_test.go
reason_cache.go Simple code and typo fixed in in kubelet 2018-09-06 09:12:39 +08:00
reason_cache_test.go
runonce.go Move from glog to klog 2018-11-10 07:50:31 -05:00
runonce_test.go
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