k3s/pkg/kubelet/kuberuntime
Lantao Liu 0ac651bfc3 Include pod logs in the pod ephemeral storage.
Signed-off-by: Lantao Liu <lantaol@google.com>
2019-03-08 16:42:14 -08:00
..
logs Move from glog to klog 2018-11-10 07:50:31 -05:00
BUILD Kubelet changes for Windows GMSA support 2019-02-05 09:17:46 -08:00
doc.go
fake_kuberuntime_manager.go Merge pull request #68181 from Pingan2017/golint 2018-09-28 01:56:26 -07:00
helpers.go Include pod logs in the pod ephemeral storage. 2019-03-08 16:42:14 -08:00
helpers_linux.go fix #73264 cpuPeriod was not reset, but used as it is if alpha gate is disabled 2019-02-01 16:45:43 +01:00
helpers_linux_test.go Fix unit tests calling SetFeatureGateDuringTest incorrectly 2018-11-21 11:51:33 -05:00
helpers_test.go Fix unit tests calling SetFeatureGateDuringTest incorrectly 2018-11-21 11:51:33 -05:00
helpers_unsupported.go
helpers_windows.go
instrumented_services.go Fit RuntimeClass metrics to prometheus conventions 2019-02-19 12:46:37 -08:00
instrumented_services_test.go rename latency to duration in metrics 2019-02-18 17:40:04 +08:00
kuberuntime_container.go New pod log directory /var/log/pods/NAMESPACE_NAME_UID. 2019-03-08 16:42:14 -08:00
kuberuntime_container_linux.go fix #73264 cpuPeriod was not reset, but used as it is if alpha gate is disabled 2019-02-01 16:45:43 +01:00
kuberuntime_container_linux_test.go Merge pull request #72280 from verb/kubelet-no-containertype 2019-01-10 01:18:41 -08:00
kuberuntime_container_test.go New pod log directory /var/log/pods/NAMESPACE_NAME_UID. 2019-03-08 16:42:14 -08:00
kuberuntime_container_unsupported.go
kuberuntime_container_windows.go Kubelet changes for Windows GMSA support 2019-02-05 09:17:46 -08:00
kuberuntime_container_windows_test.go Review comments 2019-02-05 16:53:17 -08:00
kuberuntime_gc.go New pod log directory /var/log/pods/NAMESPACE_NAME_UID. 2019-03-08 16:42:14 -08:00
kuberuntime_gc_test.go New pod log directory /var/log/pods/NAMESPACE_NAME_UID. 2019-03-08 16:42:14 -08:00
kuberuntime_image.go Pass PodSandboxConfig to PullImage method in CRI 2018-12-07 10:10:22 +08:00
kuberuntime_image_test.go Pass PodSandboxConfig to PullImage method in CRI 2018-12-07 10:10:22 +08:00
kuberuntime_logs.go kubelet: plumb context for log requests 2018-08-10 17:35:46 -07:00
kuberuntime_manager.go Merge pull request #73802 from Random-Liu/handle-unknown-state 2019-02-14 15:50:12 -08:00
kuberuntime_manager_test.go New pod log directory /var/log/pods/NAMESPACE_NAME_UID. 2019-03-08 16:42:14 -08:00
kuberuntime_sandbox.go Include pod logs in the pod ephemeral storage. 2019-03-08 16:42:14 -08:00
kuberuntime_sandbox_test.go New pod log directory /var/log/pods/NAMESPACE_NAME_UID. 2019-03-08 16:42:14 -08:00
labels.go Remove container type from kubelet runtime labels 2018-12-21 15:47:47 +01:00
labels_test.go Remove container type from kubelet runtime labels 2018-12-21 15:47:47 +01:00
legacy.go fix golint failures - /pkg/kubelet/images 2018-09-17 10:52:25 +08:00
legacy_test.go fix golint failures - /pkg/kubelet/images 2018-09-17 10:52:25 +08:00
security_context.go ProcMount: add api options and feature gate 2018-08-30 11:40:02 -04:00
security_context_test.go