Documentation ¶
Overview ¶
Code generated by counterfeiter. DO NOT EDIT.
Index ¶
- type FakeEventRecorder
- func (fake *FakeEventRecorder) EventInfof(arg1 v1.ObjectReference, arg2 map[string]string, arg3 string, arg4 string, ...) error
- func (fake *FakeEventRecorder) EventInfofArgsForCall(i int) (v1.ObjectReference, map[string]string, string, string, []interface{})
- func (fake *FakeEventRecorder) EventInfofCallCount() int
- func (fake *FakeEventRecorder) EventInfofCalls(...)
- func (fake *FakeEventRecorder) EventInfofReturns(result1 error)
- func (fake *FakeEventRecorder) EventInfofReturnsOnCall(i int, result1 error)
- func (fake *FakeEventRecorder) Invocations() map[string][][]interface{}
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type FakeEventRecorder ¶
type FakeEventRecorder struct { EventInfofStub func(v1.ObjectReference, map[string]string, string, string, ...interface{}) error // contains filtered or unexported fields }
func (*FakeEventRecorder) EventInfof ¶
func (fake *FakeEventRecorder) EventInfof(arg1 v1.ObjectReference, arg2 map[string]string, arg3 string, arg4 string, arg5 ...interface{}) error
func (*FakeEventRecorder) EventInfofArgsForCall ¶
func (fake *FakeEventRecorder) EventInfofArgsForCall(i int) (v1.ObjectReference, map[string]string, string, string, []interface{})
func (*FakeEventRecorder) EventInfofCallCount ¶
func (fake *FakeEventRecorder) EventInfofCallCount() int
func (*FakeEventRecorder) EventInfofCalls ¶
func (fake *FakeEventRecorder) EventInfofCalls(stub func(v1.ObjectReference, map[string]string, string, string, ...interface{}) error)
func (*FakeEventRecorder) EventInfofReturns ¶
func (fake *FakeEventRecorder) EventInfofReturns(result1 error)
func (*FakeEventRecorder) EventInfofReturnsOnCall ¶
func (fake *FakeEventRecorder) EventInfofReturnsOnCall(i int, result1 error)
func (*FakeEventRecorder) Invocations ¶
func (fake *FakeEventRecorder) Invocations() map[string][][]interface{}
Click to show internal directories.
Click to hide internal directories.