Skip to content

Commit 36ed6ca

Browse files
committed
update unit test coverage
1 parent 2e729cc commit 36ed6ca

File tree

1 file changed

+9
-3
lines changed
  • keps/sig-network/1880-multiple-service-cidrs

1 file changed

+9
-3
lines changed

keps/sig-network/1880-multiple-service-cidrs/README.md

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -564,12 +564,18 @@ make this code solid enough prior to committing the changes necessary to impleme
564564

565565
- cmd/kube-apiserver/app/options/validation_test.go: 06/02/23 - 99.1
566566
- pkg/apis/networking/validation/validation_test.go: 06/02/23 - 91.7
567+
- pkg/controller/servicecidrs/servicecidrs_controller.go: 11/06/24 - 64.3
567568
- pkg/controlplane/instance_test.go: 06/02/23 - 49.7
569+
- pkg/controlplane/controller/defaultservicecidr/default_servicecidr_controller.go: 11/06/24 - 43.3
568570
- pkg/printers/internalversion/printers_test.go: 06/02/23 - 49.7
569571
- pkg/registry/core/service/ipallocator/bitmap_test.go: 06/02/23 - 86.9
570-
- pkg/registry/core/service/ipallocator/controller/repairip_test.go: 06/02/23 - 0 (new)
571-
- pkg/registry/core/service/ipallocator/ipallocator_test.go: 06/02/23 - 0 (new)
572-
- pkg/registry/networking/ipaddress/strategy_test.go: 06/02/23 - 0 (new)
572+
- pkg/registry/core/service/ipallocator/cidrallocator_test.go: 11/06/24 - 69.3
573+
- pkg/registry/core/service/ipallocator/ipallocator_test.go: 11/06/24 - 80.1
574+
- pkg/registry/core/service/ipallocator/metrics_test.go: 11/06/24 - 100
575+
- pkg/registry/core/service/ipallocator/controller/metrics_test.go: 11/06/24 - 100
576+
- pkg/registry/core/service/ipallocator/controller/repair_test.go: 11/06/24 - 74.4
577+
- pkg/registry/core/service/ipallocator/controller/repairip_test.go: 11/06/24 - 47.6
578+
- pkg/registry/networking/ipaddress/strategy_test.go: 11/06/24 - 77.8
573579
- staging/src/k8s.io/kubectl/pkg/describe/describe_test.go: 06/02/23 - 49.7
574580

575581
##### Integration tests

0 commit comments

Comments
 (0)