kubernetes/pkg/kubelet/kuberuntime
Kubernetes Prow Robot 6a79a8a57c
Merge pull request #115835 from HirazawaUi/fix-terminationGracePeriod-bug
fix terminationGracePeriod blocked by preStop
2023-06-14 10:34:18 -07:00
..
logs fix fd leaks and failed file removing for main pkg and cmd 2023-05-09 09:24:11 -05:00
util kubelet: set user namespace options 2022-08-03 19:53:22 +02:00
convert_test.go Make CRI v1 the default and allow a fallback to v1alpha2 2021-11-17 11:05:05 -08:00
convert.go Make CRI v1 the default and allow a fallback to v1alpha2 2021-11-17 11:05:05 -08: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 kubelet/kuberuntime: Improving test coverage 2023-03-10 11:06:54 +01: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 Remove unused getSeccompProfilePath helper function 2023-06-01 11:03:39 +02: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 fake runtimes and CRI changes for KEP-2371 2022-11-08 14:47:08 -05:00
kuberuntime_container_linux_test.go Replace diff.ObjectDiff with cmp.Equal 2023-04-12 08:45:32 -07:00
kuberuntime_container_linux.go kill all processes in a container in the event of OOM 2023-06-12 15:49:01 -05:00
kuberuntime_container_test.go Merge pull request #116575 from claudiubelu/fixes-kuberuntime-unittests 2023-05-03 13:48:42 -07: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 unittests: Fixes unit tests for Windows (part 6) 2023-01-31 11:49:26 +00:00
kuberuntime_container_windows.go In-place Pod Vertical Scaling - core implementation 2023-02-24 18:21:21 +00:00
kuberuntime_container.go fix terminationGracePeriod blocked by preStop 2023-06-04 01:04:13 +08: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 optimize evict sandbox logic 2023-04-13 09:02:46 +08:00
kuberuntime_image_test.go using parsers in applyDefaultImageTag 2023-05-15 15:53:47 +00:00
kuberuntime_image.go Second attempt: Plumb context to Kubelet CRI calls (#113591) 2022-11-05 06:02:13 -07:00
kuberuntime_logs.go
kuberuntime_manager_test.go Merge pull request #116575 from claudiubelu/fixes-kuberuntime-unittests 2023-05-03 13:48:42 -07:00
kuberuntime_manager.go Replace diff.ObjectDiff with cmp.Equal 2023-04-12 08:45:32 -07:00
kuberuntime_sandbox_linux_test.go kubelet/kuberuntime: Fix flaky test 'TestGeneratePodSandboxConfig' 2023-04-25 17:29:25 +02: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 Default to sandbox Seccomp field instead of SeccompProfilePath 2023-02-20 12:16:32 +01:00
labels_test.go kubelet: replace intstr.FromInt with intstr.FromInt32 2023-05-01 09:17:35 +02:00
labels.go In-place Pod Vertical Scaling - core implementation 2023-02-24 18:21:21 +00: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