File tree Expand file tree Collapse file tree 1 file changed +10
-0
lines changed
keps/sig-network/3070-reserved-service-ip-range Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Original file line number Diff line number Diff line change 1515 - [ Current Services ClusterIPs allocation model] ( #current-services-clusterips-allocation-model )
1616 - [ Proposed Services ClusterIPs allocation model] ( #proposed-services-clusterips-allocation-model )
1717 - [ Test Plan] ( #test-plan )
18+ - [ Unit tests] ( #unit-tests )
1819 - [ Graduation Criteria] ( #graduation-criteria )
1920 - [ Alpha] ( #alpha )
2021 - [ Beta] ( #beta )
@@ -281,8 +282,17 @@ type randomScanReservedStrategy struct {
281282This feature doesn't modify the cluster behavior, only the order on which dynamic IP are assigned to Services,
282283there is no need for e2e or integration tests, unit tests are enough.
283284
285+
286+ [x] I/we understand the owners of the involved components may require updates to
287+ existing tests to make this code solid enough prior to committing the changes necessary
288+ to implement this enhancement.
289+
290+ ##### Unit tests
291+
292+
284293- pkg/registry/core/service/allocator/bitmap_test.go - 84.2
285294- pkg/registry/core/service/ipallocator/allocator_test.go - 87
295+
286296### Graduation Criteria
287297
288298#### Alpha
You can’t perform that action at this time.
0 commit comments