mocks

package
v1.0.0 Latest Latest
Warning

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

Go to latest
Published: Dec 5, 2022 License: MIT Imports: 7 Imported by: 0

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 MockOperand

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

MockOperand is a mock of Operand interface.

func NewMockOperand

func NewMockOperand(ctrl *gomock.Controller) *MockOperand

NewMockOperand creates a new mock instance.

func (*MockOperand) Delete

func (m *MockOperand) Delete(arg0 context.Context, arg1 client.Object) (v1.ReconcilerEvent, error)

Delete mocks base method.

func (*MockOperand) EXPECT

func (m *MockOperand) EXPECT() *MockOperandMockRecorder

EXPECT returns an object that allows the caller to indicate expected use.

func (*MockOperand) Ensure

Ensure mocks base method.

func (*MockOperand) Name

func (m *MockOperand) Name() string

Name mocks base method.

func (*MockOperand) PostReady

func (m *MockOperand) PostReady(arg0 context.Context, arg1 client.Object) error

PostReady mocks base method.

func (*MockOperand) ReadyCheck

func (m *MockOperand) ReadyCheck(arg0 context.Context, arg1 client.Object) (bool, error)

ReadyCheck mocks base method.

func (*MockOperand) RequeueStrategy

func (m *MockOperand) RequeueStrategy() operand.RequeueStrategy

RequeueStrategy mocks base method.

func (*MockOperand) Requires

func (m *MockOperand) Requires() []string

Requires mocks base method.

type MockOperandMockRecorder

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

MockOperandMockRecorder is the mock recorder for MockOperand.

func (*MockOperandMockRecorder) Delete

func (mr *MockOperandMockRecorder) Delete(arg0, arg1 interface{}) *gomock.Call

Delete indicates an expected call of Delete.

func (*MockOperandMockRecorder) Ensure

func (mr *MockOperandMockRecorder) Ensure(arg0, arg1, arg2 interface{}) *gomock.Call

Ensure indicates an expected call of Ensure.

func (*MockOperandMockRecorder) Name

func (mr *MockOperandMockRecorder) Name() *gomock.Call

Name indicates an expected call of Name.

func (*MockOperandMockRecorder) PostReady

func (mr *MockOperandMockRecorder) PostReady(arg0, arg1 interface{}) *gomock.Call

PostReady indicates an expected call of PostReady.

func (*MockOperandMockRecorder) ReadyCheck

func (mr *MockOperandMockRecorder) ReadyCheck(arg0, arg1 interface{}) *gomock.Call

ReadyCheck indicates an expected call of ReadyCheck.

func (*MockOperandMockRecorder) RequeueStrategy

func (mr *MockOperandMockRecorder) RequeueStrategy() *gomock.Call

RequeueStrategy indicates an expected call of RequeueStrategy.

func (*MockOperandMockRecorder) Requires

func (mr *MockOperandMockRecorder) Requires() *gomock.Call

Requires indicates an expected call of Requires.

Jump to

Keyboard shortcuts

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