k8sfakes

package
v0.0.0-...-db62745 Latest Latest
Warning

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

Go to latest
Published: Aug 31, 2022 License: Apache-2.0 Imports: 4 Imported by: 0

Documentation

Overview

Code generated by counterfeiter. DO NOT EDIT.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type FakeJobClient

type FakeJobClient struct {
	CreateStub func(context.Context, string, *v1.Job) (*v1.Job, error)

	DeleteStub func(context.Context, string, string) error

	GetByGUIDStub func(context.Context, string, bool) ([]v1.Job, error)

	ListStub func(context.Context, bool) ([]v1.Job, error)
	// contains filtered or unexported fields
}

func (*FakeJobClient) Create

func (fake *FakeJobClient) Create(arg1 context.Context, arg2 string, arg3 *v1.Job) (*v1.Job, error)

func (*FakeJobClient) CreateArgsForCall

func (fake *FakeJobClient) CreateArgsForCall(i int) (context.Context, string, *v1.Job)

func (*FakeJobClient) CreateCallCount

func (fake *FakeJobClient) CreateCallCount() int

func (*FakeJobClient) CreateCalls

func (fake *FakeJobClient) CreateCalls(stub func(context.Context, string, *v1.Job) (*v1.Job, error))

func (*FakeJobClient) CreateReturns

func (fake *FakeJobClient) CreateReturns(result1 *v1.Job, result2 error)

func (*FakeJobClient) CreateReturnsOnCall

func (fake *FakeJobClient) CreateReturnsOnCall(i int, result1 *v1.Job, result2 error)

func (*FakeJobClient) Delete

func (fake *FakeJobClient) Delete(arg1 context.Context, arg2 string, arg3 string) error

func (*FakeJobClient) DeleteArgsForCall

func (fake *FakeJobClient) DeleteArgsForCall(i int) (context.Context, string, string)

func (*FakeJobClient) DeleteCallCount

func (fake *FakeJobClient) DeleteCallCount() int

func (*FakeJobClient) DeleteCalls

func (fake *FakeJobClient) DeleteCalls(stub func(context.Context, string, string) error)

func (*FakeJobClient) DeleteReturns

func (fake *FakeJobClient) DeleteReturns(result1 error)

func (*FakeJobClient) DeleteReturnsOnCall

func (fake *FakeJobClient) DeleteReturnsOnCall(i int, result1 error)

func (*FakeJobClient) GetByGUID

func (fake *FakeJobClient) GetByGUID(arg1 context.Context, arg2 string, arg3 bool) ([]v1.Job, error)

func (*FakeJobClient) GetByGUIDArgsForCall

func (fake *FakeJobClient) GetByGUIDArgsForCall(i int) (context.Context, string, bool)

func (*FakeJobClient) GetByGUIDCallCount

func (fake *FakeJobClient) GetByGUIDCallCount() int

func (*FakeJobClient) GetByGUIDCalls

func (fake *FakeJobClient) GetByGUIDCalls(stub func(context.Context, string, bool) ([]v1.Job, error))

func (*FakeJobClient) GetByGUIDReturns

func (fake *FakeJobClient) GetByGUIDReturns(result1 []v1.Job, result2 error)

func (*FakeJobClient) GetByGUIDReturnsOnCall

func (fake *FakeJobClient) GetByGUIDReturnsOnCall(i int, result1 []v1.Job, result2 error)

func (*FakeJobClient) Invocations

func (fake *FakeJobClient) Invocations() map[string][][]interface{}

func (*FakeJobClient) List

func (fake *FakeJobClient) List(arg1 context.Context, arg2 bool) ([]v1.Job, error)

func (*FakeJobClient) ListArgsForCall

func (fake *FakeJobClient) ListArgsForCall(i int) (context.Context, bool)

func (*FakeJobClient) ListCallCount

func (fake *FakeJobClient) ListCallCount() int

func (*FakeJobClient) ListCalls

func (fake *FakeJobClient) ListCalls(stub func(context.Context, bool) ([]v1.Job, error))

func (*FakeJobClient) ListReturns

func (fake *FakeJobClient) ListReturns(result1 []v1.Job, result2 error)

func (*FakeJobClient) ListReturnsOnCall

func (fake *FakeJobClient) ListReturnsOnCall(i int, result1 []v1.Job, result2 error)

Jump to

Keyboard shortcuts

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