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 15
15
- [ Current Services ClusterIPs allocation model] ( #current-services-clusterips-allocation-model )
16
16
- [ Proposed Services ClusterIPs allocation model] ( #proposed-services-clusterips-allocation-model )
17
17
- [ Test Plan] ( #test-plan )
18
+ - [ Unit tests] ( #unit-tests )
18
19
- [ Graduation Criteria] ( #graduation-criteria )
19
20
- [ Alpha] ( #alpha )
20
21
- [ Beta] ( #beta )
@@ -281,8 +282,17 @@ type randomScanReservedStrategy struct {
281
282
This feature doesn't modify the cluster behavior, only the order on which dynamic IP are assigned to Services,
282
283
there is no need for e2e or integration tests, unit tests are enough.
283
284
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
+
284
293
- pkg/registry/core/service/allocator/bitmap_test.go - 84.2
285
294
- pkg/registry/core/service/ipallocator/allocator_test.go - 87
295
+
286
296
### Graduation Criteria
287
297
288
298
#### Alpha
You can’t perform that action at this time.
0 commit comments