mocks

package
v0.4.2 Latest Latest
Warning

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

Go to latest
Published: Aug 25, 2026 License: MIT Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Reader

type Reader struct {
	mock.Mock
}

Reader is an autogenerated mock type for the Reader type

func NewReader

func NewReader(t interface {
	mock.TestingT
	Cleanup(func())
}) *Reader

NewReader creates a new instance of Reader. It also registers a testing interface on the mock and a cleanup function to assert the mocks expectations. The first argument is typically a *testing.T value.

func (*Reader) EXPECT

func (_m *Reader) EXPECT() *Reader_Expecter

func (*Reader) ReadJobLogs

func (_mock *Reader) ReadJobLogs(ctx context.Context, namespace string, jobName string, container string, tailLines int64) (io.ReadCloser, error)

ReadJobLogs provides a mock function for the type Reader

type Reader_Expecter

type Reader_Expecter struct {
	// contains filtered or unexported fields
}

func (*Reader_Expecter) ReadJobLogs

func (_e *Reader_Expecter) ReadJobLogs(ctx any, namespace any, jobName any, container any, tailLines any) *Reader_ReadJobLogs_Call

ReadJobLogs is a helper method to define mock.On call

  • ctx context.Context
  • namespace string
  • jobName string
  • container string
  • tailLines int64

type Reader_ReadJobLogs_Call

type Reader_ReadJobLogs_Call struct {
	*mock.Call
}

Reader_ReadJobLogs_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ReadJobLogs'

func (*Reader_ReadJobLogs_Call) Return

func (_c *Reader_ReadJobLogs_Call) Return(readCloser io.ReadCloser, err error) *Reader_ReadJobLogs_Call

func (*Reader_ReadJobLogs_Call) Run

func (_c *Reader_ReadJobLogs_Call) Run(run func(ctx context.Context, namespace string, jobName string, container string, tailLines int64)) *Reader_ReadJobLogs_Call

func (*Reader_ReadJobLogs_Call) RunAndReturn

func (_c *Reader_ReadJobLogs_Call) RunAndReturn(run func(ctx context.Context, namespace string, jobName string, container string, tailLines int64) (io.ReadCloser, error)) *Reader_ReadJobLogs_Call

Jump to

Keyboard shortcuts

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