k3s/pkg/kubelet/dockershim
Kubernetes Submit Queue b543f67fc8 Merge pull request #53297 from x1957/code_format
Automatic merge from submit-queue (batch tested with PRs 53297, 53328). 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>.

format some code in dockershim

**What this PR does / why we need it**:
format some code in dockershim

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

**Special notes for your reviewer**:

**Release note**:

```release-note
None
```
2017-10-10 11:20:34 -07:00
..
cm Use buildozer to delete licenses() rules except under third_party/ 2017-08-11 09:32:39 -07:00
errors Use buildozer to delete licenses() rules except under third_party/ 2017-08-11 09:32:39 -07:00
fixtures/seccomp Add the seccomp profile loading test to dockershim 2017-05-03 12:55:56 -07:00
libdocker Merge pull request #53297 from x1957/code_format 2017-10-10 11:20:34 -07:00
metrics Move prometheus metrics for docker operations into dockershim 2017-09-25 10:03:17 -07:00
remote Implement CRI stats in dockershim for Windows 2017-10-02 04:10:48 +00:00
testing Use buildozer to delete licenses() rules except under third_party/ 2017-08-11 09:32:39 -07:00
BUILD Merge pull request #51152 from bobbypage/cri 2017-10-02 14:49:12 -07:00
checkpoint_store.go dockershim: check if f.Sync() returns an error and surface it 2017-09-07 16:05:02 -07:00
checkpoint_store_test.go initialize directory while creating checkpoint file store 2017-02-17 16:56:46 -08:00
convert.go Updates Docker Engine API 2017-07-13 12:55:07 -07:00
convert_test.go Updates Docker Engine API 2017-07-13 12:55:07 -07:00
doc.go Update CRI references 2017-06-09 10:16:40 +08:00
docker_checkpoint.go dockershim: checkpoint HostNetwork property 2017-06-21 13:10:47 -05:00
docker_checkpoint_test.go dockershim: checkpoint HostNetwork property 2017-06-21 13:10:47 -05:00
docker_container.go Merge pull request #50509 from feiskyer/link-logs 2017-09-27 05:32:23 -07:00
docker_container_test.go Merge pull request #49107 from edevil/try_remove_old_log 2017-07-20 15:08:17 -07:00
docker_image.go Implement CRI stats in dockershim for Windows 2017-10-02 04:10:48 +00:00
docker_image_linux.go Implement CRI stats in dockershim for Windows 2017-10-02 04:10:48 +00:00
docker_image_test.go Updates Docker Engine API 2017-07-13 12:55:07 -07:00
docker_image_unsupported.go Implement CRI stats in dockershim for Windows 2017-10-02 04:10:48 +00:00
docker_image_windows.go Implement CRI stats in dockershim for Windows 2017-10-02 04:10:48 +00:00
docker_sandbox.go Merge pull request #52864 from dcbw/dockershim-fix-net-teardown 2017-09-24 04:32:12 -07:00
docker_sandbox_test.go dockershim: don't spam logs with pod IP errors before networking is ready 2017-06-12 15:07:38 -05:00
docker_service.go format some code in dockershim 2017-10-08 22:30:37 +08:00
docker_service_test.go dockershim: remove support for legacy containers 2017-09-11 08:44:27 -07:00
docker_stats_linux.go Implement CRI stats in dockershim for Windows 2017-10-02 04:10:48 +00:00
docker_stats_unsupported.go Implement CRI stats in dockershim for Windows 2017-10-02 04:10:48 +00:00
docker_stats_windows.go Implement CRI stats in dockershim for Windows 2017-10-02 04:10:48 +00:00
docker_streaming.go Fix TODO: rename podInfraContainerID to podSandboxID 2017-07-20 17:45:55 -07:00
exec.go kubelet: remove the --docker-exec-handler flag 2017-09-22 12:13:31 -07:00
helpers.go enable to specific unconfined AppArmor profile 2017-09-28 10:06:36 +08:00
helpers_linux.go Rename runtime/default to docker default 2017-08-13 15:42:15 +08:00
helpers_linux_test.go Rename runtime/default to docker default 2017-08-13 15:42:15 +08:00
helpers_test.go Use credentials from providers for docker sandbox image 2017-09-09 07:02:04 +08:00
helpers_unsupported.go Use seccomp from security context 2017-08-13 15:42:15 +08:00
helpers_windows.go Fix make cross build failure 2017-08-15 14:25:35 -04:00
naming.go Update CRI references 2017-06-09 10:16:40 +08:00
naming_test.go Update CRI references 2017-06-09 10:16:40 +08:00
security_context.go Merge pull request #47019 from jessfraz/allowPrivilegeEscalation 2017-07-31 16:56:58 -07:00
security_context_test.go Updates Docker Engine API 2017-07-13 12:55:07 -07:00
selinux_util.go dockershim: clean up unused security context code 2017-07-10 17:48:26 -07:00
selinux_util_test.go dockershim: clean up unused security context code 2017-07-10 17:48:26 -07:00