Documentation
¶
Overview ¶
Code generated by MockGen. DO NOT EDIT. Source: testrunner.go
Generated by this command:
mockgen -source=testrunner.go -package=testrunner -destination=mock_testrunner.go TestRunner
Package testrunner is a generated GoMock package.
Index ¶
Constants ¶
View Source
const ( TestRunnerName = "test-runner" LogDirEnv = "LOG_MOUNT_DIR" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MockTestRunner ¶
type MockTestRunner struct {
// contains filtered or unexported fields
}
MockTestRunner is a mock of TestRunner interface.
func NewMockTestRunner ¶
func NewMockTestRunner(ctrl *gomock.Controller) *MockTestRunner
NewMockTestRunner creates a new mock instance.
func (*MockTestRunner) EXPECT ¶
func (m *MockTestRunner) EXPECT() *MockTestRunnerMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*MockTestRunner) SetTestRunnerAsDesired ¶
func (m *MockTestRunner) SetTestRunnerAsDesired(ds *v1.DaemonSet, devConfig *v1alpha1.DeviceConfig) error
SetTestRunnerAsDesired mocks base method.
type MockTestRunnerMockRecorder ¶
type MockTestRunnerMockRecorder struct {
// contains filtered or unexported fields
}
MockTestRunnerMockRecorder is the mock recorder for MockTestRunner.
func (*MockTestRunnerMockRecorder) SetTestRunnerAsDesired ¶
func (mr *MockTestRunnerMockRecorder) SetTestRunnerAsDesired(ds, devConfig any) *gomock.Call
SetTestRunnerAsDesired indicates an expected call of SetTestRunnerAsDesired.
type TestRunner ¶
type TestRunner interface {
SetTestRunnerAsDesired(ds *appsv1.DaemonSet, devConfig *amdv1alpha1.DeviceConfig) error
}
func NewTestRunner ¶
func NewTestRunner(scheme *runtime.Scheme) TestRunner
Click to show internal directories.
Click to hide internal directories.