..
apis
Run hack/update-bazel.sh
2018-06-22 16:22:57 -07:00
cadvisor
Run hack/update-bazel.sh
2018-06-22 16:22:57 -07:00
certificate
Run hack/update-bazel.sh
2018-06-22 16:22:57 -07:00
checkpoint
Run hack/update-bazel.sh
2018-06-22 16:22:57 -07:00
checkpointmanager
Make 'pod' package to use unified checkpointManager
2018-04-16 01:30:20 -04:00
client
Run hack/update-bazel.sh
2018-06-22 16:22:57 -07:00
cm
Merge pull request #59214 from kdembler/cpumanager-checkpointing
2018-06-25 18:19:00 -07:00
config
Run hack/update-bazel.sh
2018-06-22 16:22:57 -07:00
configmap
Run hack/update-bazel.sh
2018-06-22 16:22:57 -07:00
container
Run hack/update-bazel.sh
2018-06-22 16:22:57 -07:00
custommetrics
Run hack/update-bazel.sh
2018-06-22 16:22:57 -07:00
dockershim
Run hack/update-bazel.sh
2018-06-22 16:22:57 -07:00
envvars
Run hack/update-bazel.sh
2018-06-22 16:22:57 -07:00
events
Improve messaging on resize
2018-01-29 15:07:51 -05:00
eviction
Run hack/update-bazel.sh
2018-06-22 16:22:57 -07:00
images
Run hack/update-bazel.sh
2018-06-22 16:22:57 -07:00
kubeletconfig
Run hack/update-bazel.sh
2018-06-22 16:22:57 -07:00
kuberuntime
Run hack/update-bazel.sh
2018-06-22 16:22:57 -07:00
leaky
update BUILD files
2017-10-15 18:18:13 -07:00
lifecycle
Run hack/update-bazel.sh
2018-06-22 16:22:57 -07:00
logs
Run hack/update-bazel.sh
2018-06-22 16:22:57 -07:00
metrics
Run hack/update-bazel.sh
2018-06-22 16:22:57 -07:00
mountpod
Run hack/update-bazel.sh
2018-06-22 16:22:57 -07:00
network
Run hack/update-bazel.sh
2018-06-22 16:22:57 -07:00
pleg
Run hack/update-bazel.sh
2018-06-22 16:22:57 -07:00
pod
Run hack/update-bazel.sh
2018-06-22 16:22:57 -07:00
preemption
Run hack/update-bazel.sh
2018-06-22 16:22:57 -07:00
prober
Run hack/update-bazel.sh
2018-06-22 16:22:57 -07:00
qos
Run hack/update-bazel.sh
2018-06-22 16:22:57 -07:00
remote
Update to gazelle 0.12.0 and run hack/update-bazel.sh
2018-06-22 16:22:18 -07:00
secret
Run hack/update-bazel.sh
2018-06-22 16:22:57 -07:00
server
Run hack/update-bazel.sh
2018-06-22 16:22:57 -07:00
stats
Run hack/update-bazel.sh
2018-06-22 16:22:57 -07:00
status
Run hack/update-bazel.sh
2018-06-22 16:22:57 -07:00
sysctl
Run make update
2018-06-06 00:12:40 +02:00
token
Run hack/update-bazel.sh
2018-06-22 16:22:57 -07:00
types
Run hack/update-bazel.sh
2018-06-22 16:22:57 -07:00
util
Run hack/update-bazel.sh
2018-06-22 16:22:57 -07:00
volumemanager
Run hack/update-bazel.sh
2018-06-22 16:22:57 -07:00
winstats
Run hack/update-bazel.sh
2018-06-22 16:22:57 -07:00
active_deadline_test.go
run hack/update-all
2017-06-22 11:31:03 -07:00
active_deadline.go
run hack/update-all
2017-06-22 11:31:03 -07:00
BUILD
Run hack/update-bazel.sh
2018-06-22 16:22:57 -07:00
doc.go
kubelet_getters_test.go
kubelet: remove code for handling old pod/containers paths.
2017-07-20 13:10:15 +02:00
kubelet_getters.go
Apply pod name and namespace labels for pod cgroup for cadvisor metrics
2018-05-07 14:51:12 -04:00
kubelet_network_test.go
Move the kubelet network package down to dockershim
2018-04-11 09:25:56 -07:00
kubelet_network.go
Move hairpin mode logic to dockershim
2018-04-11 09:21:17 -07:00
kubelet_node_status_test.go
Merge pull request #64784 from jiayingz/status-ready
2018-06-06 01:24:21 -07:00
kubelet_node_status.go
Merge pull request #64491 from hzxuzhonghu/kubelet-node-schedule-event-record
2018-06-20 23:02:52 -07:00
kubelet_pods_test.go
Merge pull request #64006 from Random-Liu/streaming-auth
2018-05-31 22:45:29 -07:00
kubelet_pods_windows_test.go
Add dynamic environment variable substitution to subpaths
2018-05-29 17:01:09 +01:00
kubelet_pods.go
Inject ContainersReady
2018-06-05 11:10:38 -07:00
kubelet_resources_test.go
Added golint check for pkg/kubelet.
2017-07-19 11:33:06 +08:00
kubelet_resources.go
apimachinery: remove Scheme.DeepCopy
2017-10-06 14:59:17 +02:00
kubelet_test.go
Merge pull request #64860 from wgliang/master.kubelet-check-limit
2018-06-22 04:43:16 -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
Fix issue with race condition during pod deletion
2018-03-15 15:35:37 -07:00
kubelet.go
Merge pull request #64860 from wgliang/master.kubelet-check-limit
2018-06-22 04:43:16 -07:00
oom_watcher_test.go
run root-rewrite-import-client-go-api-types
2017-06-22 11:30:59 -07:00
oom_watcher.go
Added golint check for pkg/kubelet.
2017-07-19 11:33:06 +08:00
OWNERS
Name change: s/timstclair/tallclair/
2017-07-10 14:05:46 -07:00
pod_container_deletor_test.go
Added golint check for pkg/kubelet.
2017-07-19 11:33:06 +08:00
pod_container_deletor.go
kubelet: force filterContainerID to empty string when removeAll is true
2018-04-30 16:29:17 -05:00
pod_workers_test.go
Correct TestUpdatePod comment
2017-10-20 09:41:18 +08:00
pod_workers.go
fixes document grammar
2018-02-20 10:38:41 -05:00
reason_cache_test.go
Added golint check for pkg/kubelet.
2017-07-19 11:33:06 +08:00
reason_cache.go
Added golint check for pkg/kubelet.
2017-07-19 11:33:06 +08:00
runonce_test.go
implement service account token projection
2018-06-04 17:22:08 -07:00
runonce.go
fix todo:add function getFailContainer to report which containers failed the pod
2018-03-15 09:38:02 +08:00
runtime.go
cleanup some dead kubelet code
2018-05-29 22:38:01 +08:00
util.go
Fix comments and typo in the error message.
2017-07-14 19:17:12 +02:00
volume_host.go
implement service account token projection
2018-06-04 17:22:08 -07:00