k8snetworkplumbingwg / sriov-network-operator

Operator for provisioning and configuring SR-IOV CNI plugin and device plugin
Apache License 2.0
84 stars 114 forks source link

Avoid using iface.Name from spec during configuration. #807

Closed ykulazhenkov closed 22 hours ago

ykulazhenkov commented 1 week ago

This ensures proper handling when the interface name changed for some reason.

github-actions[bot] commented 1 week ago

Thanks for your PR, To run vendors CIs, Maintainers can use one of:

coveralls commented 1 week ago

Pull Request Test Coverage Report for Build 11937142059

Details


Changes Missing Coverage Covered Lines Changed/Added Lines %
pkg/host/internal/sriov/sriov.go 20 23 86.96%
<!-- Total: 20 23 86.96% -->
Files with Coverage Reduction New Missed Lines %
controllers/helper.go 1 69.6%
controllers/generic_network_controller.go 5 74.38%
<!-- Total: 6 -->
Totals Coverage Status
Change from base Build 11931554664: -0.04%
Covered Lines: 7099
Relevant Lines: 15109

💛 - Coveralls