Documentation ¶
Overview ¶
Package mocks is a generated GoMock package.
Index ¶
- type MockOperand
- func (m *MockOperand) Delete(arg0 context.Context, arg1 client.Object) (v1.ReconcilerEvent, error)
- func (m *MockOperand) EXPECT() *MockOperandMockRecorder
- func (m *MockOperand) Ensure(arg0 context.Context, arg1 client.Object, arg2 v10.OwnerReference) (v1.ReconcilerEvent, error)
- func (m *MockOperand) Name() string
- func (m *MockOperand) PostReady(arg0 context.Context, arg1 client.Object) error
- func (m *MockOperand) ReadyCheck(arg0 context.Context, arg1 client.Object) (bool, error)
- func (m *MockOperand) RequeueStrategy() operand.RequeueStrategy
- func (m *MockOperand) Requires() []string
- type MockOperandMockRecorder
- func (mr *MockOperandMockRecorder) Delete(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockOperandMockRecorder) Ensure(arg0, arg1, arg2 interface{}) *gomock.Call
- func (mr *MockOperandMockRecorder) Name() *gomock.Call
- func (mr *MockOperandMockRecorder) PostReady(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockOperandMockRecorder) ReadyCheck(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockOperandMockRecorder) RequeueStrategy() *gomock.Call
- func (mr *MockOperandMockRecorder) Requires() *gomock.Call
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 ¶
func (m *MockOperand) Ensure(arg0 context.Context, arg1 client.Object, arg2 v10.OwnerReference) (v1.ReconcilerEvent, error)
Ensure mocks base method.
func (*MockOperand) ReadyCheck ¶
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.