kubernetes/pkg/kubelet
Kubernetes Submit Queue 6fcf841d69 Merge pull request #52692 from wackxu/fbc
Automatic merge from submit-queue (batch tested with PRs 44596, 52708, 53163, 53167, 52692). If you want to cherry-pick this change to another branch, please follow the instructions <a href="https://github.com/kubernetes/community/blob/master/contributors/devel/cherry-picks.md">here</a>.

Fix the bad code comment and make the format unify

**What this PR does / why we need it**:

Fix the bad code comment and make the format unify

**Which issue this PR fixes** *(optional, in `fixes #<issue number>(, fixes #<issue_number>, ...)` format, will close that issue when PR gets merged)*: fixes #


**Release note**:

```release-note
NONE
```
2017-09-28 21:15:43 -07:00
..
apis Merge pull request #52708 from NickrenREN/kubereserved-localephemeral 2017-09-28 21:15:36 -07:00
cadvisor Merge pull request #50396 from bobbypage/stats 2017-09-23 13:40:56 -07:00
certificate remove unused code 2017-09-26 16:39:21 +08:00
client Use buildozer to delete licenses() rules except under third_party/ 2017-08-11 09:32:39 -07:00
cm Merge pull request #52692 from wackxu/fbc 2017-09-28 21:15:43 -07:00
config Merge pull request #49249 from orkun1675/patch-1 2017-09-28 13:55:48 -07:00
configmap Use buildozer to delete licenses() rules except under third_party/ 2017-08-11 09:32:39 -07:00
container kubelet: remove the --docker-exec-handler flag 2017-09-22 12:13:31 -07:00
custommetrics Use buildozer to delete licenses() rules except under third_party/ 2017-08-11 09:32:39 -07:00
deviceplugin Merge pull request #51975 from mindprince/deviceplugin-gpu-reviewers 2017-09-26 21:01:26 -07:00
dockershim Normalize RepoTags before checking for match 2017-09-27 20:51:31 -04:00
envvars Use buildozer to delete licenses() rules except under third_party/ 2017-08-11 09:32:39 -07:00
events Implement necessary API changes 2017-09-04 09:02:34 +02:00
eviction Merge pull request #52692 from wackxu/fbc 2017-09-28 21:15:43 -07:00
gpu Add an OWNERS file for deviceplugin package. Update OWNERS file for gpu package. 2017-09-05 13:46:13 -07:00
images update cadvisor, docker, and runc godeps 2017-09-05 12:38:57 -07:00
kubeletconfig Fix a potential file leak 2017-09-25 20:45:52 -07:00
kuberuntime fix #52462. Do not GC exited containers in running pods 2017-09-28 09:37:21 -07:00
leaky Use buildozer to delete licenses() rules except under third_party/ 2017-08-11 09:32:39 -07:00
lifecycle Admit NoNewPrivs for remote and rkt runtimes 2017-08-29 08:48:30 +08:00
metrics Move prometheus metrics for docker operations into dockershim 2017-09-25 10:03:17 -07:00
network Remove backward compatibility of hostportChainName 2017-09-10 00:24:00 +08:00
pleg Merge pull request #47806 from dcbw/fix-pod-ip-race 2017-09-22 21:01:50 -07:00
pod Change StatsProvider interface to provide container stats from either cadvisor or CRI and implement this interface using cadvisor 2017-08-25 13:11:26 -07:00
preemption Replace hard-code "cpu" and "memory" to consts 2017-08-16 16:37:50 +08:00
prober fix prober ticking shift for kubelet restarted cases 2017-09-08 17:31:02 +08:00
qos Use buildozer to delete licenses() rules except under third_party/ 2017-08-11 09:32:39 -07:00
remote Merge pull request #50988 from feiskyer/typo 2017-09-27 04:45:56 -07:00
rkt wait for container cleanup before deletion 2017-09-04 17:38:09 -07:00
rktshim Merge pull request #46105 from sjenning/update-conatiner-resource-cri 2017-08-11 14:14:00 -07:00
secret Use buildozer to delete licenses() rules except under third_party/ 2017-08-11 09:32:39 -07:00
server CRI: Allow configuring stdout/stderr streams for Exec/Attach requests 2017-09-20 16:40:15 -07:00
stats Fix CRI container/imagefs stats. 2017-09-18 07:48:20 +00:00
status Remove deprecated init-container in annotations 2017-08-25 13:39:29 +08:00
sysctl Use buildozer to delete licenses() rules except under third_party/ 2017-08-11 09:32:39 -07:00
types Typed static/mirror pod UID translation 2017-08-14 14:51:26 +02:00
util Make metav1.(Micro)?Time functions take pointers 2017-08-17 11:24:28 +02:00
volumemanager Add more reviewers for volume components 2017-09-26 10:24:21 -07:00
winstats Implement metrics for Windows Nodes 2017-09-14 06:32:51 +00: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 Merge pull request #50396 from bobbypage/stats 2017-09-23 13:40:56 -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 Change StatsProvider interface to provide container stats from either cadvisor or CRI and implement this interface using cadvisor 2017-08-25 13:11:26 -07:00
kubelet_network_test.go Merge pull request #48960 from sjenning/no-event-on-dns-dedup 2017-07-25 14:40:44 -07:00
kubelet_network.go Use constants instead of magic string for runtime names 2017-08-26 22:44:27 +08:00
kubelet_node_status_test.go Use separate client for node status loop 2017-09-14 15:56:22 -04:00
kubelet_node_status.go Merge pull request #50422 from karataliu/apid 2017-09-23 11:40:47 -07:00
kubelet_pods_test.go Implement mount propagation in kubelet 2017-09-01 21:36:33 +02:00
kubelet_pods_windows_test.go run root-rewrite-v1-..., compile 2017-06-22 10:25:57 -07:00
kubelet_pods.go fix #52462. Do not GC exited containers in running pods 2017-09-28 09:37:21 -07:00
kubelet_resources_test.go Added golint check for pkg/kubelet. 2017-07-19 11:33:06 +08:00
kubelet_resources.go Use 'Infof' instead of 'Errorf' for a debug log 2017-08-05 10:37:38 +08:00
kubelet_test.go Use separate client for node status loop 2017-09-14 15:56:22 -04:00
kubelet_volumes_test.go Added golint check for pkg/kubelet. 2017-07-19 11:33:06 +08:00
kubelet_volumes.go Revert "Remove deprecated and experimental fields from KubeletConfiguration" 2017-09-02 16:30:56 +02:00
kubelet.go Merge pull request #44596 from yanxuean/bugfix 2017-09-28 21:15:13 -07:00
networks_test.go Bump kubelet/networks test coverage 2017-05-17 11:20:06 +02:00
networks.go Added golint check for pkg/kubelet. 2017-07-19 11:33:06 +08: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 Added golint check for pkg/kubelet. 2017-07-19 11:33:06 +08:00
pod_workers_test.go Added golint check for pkg/kubelet. 2017-07-19 11:33:06 +08:00
pod_workers.go run hack/update-all 2017-06-22 11:31:03 -07: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 Share /var/lib/kubernetes on startup 2017-08-30 16:45:04 +02:00
runonce.go Added golint check for pkg/kubelet. 2017-07-19 11:33:06 +08:00
runtime.go
util.go Fix comments and typo in the error message. 2017-07-14 19:17:12 +02:00
volume_host.go Adding dynamic Flexvolume plugin discovery capability, using filesystem watch. 2017-08-25 11:42:32 -07:00