Documentation ¶
Overview ¶
Package mock_snapshot is a generated GoMock package.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MockSchedulerService ¶
type MockSchedulerService struct {
// contains filtered or unexported fields
}
MockSchedulerService is a mock of SchedulerService interface.
func NewMockSchedulerService ¶
func NewMockSchedulerService(ctrl *gomock.Controller) *MockSchedulerService
NewMockSchedulerService creates a new mock instance.
func (*MockSchedulerService) EXPECT ¶
func (m *MockSchedulerService) EXPECT() *MockSchedulerServiceMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*MockSchedulerService) GetSchedulerConfig ¶
func (m *MockSchedulerService) GetSchedulerConfig() (*v1.KubeSchedulerConfiguration, error)
GetSchedulerConfig mocks base method.
func (*MockSchedulerService) RestartScheduler ¶
func (m *MockSchedulerService) RestartScheduler(arg0 *v1.KubeSchedulerConfiguration) error
RestartScheduler mocks base method.
type MockSchedulerServiceMockRecorder ¶
type MockSchedulerServiceMockRecorder struct {
// contains filtered or unexported fields
}
MockSchedulerServiceMockRecorder is the mock recorder for MockSchedulerService.
func (*MockSchedulerServiceMockRecorder) GetSchedulerConfig ¶
func (mr *MockSchedulerServiceMockRecorder) GetSchedulerConfig() *gomock.Call
GetSchedulerConfig indicates an expected call of GetSchedulerConfig.
func (*MockSchedulerServiceMockRecorder) RestartScheduler ¶
func (mr *MockSchedulerServiceMockRecorder) RestartScheduler(arg0 interface{}) *gomock.Call
RestartScheduler indicates an expected call of RestartScheduler.
Click to show internal directories.
Click to hide internal directories.