kubernetes/pkg/controller/nodeipam/ipam
Sarvesh Rangnekar c791d69b3e Fix the nodeSelector key creation mechanism
Fixes the issue caused when multile ClusterCIDR objects have the same
nodeSelector values, order of the requirements in the nodeSelector is
not preserved when nodeSelector is marshalled and converted to a string.
2023-02-01 13:48:07 +00:00
..
cidrset add metric for max no. of CIDRs that can be allocated from CidrSet 2022-12-05 15:18:45 +00:00
multicidrset add metric for max no. of CIDRs that can be allocated from MultiCIDRSet 2022-12-05 15:18:45 +00:00
sync run hack/update-netparse-cve.sh 2021-08-20 10:42:09 +02:00
test Introduce MultiCIDRRangeAllocator 2022-08-06 00:10:39 +00:00
adapter.go Clean shutdown of nodeipam controller 2022-11-04 10:34:36 +01:00
cidr_allocator.go Introduce MultiCIDRRangeAllocator 2022-08-06 00:10:39 +00:00
cloud_cidr_allocator.go logging: fix names of keys 2023-01-23 14:24:29 +01:00
cloud_cidr_allocator_nolegacyproviders.go generated: Run hack/update-gofmt.sh 2021-08-24 15:47:49 -04:00
cloud_cidr_allocator_test.go generated: Run hack/update-gofmt.sh 2021-08-24 15:47:49 -04:00
controller_legacyprovider.go Clean shutdown of nodeipam controller 2022-11-04 10:34:36 +01:00
controller_test.go
doc.go Generate and format files 2022-07-26 13:14:05 -04:00
multi_cidr_priority_queue.go Add a priority queue to implement MultiCIDR tie-breaks 2022-08-05 01:06:43 +00:00
multi_cidr_priority_queue_test.go Add a priority queue to implement MultiCIDR tie-breaks 2022-08-05 01:06:43 +00:00
multi_cidr_range_allocator.go Fix the nodeSelector key creation mechanism 2023-02-01 13:48:07 +00:00
multi_cidr_range_allocator_test.go Fix the nodeSelector key creation mechanism 2023-02-01 13:48:07 +00:00
OWNERS update sig-network reviewers/approvers on controller manager 2022-09-19 10:34:39 +02:00
range_allocator.go use klog instead of klog.V(0) 2023-01-14 21:15:50 +08:00
range_allocator_test.go Introduce MultiCIDRRangeAllocator 2022-08-06 00:10:39 +00:00
timeout.go
timeout_test.go