Documentation ¶
Overview ¶
Package mocks is a generated GoMock package.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MockPreheat ¶
type MockPreheat struct {
// contains filtered or unexported fields
}
MockPreheat is a mock of Preheat interface.
func NewMockPreheat ¶
func NewMockPreheat(ctrl *gomock.Controller) *MockPreheat
NewMockPreheat creates a new mock instance.
func (*MockPreheat) CreatePreheat ¶
func (m *MockPreheat) CreatePreheat(arg0 context.Context, arg1 []models.Scheduler, arg2 types.PreheatArgs) (*job.GroupJobState, error)
CreatePreheat mocks base method.
func (*MockPreheat) EXPECT ¶
func (m *MockPreheat) EXPECT() *MockPreheatMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
type MockPreheatMockRecorder ¶
type MockPreheatMockRecorder struct {
// contains filtered or unexported fields
}
MockPreheatMockRecorder is the mock recorder for MockPreheat.
func (*MockPreheatMockRecorder) CreatePreheat ¶
func (mr *MockPreheatMockRecorder) CreatePreheat(arg0, arg1, arg2 interface{}) *gomock.Call
CreatePreheat indicates an expected call of CreatePreheat.
Click to show internal directories.
Click to hide internal directories.