Documentation ¶
Overview ¶
Code generated by counterfeiter. DO NOT EDIT.
Index ¶
- type Reader
- func (fake *Reader) Get(arg1 context.Context, arg2 types.NamespacedName, arg3 client.Object) error
- func (fake *Reader) GetArgsForCall(i int) (context.Context, types.NamespacedName, client.Object)
- func (fake *Reader) GetCallCount() int
- func (fake *Reader) GetCalls(stub func(context.Context, types.NamespacedName, client.Object) error)
- func (fake *Reader) GetReturns(result1 error)
- func (fake *Reader) GetReturnsOnCall(i int, result1 error)
- func (fake *Reader) Invocations() map[string][][]interface{}
- func (fake *Reader) List(arg1 context.Context, arg2 client.ObjectList, arg3 ...client.ListOption) error
- func (fake *Reader) ListArgsForCall(i int) (context.Context, client.ObjectList, []client.ListOption)
- func (fake *Reader) ListCallCount() int
- func (fake *Reader) ListCalls(stub func(context.Context, client.ObjectList, ...client.ListOption) error)
- func (fake *Reader) ListReturns(result1 error)
- func (fake *Reader) ListReturnsOnCall(i int, result1 error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Reader ¶
type Reader struct { GetStub func(context.Context, types.NamespacedName, client.Object) error ListStub func(context.Context, client.ObjectList, ...client.ListOption) error // contains filtered or unexported fields }
func (*Reader) GetArgsForCall ¶
func (*Reader) GetCallCount ¶
func (*Reader) GetReturns ¶
func (*Reader) GetReturnsOnCall ¶
func (*Reader) Invocations ¶
func (*Reader) List ¶
func (fake *Reader) List(arg1 context.Context, arg2 client.ObjectList, arg3 ...client.ListOption) error
func (*Reader) ListArgsForCall ¶
func (fake *Reader) ListArgsForCall(i int) (context.Context, client.ObjectList, []client.ListOption)
func (*Reader) ListCallCount ¶
func (*Reader) ListCalls ¶
func (fake *Reader) ListCalls(stub func(context.Context, client.ObjectList, ...client.ListOption) error)
func (*Reader) ListReturns ¶
func (*Reader) ListReturnsOnCall ¶
Click to show internal directories.
Click to hide internal directories.