Skip to content

Commit fca4171

Browse files
committed
update the KEP README.md to add the additionally required details in the merged KEP's Test Plan section.
1 parent 119708b commit fca4171

File tree

1 file changed

+10
-0
lines changed
  • keps/sig-network/3070-reserved-service-ip-range

1 file changed

+10
-0
lines changed

keps/sig-network/3070-reserved-service-ip-range/README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
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 {
281282
This feature doesn't modify the cluster behavior, only the order on which dynamic IP are assigned to Services,
282283
there 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

0 commit comments

Comments
 (0)