kubernetes/pkg/registry/core/service/allocator
Antonio Ojea 96d71f01eb new bitmap allocator with offset
Implement a new bitmap allocator using an allocation strategy that accepts
and offset and subdivides the range based on this offset, prioritizing the
upper range for dynamic allocation.
2022-03-23 17:58:37 +01:00
..
storage Introduce storagebackend.ConfigForResource 2021-09-01 16:54:26 -04:00
bitmap_test.go new bitmap allocator with offset 2022-03-23 17:58:37 +01:00
bitmap.go new bitmap allocator with offset 2022-03-23 17:58:37 +01:00
interfaces.go new bitmap allocator with offset 2022-03-23 17:58:37 +01:00
utils_test.go Add extra test and benchmark for count bits 2021-10-01 17:08:36 +02:00
utils.go Speed up counting of bits in allocator 2021-10-01 17:09:56 +02:00