Documentation ¶
Overview ¶
Package mock_plugin is a generated GoMock package.
Index ¶
- type MockVendorPlugin
- func (m *MockVendorPlugin) Apply() error
- func (m *MockVendorPlugin) CheckStatusChanges(arg0 *v1.SriovNetworkNodeState) (bool, error)
- func (m *MockVendorPlugin) EXPECT() *MockVendorPluginMockRecorder
- func (m *MockVendorPlugin) Name() string
- func (m *MockVendorPlugin) OnNodeStateChange(arg0 *v1.SriovNetworkNodeState) (bool, bool, error)
- func (m *MockVendorPlugin) Spec() string
- type MockVendorPluginMockRecorder
- func (mr *MockVendorPluginMockRecorder) Apply() *gomock.Call
- func (mr *MockVendorPluginMockRecorder) CheckStatusChanges(arg0 interface{}) *gomock.Call
- func (mr *MockVendorPluginMockRecorder) Name() *gomock.Call
- func (mr *MockVendorPluginMockRecorder) OnNodeStateChange(arg0 interface{}) *gomock.Call
- func (mr *MockVendorPluginMockRecorder) Spec() *gomock.Call
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MockVendorPlugin ¶
type MockVendorPlugin struct {
// contains filtered or unexported fields
}
MockVendorPlugin is a mock of VendorPlugin interface.
func NewMockVendorPlugin ¶
func NewMockVendorPlugin(ctrl *gomock.Controller) *MockVendorPlugin
NewMockVendorPlugin creates a new mock instance.
func (*MockVendorPlugin) CheckStatusChanges ¶
func (m *MockVendorPlugin) CheckStatusChanges(arg0 *v1.SriovNetworkNodeState) (bool, error)
CheckStatusChanges mocks base method.
func (*MockVendorPlugin) EXPECT ¶
func (m *MockVendorPlugin) EXPECT() *MockVendorPluginMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*MockVendorPlugin) OnNodeStateChange ¶
func (m *MockVendorPlugin) OnNodeStateChange(arg0 *v1.SriovNetworkNodeState) (bool, bool, error)
OnNodeStateChange mocks base method.
type MockVendorPluginMockRecorder ¶
type MockVendorPluginMockRecorder struct {
// contains filtered or unexported fields
}
MockVendorPluginMockRecorder is the mock recorder for MockVendorPlugin.
func (*MockVendorPluginMockRecorder) Apply ¶
func (mr *MockVendorPluginMockRecorder) Apply() *gomock.Call
Apply indicates an expected call of Apply.
func (*MockVendorPluginMockRecorder) CheckStatusChanges ¶
func (mr *MockVendorPluginMockRecorder) CheckStatusChanges(arg0 interface{}) *gomock.Call
CheckStatusChanges indicates an expected call of CheckStatusChanges.
func (*MockVendorPluginMockRecorder) Name ¶
func (mr *MockVendorPluginMockRecorder) Name() *gomock.Call
Name indicates an expected call of Name.
func (*MockVendorPluginMockRecorder) OnNodeStateChange ¶
func (mr *MockVendorPluginMockRecorder) OnNodeStateChange(arg0 interface{}) *gomock.Call
OnNodeStateChange indicates an expected call of OnNodeStateChange.
func (*MockVendorPluginMockRecorder) Spec ¶
func (mr *MockVendorPluginMockRecorder) Spec() *gomock.Call
Spec indicates an expected call of Spec.