k8snetworkplumbingwg / sriov-network-operator

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

[software-bridges 1/x] Update API to support automatic bridge creation #689

Closed ykulazhenkov closed 6 months ago

ykulazhenkov commented 7 months ago

Update API to support automatic bridge creation

SriovNetworkNodePolicySpec - Bridge field added SriovNetworkNodeStateSpec - Bridges field added SriovNetworkNodeStateStatus - Bridges field added VirtualFunction - RepresentroName field added

Update API according to the design doc

github-actions[bot] commented 7 months ago

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

coveralls commented 7 months ago

Pull Request Test Coverage Report for Build 9174532331

Details


Changes Missing Coverage Covered Lines Changed/Added Lines %
api/v1/sriovnetworknodepolicy_types.go 0 3 0.0%
api/v1/zz_generated.deepcopy.go 6 127 4.72%
<!-- Total: 6 130 4.62% -->
Totals Coverage Status
Change from base Build 9108514484: -0.3%
Covered Lines: 5124
Relevant Lines: 12932

💛 - Coveralls
github-actions[bot] commented 6 months ago

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

github-actions[bot] commented 6 months ago

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

ykulazhenkov commented 6 months ago

@zeeke @adrianchiris Thanks for the review. I addressed your comments.