kubernetes/pkg
Maciej Wyrzuc 4a326b0196 Preempt pods in prebind phase without delete calls.
This change allows the preemption to preempt a pod that is not yet
bound, but is already in prebind phase) without issuing a delete call to the
apiserver.

Pods are added to a special map of pods currently in prebind phaseand
preemption can cancel the context that is used for given pod prebind phase ,
allowing it to gracefully handle error in the same manner as errors
coming out from prebind plugins. This results in pods being pushed to
backoff queue, allowing them to be rescheduled in upcoming scheduling
cycles.
2026-02-18 09:00:23 +00:00
..
api Merge pull request #136793 from yongruilin/master_vg-strategy-alpha 2026-02-13 07:16:00 +05:30
apis Merge pull request #135715 from darshansreenivas/dtumkur-pr-network-tag-cidr 2026-02-16 07:01:58 +05:30
auth
capabilities
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
controller Merge pull request #135820 from pohly/dra-sharing-claim-sequentially-test 2026-02-13 01:50:09 +05:30
controlplane Merge pull request #136921 from dims/dump-from-utils 2026-02-12 22:28:10 +05:30
credentialprovider Migrate pkg/credentialprovider to structured logging 2025-08-11 16:41:55 -07:00
features Merge pull request #135808 from tico88612/cleanup/SeparateCacheWatchRPC 2026-02-13 08:53:59 +05:30
fieldpath
generated api: enable optionalorrequired linter for authentication API 2026-02-13 17:40:47 -08:00
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 #136952 from dgrisonnet/kubelet-metrics-provider 2026-02-13 04:44:00 +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 proxy/utils: Use net.JoinHostPort to format address. 2026-02-15 16:53:17 +01:00
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 Merge pull request #135715 from darshansreenivas/dtumkur-pr-network-tag-cidr 2026-02-16 07:01:58 +05:30
routes build: remove deprecated '// +build' tag 2025-12-18 12:16:21 +01:00
scheduler Preempt pods in prebind phase without delete calls. 2026-02-18 09:00:23 +00:00
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 Move dump package from apimachinery to k8s.io/utils 2026-02-12 07:34:19 -05:00
volume Merge pull request #136400 from vinayakankugoyal/gitrepo 2026-02-13 03:58:10 +05:30
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