Make ovs-vswitchd service 'other_config' option configurable #77
Annotations
10 errors and 1 warning
golangci-lint:
cmd/sriov-network-config-daemon/main.go#L1
: # github.com/k8snetworkplumbingwg/sriov-network-operator/cmd/sriov-network-config-daemon [github.com/k8snetworkplumbingwg/sriov-network-operator/cmd/sriov-network-config-daemon.test]
|
golangci-lint:
cmd/sriov-network-config-daemon/service_test.go#L140
cannot use hostHelpers (variable of type *mock_helper.MockHostHelpersInterface) as helper.HostHelpersInterface value in return statement: *mock_helper.MockHostHelpersInterface does not implement helper.HostHelpersInterface (wrong type for method ReadServiceInjectionManifestFile)
|
golangci-lint:
cmd/sriov-network-config-daemon/service_test.go#L297
cannot use hostHelpers (variable of type *mock_helper.MockHostHelpersInterface) as helper.HostHelpersInterface value in argument to waitForDevicesInitialization: *mock_helper.MockHostHelpersInterface does not implement helper.HostHelpersInterface (wrong type for method ReadServiceInjectionManifestFile)
|
golangci-lint:
pkg/daemon/daemon.go#L1
: # github.com/k8snetworkplumbingwg/sriov-network-operator/pkg/daemon [github.com/k8snetworkplumbingwg/sriov-network-operator/pkg/daemon.test]
|
golangci-lint:
pkg/daemon/daemon_test.go#L149
cannot use vendorHelper (variable of type *mock_helper.MockHostHelpersInterface) as helper.HostHelpersInterface value in argument to New: *mock_helper.MockHostHelpersInterface does not implement helper.HostHelpersInterface (wrong type for method ReadServiceInjectionManifestFile)
|
golangci-lint:
pkg/daemon/plugin_test.go#L67
cannot use helperMock (variable of type *mock_helper.MockHostHelpersInterface) as helper.HostHelpersInterface value in argument to loadPlugins: *mock_helper.MockHostHelpersInterface does not implement helper.HostHelpersInterface (wrong type for method ReadServiceInjectionManifestFile)
|
golangci-lint:
pkg/daemon/plugin_test.go#L82
cannot use helperMock (variable of type *mock_helper.MockHostHelpersInterface) as helper.HostHelpersInterface value in argument to loadPlugins: *mock_helper.MockHostHelpersInterface does not implement helper.HostHelpersInterface (wrong type for method ReadServiceInjectionManifestFile)
|
golangci-lint:
pkg/daemon/plugin_test.go#L97
cannot use helperMock (variable of type *mock_helper.MockHostHelpersInterface) as helper.HostHelpersInterface value in argument to loadPlugins: *mock_helper.MockHostHelpersInterface does not implement helper.HostHelpersInterface (wrong type for method ReadServiceInjectionManifestFile)
|
golangci-lint:
pkg/daemon/plugin_test.go#L110
cannot use helperMock (variable of type *mock_helper.MockHostHelpersInterface) as helper.HostHelpersInterface value in argument to loadPlugins: *mock_helper.MockHostHelpersInterface does not implement helper.HostHelpersInterface (wrong type for method ReadServiceInjectionManifestFile)
|
golangci-lint:
pkg/daemon/plugin_test.go#L124
cannot use helperMock (variable of type *mock_helper.MockHostHelpersInterface) as helper.HostHelpersInterface value in argument to loadPlugins: *mock_helper.MockHostHelpersInterface does not implement helper.HostHelpersInterface (wrong type for method ReadServiceInjectionManifestFile)
|
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Loading