kubernetes/pkg
Patrick Ohly fb94a99d2f DRA device taints: artificially delay pod deletion during test
We can observe the delay in the metric histogram. Because we run in a synctest
bubble, the delay is 100% predictable.

Unfortunately we cannot use the reactor mechanism of the fake client: that
delays while holding the fake's mutex. When some other goroutine (in this case,
the event recorder) calls the client, it gets blocked without being considered
durably blocked by synctest, so time does not advance and the test gets stuck.
2026-02-27 07:47:28 +01:00
..
api Merge pull request #136620 from yongruilin/master_vg-fix-fuzz 2026-01-30 03:08:04 +05:30
apis remove Pod Generation feature gate from field descriptions 2026-02-10 21:33:09 +00:00
auth wire in ctx to rbac plugins 2024-09-17 20:04:02 +03:00
capabilities remove import doc comments 2024-12-02 16:59:34 +01:00
certauthorization Pod Certificates: Basic implementation 2025-07-21 21:49:57 +00:00
client test: code coverage increase for kubelet_client 2025-06-25 13:39:12 +08:00
cluster/ports remove import doc comments 2024-12-02 16:59:34 +01:00
controller DRA device taints: artificially delay pod deletion during test 2026-02-27 07:47:28 +01:00
controlplane Merge pull request #135675 from richabanker/merged-discovery 2026-02-11 06:12:07 +05:30
credentialprovider Migrate pkg/credentialprovider to structured logging 2025-08-11 16:41:55 -07:00
features kubelet: promote the CustomCPUCFSQuotaPeriod to GA 2026-02-09 08:27:21 +01:00
fieldpath remove import doc comments 2024-12-02 16:59:34 +01:00
generated Merge pull request #135256 from natasha41575/pod-gen-field 2026-02-11 05:17:59 +05:30
kubeapiserver Drop StructuredAuthorizationConfiguration feature gate 2026-01-26 11:35:39 -06:00
kubectl React to removing autoscaling v2beta1 and v2beta2 2025-12-05 11:59:30 +01:00
kubelet Merge pull request #134981 from haircommander/drop-cpu-load 2026-02-11 03:00:01 +05:30
kubemark remove portworx from in-tree volume plugins 2026-01-19 11:35:30 +08:00
printers Use latest API for column definitions in printers 2026-01-08 11:54:28 +01:00
probe build: remove deprecated '// +build' tag 2025-12-18 12:16:21 +01:00
proxy refactor(kube-proxy): remove redundant empty endpoints check in topologyModeFromHints 2026-02-06 21:56:58 +05:30
quota/v1 locked the feature-gate VolumeAttributesClass to default (true) and switch storage version from v1beta1 to v1 2025-12-18 15:59:33 +08:00
registry fix flake on ipaddress allocator integration test 2026-02-10 10:34:47 +00:00
routes build: remove deprecated '// +build' tag 2025-12-18 12:16:21 +01:00
scheduler Merge pull request #135395 from pohly/apimachinery-wait-for-cache-sync 2026-02-11 06:11:59 +05:30
security build: remove deprecated '// +build' tag 2025-12-18 12:16:21 +01:00
securitycontext Merge pull request #131018 from saschagrunert/default-masked-paths 2025-07-15 10:56:23 -07:00
serviceaccount Service account controller: Wire through context 2025-12-04 19:30:55 -05:00
util build: remove deprecated '// +build' tag 2025-12-18 12:16:21 +01:00
volume Fix:NewUnmounter always returns error while deleting pod after node reboot 2026-02-02 10:55:01 +08:00
windows/service build: remove deprecated '// +build' tag 2025-12-18 12:16:21 +01:00
.import-restrictions restrict the use of scheme internally to client-go 2025-05-16 08:48:39 +00:00
OWNERS