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

fix: regenerate API pkg with controller-gen 0.14.0 and go 1.22 #725

Closed ykulazhenkov closed 4 months ago

ykulazhenkov commented 4 months ago

when make generate is called with controller-gen 0.14.0 (specified in the Makefile) and go 1.22 the zz_generated.deepcopy.go will have no // +build !ignore_autogenerated line.

github-actions[bot] commented 4 months ago

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

coveralls commented 4 months ago

Pull Request Test Coverage Report for Build 9675806741

Details


Files with Coverage Reduction New Missed Lines %
api/v1/zz_generated.deepcopy.go 100 38.08%
<!-- Total: 100 -->
Totals Coverage Status
Change from base Build 9667839529: 0.007%
Covered Lines: 5456
Relevant Lines: 13511

💛 - Coveralls