Documentation
¶
Overview ¶
Package mock_store is a generated GoMock package.
Index ¶
- type MockManagerInterface
- func (m *MockManagerInterface) ClearPCIAddressFolder() error
- func (m *MockManagerInterface) EXPECT() *MockManagerInterfaceMockRecorder
- func (m *MockManagerInterface) GetCheckPointNodeState() (*v1.SriovNetworkNodeState, error)
- func (m *MockManagerInterface) LoadPfsStatus(pciAddress string) (*v1.Interface, bool, error)
- func (m *MockManagerInterface) RemovePfAppliedStatus(pciAddress string) error
- func (m *MockManagerInterface) SaveLastPfAppliedStatus(PfInfo *v1.Interface) error
- func (m *MockManagerInterface) WriteCheckpointFile(arg0 *v1.SriovNetworkNodeState) error
- type MockManagerInterfaceMockRecorder
- func (mr *MockManagerInterfaceMockRecorder) ClearPCIAddressFolder() *gomock.Call
- func (mr *MockManagerInterfaceMockRecorder) GetCheckPointNodeState() *gomock.Call
- func (mr *MockManagerInterfaceMockRecorder) LoadPfsStatus(pciAddress interface{}) *gomock.Call
- func (mr *MockManagerInterfaceMockRecorder) RemovePfAppliedStatus(pciAddress interface{}) *gomock.Call
- func (mr *MockManagerInterfaceMockRecorder) SaveLastPfAppliedStatus(PfInfo interface{}) *gomock.Call
- func (mr *MockManagerInterfaceMockRecorder) WriteCheckpointFile(arg0 interface{}) *gomock.Call
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MockManagerInterface ¶
type MockManagerInterface struct {
// contains filtered or unexported fields
}
MockManagerInterface is a mock of ManagerInterface interface.
func NewMockManagerInterface ¶
func NewMockManagerInterface(ctrl *gomock.Controller) *MockManagerInterface
NewMockManagerInterface creates a new mock instance.
func (*MockManagerInterface) ClearPCIAddressFolder ¶
func (m *MockManagerInterface) ClearPCIAddressFolder() error
ClearPCIAddressFolder mocks base method.
func (*MockManagerInterface) EXPECT ¶
func (m *MockManagerInterface) EXPECT() *MockManagerInterfaceMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*MockManagerInterface) GetCheckPointNodeState ¶
func (m *MockManagerInterface) GetCheckPointNodeState() (*v1.SriovNetworkNodeState, error)
GetCheckPointNodeState mocks base method.
func (*MockManagerInterface) LoadPfsStatus ¶
LoadPfsStatus mocks base method.
func (*MockManagerInterface) RemovePfAppliedStatus ¶ added in v1.4.0
func (m *MockManagerInterface) RemovePfAppliedStatus(pciAddress string) error
RemovePfAppliedStatus mocks base method.
func (*MockManagerInterface) SaveLastPfAppliedStatus ¶
func (m *MockManagerInterface) SaveLastPfAppliedStatus(PfInfo *v1.Interface) error
SaveLastPfAppliedStatus mocks base method.
func (*MockManagerInterface) WriteCheckpointFile ¶
func (m *MockManagerInterface) WriteCheckpointFile(arg0 *v1.SriovNetworkNodeState) error
WriteCheckpointFile mocks base method.
type MockManagerInterfaceMockRecorder ¶
type MockManagerInterfaceMockRecorder struct {
// contains filtered or unexported fields
}
MockManagerInterfaceMockRecorder is the mock recorder for MockManagerInterface.
func (*MockManagerInterfaceMockRecorder) ClearPCIAddressFolder ¶
func (mr *MockManagerInterfaceMockRecorder) ClearPCIAddressFolder() *gomock.Call
ClearPCIAddressFolder indicates an expected call of ClearPCIAddressFolder.
func (*MockManagerInterfaceMockRecorder) GetCheckPointNodeState ¶
func (mr *MockManagerInterfaceMockRecorder) GetCheckPointNodeState() *gomock.Call
GetCheckPointNodeState indicates an expected call of GetCheckPointNodeState.
func (*MockManagerInterfaceMockRecorder) LoadPfsStatus ¶
func (mr *MockManagerInterfaceMockRecorder) LoadPfsStatus(pciAddress interface{}) *gomock.Call
LoadPfsStatus indicates an expected call of LoadPfsStatus.
func (*MockManagerInterfaceMockRecorder) RemovePfAppliedStatus ¶ added in v1.4.0
func (mr *MockManagerInterfaceMockRecorder) RemovePfAppliedStatus(pciAddress interface{}) *gomock.Call
RemovePfAppliedStatus indicates an expected call of RemovePfAppliedStatus.
func (*MockManagerInterfaceMockRecorder) SaveLastPfAppliedStatus ¶
func (mr *MockManagerInterfaceMockRecorder) SaveLastPfAppliedStatus(PfInfo interface{}) *gomock.Call
SaveLastPfAppliedStatus indicates an expected call of SaveLastPfAppliedStatus.
func (*MockManagerInterfaceMockRecorder) WriteCheckpointFile ¶
func (mr *MockManagerInterfaceMockRecorder) WriteCheckpointFile(arg0 interface{}) *gomock.Call
WriteCheckpointFile indicates an expected call of WriteCheckpointFile.