kubernetes/pkg/kubelet/kuberuntime
Kubernetes Prow Robot 6427e2c9c8
Merge pull request #122578 from carlory/lock-default-ConsistentHTTPGetHandlers
lock GA feature-gate ConsistentHTTPGetHandlers to default
2024-01-04 18:00:52 +01:00
..
logs Added mutex locks when accessing file object : addressed review comments 2023-10-28 17:32:13 +05:30
util kubelet: set user namespace options 2022-08-03 19:53:22 +02:00
convert_test.go Imagepull per runtime class alpha release changes 2023-10-31 15:52:46 -07:00
convert.go Imagepull per runtime class alpha release changes 2023-10-31 15:52:46 -07:00
doc.go
fake_kuberuntime_manager.go kubelet: create top-level traces for pod sync and GC 2023-03-11 10:42:14 +01:00
helpers_linux_test.go Remove unused getSeccompProfilePath helper function 2023-06-01 11:03:39 +02:00
helpers_linux.go In-place Pod Vertical Scaling - core implementation 2023-02-24 18:21:21 +00:00
helpers_test.go Imagepull per runtime class alpha release changes 2023-10-31 15:52:46 -07:00
helpers_unsupported.go Fix cpu share issues on systems with large amounts of cpu 2021-11-14 19:49:19 +00:00
helpers.go Imagepull per runtime class alpha release changes 2023-10-31 15:52:46 -07:00
instrumented_services_test.go Second attempt: Plumb context to Kubelet CRI calls (#113591) 2022-11-05 06:02:13 -07:00
instrumented_services.go add container filesystem to CRI api 2023-10-23 15:04:30 -04:00
kuberuntime_container_linux_test.go Only configure swap if available on node 2023-09-26 21:32:58 +02:00
kuberuntime_container_linux.go Only configure swap if available on node 2023-09-26 21:32:58 +02:00
kuberuntime_container_test.go lock GA feature-gate ConsistentHTTPGetHandlers to default 2024-01-04 15:12:08 +08:00
kuberuntime_container_unsupported.go In-place Pod Vertical Scaling - core implementation 2023-02-24 18:21:21 +00:00
kuberuntime_container_windows_test.go Add Windows support for IPPVS 2023-09-06 10:01:53 +03:00
kuberuntime_container_windows.go Add Windows support for IPPVS 2023-09-06 10:01:53 +03:00
kuberuntime_container.go Imagepull per runtime class alpha release changes 2023-10-31 15:52:46 -07:00
kuberuntime_gc_test.go Second attempt: Plumb context to Kubelet CRI calls (#113591) 2022-11-05 06:02:13 -07:00
kuberuntime_gc.go sidecars: terminate sidecars after main containers 2023-10-17 19:07:21 -05:00
kuberuntime_image_test.go Pass Pinned field to kubecontainer.Image 2023-08-17 00:32:59 +00:00
kuberuntime_image.go implementation of split disk kep 2023-11-01 14:46:33 -04:00
kuberuntime_logs.go
kuberuntime_manager_test.go Feature-gate SidecarContainers code in pkg/kubelet/kuberuntime 2023-09-01 00:13:47 +09:00
kuberuntime_manager.go Merge pull request #120620 from tzneal/sidecar-termination-ordering 2023-10-31 19:16:11 +01:00
kuberuntime_sandbox_linux_test.go Make kuberuntime unit tests environment independent + support cgroup v2 2023-07-14 14:52:27 +03:00
kuberuntime_sandbox_linux.go dedupe pod resource request calculation 2023-03-09 17:15:53 -06:00
kuberuntime_sandbox_test.go kubelet/kuberuntime: Fix flaky test 'TestGeneratePodSandboxConfig' 2023-04-25 17:29:25 +02:00
kuberuntime_sandbox_unsupported.go Make CRI v1 the default and allow a fallback to v1alpha2 2021-11-17 11:05:05 -08:00
kuberuntime_sandbox_windows.go Make CRI v1 the default and allow a fallback to v1alpha2 2021-11-17 11:05:05 -08:00
kuberuntime_sandbox.go Make kubelet label types public 2023-07-10 10:58:44 +02:00
kuberuntime_termination_order_test.go sidecars: terminate sidecars after main containers 2023-10-17 19:07:21 -05:00
kuberuntime_termination_order.go sidecars: terminate sidecars after main containers 2023-10-17 19:07:21 -05:00
labels_test.go kubelet: replace intstr.FromInt with intstr.FromInt32 2023-05-01 09:17:35 +02:00
labels.go Make kubelet label types public 2023-07-10 10:58:44 +02:00
legacy_test.go Merge pull request #114373 from TommyStarK/unit-tests/kubelet-kuberuntime 2023-03-10 04:34:58 -08:00
legacy.go Replaces path.Operation with filepath.Operation (kubelet) 2022-11-08 16:05:48 +00:00
security_context_others_test.go kubelet/kuberuntime: Improving test coverage 2023-03-10 11:06:54 +01:00
security_context_others.go generated: Run hack/update-gofmt.sh 2021-08-24 15:47:49 -04:00
security_context_windows_test.go Merge pull request #111020 from claudiubelu/adds-unittests-5 2022-07-29 19:29:11 -07:00
security_context_windows.go Windows: ensure runAsNonRoot does case-insensitive comparison on user name 2022-07-18 15:23:13 -07:00
security_context.go remove seccomp profile path 2023-04-26 20:08:06 +08:00