Documentation ¶
Overview ¶
Package mock_storereflector is a generated GoMock package.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MockResultStore ¶
type MockResultStore struct {
// contains filtered or unexported fields
}
MockResultStore is a mock of ResultStore interface.
func NewMockResultStore ¶
func NewMockResultStore(ctrl *gomock.Controller) *MockResultStore
NewMockResultStore creates a new mock instance.
func (*MockResultStore) DeleteData ¶
func (m *MockResultStore) DeleteData(arg0 v1.Pod)
DeleteData mocks base method.
func (*MockResultStore) EXPECT ¶
func (m *MockResultStore) EXPECT() *MockResultStoreMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*MockResultStore) GetStoredResult ¶
func (m *MockResultStore) GetStoredResult(arg0 *v1.Pod) map[string]string
GetStoredResult mocks base method.
type MockResultStoreMockRecorder ¶
type MockResultStoreMockRecorder struct {
// contains filtered or unexported fields
}
MockResultStoreMockRecorder is the mock recorder for MockResultStore.
func (*MockResultStoreMockRecorder) DeleteData ¶
func (mr *MockResultStoreMockRecorder) DeleteData(arg0 interface{}) *gomock.Call
DeleteData indicates an expected call of DeleteData.
func (*MockResultStoreMockRecorder) GetStoredResult ¶
func (mr *MockResultStoreMockRecorder) GetStoredResult(arg0 interface{}) *gomock.Call
GetStoredResult indicates an expected call of GetStoredResult.
Click to show internal directories.
Click to hide internal directories.