kubernetes/pkg/registry/core/service
Abhijit Hoskeri 22551e56a6 Fix IPv6 allocator for /64 CIDRs
An ipAllocator with a 64 bit IPv6 CIDR can allocate
addresses outside the CIDR range, due to an improper uint64 to int64
cast in the addOffsetAddress function.

Replace the cast with a call to `math/big.Int.SetUint64()`.
2025-09-22 11:07:57 -07:00
..
allocator Enforce that all resources set resourcePrefix 2025-09-04 00:11:15 +02:00
ipallocator Fix IPv6 allocator for /64 CIDRs 2025-09-22 11:07:57 -07:00
portallocator Enforce that all resources set resourcePrefix 2025-09-04 00:11:15 +02:00
storage Bump k8s.io/kube-openapi to latest SHA (f3f2b991d03b) 2025-07-14 07:24:48 -04:00
doc.go remove import doc comments 2024-12-02 16:59:34 +01:00
OWNERS add aojea as approver for networking APIs: services/allocators, networking group, ... 2023-01-29 00:10:06 +00:00
proxy.go Remove GetSingularName for subresources 2022-11-18 12:21:19 +03:00
strategy.go Bump k8s.io/kube-openapi to latest SHA (f3f2b991d03b) 2025-07-14 07:24:48 -04:00
strategy_test.go Add warnings to all IP/CIDR-valued fields 2025-03-07 11:00:11 -05:00