kubernetes/pkg
krishhna_dev ab8f857065 ipallocator: add IPv6 and dual-stack allocator tests
Replace the long-standing TODO in the MetaAllocator tests with real
coverage of the IPv6 and dual-stack paths:

- IPv6: allocate, exhaust, and release an fd00:1:2:3::/120 range,
  asserting 255 allocatable addresses (network reserved, no IPv6
  broadcast).
- Dual stack: an IPv6 allocator consumes only the IPv6 range of a
  dual-stack ServiceCIDR and returns ErrMismatchedNetwork for the
  IPv4 range.

newServiceCIDR now takes a variadic list of CIDRs.
2026-06-13 09:46:20 +00:00
..
admission/plugin
api testing: skip unserved extensions/v1beta1 in validation equivalence sweep 2026-06-11 06:35:35 +00:00
apis Merge pull request #139282 from adrianmoisey/promote-service-name-to-ga 2026-06-13 05:44:50 +05:30
auth Adapt the codebase to the Authorizer interface change 2026-05-13 18:34:51 +03:00
capabilities
certauthorization Add the Unconditional prefix to Authorizer and WantsAuthorizer interfaces 2026-05-07 22:22:14 +03:00
client
cluster/ports
controller Merge pull request #139457 from akhilsingh-git/fix/job-controller-active-count-backoff-139428 2026-06-11 11:34:41 +05:30
controlplane Merge pull request #134860 from danwinship/apiserver-service-proxy 2026-06-11 03:10:50 +05:30
credentialprovider clean up: remove loop variable capture 2026-04-28 23:53:27 +02:00
features Merge pull request #139282 from adrianmoisey/promote-service-name-to-ga 2026-06-13 05:44:50 +05:30
fieldpath
generated promotion to GA (stable) 2026-06-02 16:12:22 +00:00
kubeapiserver Merge pull request #137204 from luxas/authorizer-decision-to-struct 2026-05-27 02:32:00 +05:30
kubectl Remove v1alpha2 API definitions 2026-05-22 12:50:19 +00:00
kubelet Fix TestCheckpointStateRestore for newer Go versions 2026-06-12 21:24:36 +02:00
kubemark kubelet: thread logger through boot time lookup 2026-05-20 15:22:00 +08:00
printers Migrate references to v1alpha3 in tests, controllers, and remaining files 2026-05-22 12:50:19 +00:00
probe Remove redundant re-assignment in for-loops under pkg 2026-03-02 08:47:43 +01:00
proxy Merge pull request #139503 from princepereira/ppereira-create-lb-failure 2026-06-13 00:52:47 +05:30
quota/v1
registry ipallocator: add IPv6 and dual-stack allocator tests 2026-06-13 09:46:20 +00:00
routes
scheduler scheduler: fix pending pods metric accounting for entities with size > 1 2026-06-11 16:14:53 +08:00
security
securitycontext clean up: remove loop variable capture 2026-04-28 23:53:27 +02:00
serviceaccount Graduate old ServiceAccount metrics to BETA 2026-05-20 15:52:06 +08:00
util Merge pull request #138389 from gheffern/add-safe-sysctls-135972 2026-05-12 22:04:31 +05:30
volume Merge pull request #139075 from kAvEh--/fix-130069-fix-context-todo-kubelet-cm 2026-06-11 17:54:42 +05:30
windows/service
.import-restrictions
OWNERS