testrunner

package
v1.2.2 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: May 21, 2025 License: Apache-2.0 Imports: 14 Imported by: 0

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

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

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL