k3s/pkg/kubelet/kuberuntime
Kubernetes Submit Queue 2d914ee703 Merge pull request #53984 from sttts/sttts-legacyscheme
Automatic merge from submit-queue. 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>.

pkg/api: extract Scheme/Registry/Codecs into pkg/api/legacyscheme

This serves as

- a preparation for the pkg/api->pkg/apis/core move
- and makes the dependency to the scheme explicit when vizualizing
  left depenncies.

The later helps with our our efforts to split up the monolithic repo
into self-contained sub-repos, e.g. for kubectl, controller-manager
and kube-apiserver in the future.
2017-10-18 10:49:10 -07:00
..
BUILD Update bazel 2017-10-18 17:24:04 +02:00
doc.go
fake_kuberuntime_manager.go fix #52462. Do not GC exited containers in running pods 2017-09-28 09:37:21 -07:00
helpers.go Rename runtime/default to docker default 2017-08-13 15:42:15 +08:00
helpers_test.go follow our go code style: error->err 2017-07-07 09:34:38 +08:00
instrumented_services.go Fix CRI container/imagefs stats. 2017-09-18 07:48:20 +00:00
instrumented_services_test.go add TestStatus to instrumented_services_test 2017-10-17 18:33:02 +08:00
kuberuntime_container.go Merge pull request #52503 from joelsmith/journald-log-fallback 2017-10-17 13:18:15 -07:00
kuberuntime_container_test.go Fix typo in kubelet kuberuntime container test 2017-09-13 14:32:48 +02:00
kuberuntime_gc.go fix #52462. Do not GC exited containers in running pods 2017-09-28 09:37:21 -07:00
kuberuntime_gc_test.go fix #52462. Do not GC exited containers in running pods 2017-09-28 09:37:21 -07:00
kuberuntime_image.go
kuberuntime_image_test.go
kuberuntime_logs.go Use local JSON log buffer in parseDockerJSONLog. 2017-08-09 12:41:15 -04:00
kuberuntime_logs_test.go
kuberuntime_manager.go Merge pull request #53984 from sttts/sttts-legacyscheme 2017-10-18 10:49:10 -07:00
kuberuntime_manager_test.go Attempt at fixing UTs 2017-09-15 09:23:52 -07:00
kuberuntime_sandbox.go Support seccomp profile from container's security context 2017-08-13 15:42:15 +08:00
kuberuntime_sandbox_test.go
labels.go
labels_test.go
legacy.go
legacy_test.go
security_context.go Support seccomp profile from container's security context 2017-08-13 15:42:15 +08:00
security_context_test.go