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 MockSearcher ¶
type MockSearcher struct {
// contains filtered or unexported fields
}
MockSearcher is a mock of Searcher interface.
func NewMockSearcher ¶
func NewMockSearcher(ctrl *gomock.Controller) *MockSearcher
NewMockSearcher creates a new mock instance.
func (*MockSearcher) EXPECT ¶
func (m *MockSearcher) EXPECT() *MockSearcherMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*MockSearcher) FindSchedulerClusters ¶
func (m *MockSearcher) FindSchedulerClusters(ctx context.Context, schedulerClusters []models.SchedulerCluster, ip, hostname string, conditions map[string]string, log *zap.SugaredLogger) ([]models.SchedulerCluster, error)
FindSchedulerClusters mocks base method.
type MockSearcherMockRecorder ¶
type MockSearcherMockRecorder struct {
// contains filtered or unexported fields
}
MockSearcherMockRecorder is the mock recorder for MockSearcher.
func (*MockSearcherMockRecorder) FindSchedulerClusters ¶
func (mr *MockSearcherMockRecorder) FindSchedulerClusters(ctx, schedulerClusters, ip, hostname, conditions, log any) *gomock.Call
FindSchedulerClusters indicates an expected call of FindSchedulerClusters.
Click to show internal directories.
Click to hide internal directories.