Documentation ¶
Overview ¶
Code generated by counterfeiter. DO NOT EDIT.
Index ¶
- type Client
- func (fake *Client) Create(arg1 context.Context, arg2 client.Object, ...) error
- func (fake *Client) CreateArgsForCall(i int) (context.Context, client.Object, []controllerclient.CreateOption)
- func (fake *Client) CreateCallCount() int
- func (fake *Client) CreateCalls(...)
- func (fake *Client) CreateOrUpdate(arg1 context.Context, arg2 client.Object, ...) error
- func (fake *Client) CreateOrUpdateArgsForCall(i int) (context.Context, client.Object, []controllerclient.CreateOrUpdateOption)
- func (fake *Client) CreateOrUpdateCallCount() int
- func (fake *Client) CreateOrUpdateCalls(...)
- func (fake *Client) CreateOrUpdateReturns(result1 error)
- func (fake *Client) CreateOrUpdateReturnsOnCall(i int, result1 error)
- func (fake *Client) CreateReturns(result1 error)
- func (fake *Client) CreateReturnsOnCall(i int, result1 error)
- func (fake *Client) Delete(arg1 context.Context, arg2 client.Object, arg3 ...client.DeleteOption) error
- func (fake *Client) DeleteArgsForCall(i int) (context.Context, client.Object, []client.DeleteOption)
- func (fake *Client) DeleteCallCount() int
- func (fake *Client) DeleteCalls(stub func(context.Context, client.Object, ...client.DeleteOption) error)
- func (fake *Client) DeleteReturns(result1 error)
- func (fake *Client) DeleteReturnsOnCall(i int, result1 error)
- func (fake *Client) Get(arg1 context.Context, arg2 types.NamespacedName, arg3 client.Object) error
- func (fake *Client) GetArgsForCall(i int) (context.Context, types.NamespacedName, client.Object)
- func (fake *Client) GetCallCount() int
- func (fake *Client) GetCalls(stub func(context.Context, types.NamespacedName, client.Object) error)
- func (fake *Client) GetReturns(result1 error)
- func (fake *Client) GetReturnsOnCall(i int, result1 error)
- func (fake *Client) Invocations() map[string][][]interface{}
- func (fake *Client) List(arg1 context.Context, arg2 client.ObjectList, arg3 ...client.ListOption) error
- func (fake *Client) ListArgsForCall(i int) (context.Context, client.ObjectList, []client.ListOption)
- func (fake *Client) ListCallCount() int
- func (fake *Client) ListCalls(stub func(context.Context, client.ObjectList, ...client.ListOption) error)
- func (fake *Client) ListReturns(result1 error)
- func (fake *Client) ListReturnsOnCall(i int, result1 error)
- func (fake *Client) Patch(arg1 context.Context, arg2 client.Object, arg3 client.Patch, ...) error
- func (fake *Client) PatchArgsForCall(i int) (context.Context, client.Object, client.Patch, []controllerclient.PatchOption)
- func (fake *Client) PatchCallCount() int
- func (fake *Client) PatchCalls(...)
- func (fake *Client) PatchReturns(result1 error)
- func (fake *Client) PatchReturnsOnCall(i int, result1 error)
- func (fake *Client) PatchStatus(arg1 context.Context, arg2 client.Object, arg3 client.Patch, ...) error
- func (fake *Client) PatchStatusArgsForCall(i int) (context.Context, client.Object, client.Patch, []controllerclient.PatchOption)
- func (fake *Client) PatchStatusCallCount() int
- func (fake *Client) PatchStatusCalls(...)
- func (fake *Client) PatchStatusReturns(result1 error)
- func (fake *Client) PatchStatusReturnsOnCall(i int, result1 error)
- func (fake *Client) Update(arg1 context.Context, arg2 client.Object, ...) error
- func (fake *Client) UpdateArgsForCall(i int) (context.Context, client.Object, []controllerclient.UpdateOption)
- func (fake *Client) UpdateCallCount() int
- func (fake *Client) UpdateCalls(...)
- func (fake *Client) UpdateReturns(result1 error)
- func (fake *Client) UpdateReturnsOnCall(i int, result1 error)
- func (fake *Client) UpdateStatus(arg1 context.Context, arg2 client.Object, arg3 ...client.UpdateOption) error
- func (fake *Client) UpdateStatusArgsForCall(i int) (context.Context, client.Object, []client.UpdateOption)
- func (fake *Client) UpdateStatusCallCount() int
- func (fake *Client) UpdateStatusCalls(stub func(context.Context, client.Object, ...client.UpdateOption) error)
- func (fake *Client) UpdateStatusReturns(result1 error)
- func (fake *Client) UpdateStatusReturnsOnCall(i int, result1 error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Client ¶
type Client struct { CreateStub func(context.Context, client.Object, ...controllerclient.CreateOption) error CreateOrUpdateStub func(context.Context, client.Object, ...controllerclient.CreateOrUpdateOption) error DeleteStub func(context.Context, client.Object, ...client.DeleteOption) error GetStub func(context.Context, types.NamespacedName, client.Object) error ListStub func(context.Context, client.ObjectList, ...client.ListOption) error PatchStub func(context.Context, client.Object, client.Patch, ...controllerclient.PatchOption) error PatchStatusStub func(context.Context, client.Object, client.Patch, ...controllerclient.PatchOption) error UpdateStub func(context.Context, client.Object, ...controllerclient.UpdateOption) error UpdateStatusStub func(context.Context, client.Object, ...client.UpdateOption) error // contains filtered or unexported fields }
func (*Client) Create ¶
func (fake *Client) Create(arg1 context.Context, arg2 client.Object, arg3 ...controllerclient.CreateOption) error
func (*Client) CreateArgsForCall ¶
func (fake *Client) CreateArgsForCall(i int) (context.Context, client.Object, []controllerclient.CreateOption)
func (*Client) CreateCallCount ¶
func (*Client) CreateCalls ¶
func (fake *Client) CreateCalls(stub func(context.Context, client.Object, ...controllerclient.CreateOption) error)
func (*Client) CreateOrUpdate ¶
func (fake *Client) CreateOrUpdate(arg1 context.Context, arg2 client.Object, arg3 ...controllerclient.CreateOrUpdateOption) error
func (*Client) CreateOrUpdateArgsForCall ¶
func (fake *Client) CreateOrUpdateArgsForCall(i int) (context.Context, client.Object, []controllerclient.CreateOrUpdateOption)
func (*Client) CreateOrUpdateCallCount ¶
func (*Client) CreateOrUpdateCalls ¶
func (fake *Client) CreateOrUpdateCalls(stub func(context.Context, client.Object, ...controllerclient.CreateOrUpdateOption) error)
func (*Client) CreateOrUpdateReturns ¶
func (*Client) CreateOrUpdateReturnsOnCall ¶
func (*Client) CreateReturns ¶
func (*Client) CreateReturnsOnCall ¶
func (*Client) DeleteArgsForCall ¶
func (*Client) DeleteCallCount ¶
func (*Client) DeleteCalls ¶
func (*Client) DeleteReturns ¶
func (*Client) DeleteReturnsOnCall ¶
func (*Client) GetArgsForCall ¶
func (*Client) GetCallCount ¶
func (*Client) GetReturns ¶
func (*Client) GetReturnsOnCall ¶
func (*Client) Invocations ¶
func (*Client) List ¶
func (fake *Client) List(arg1 context.Context, arg2 client.ObjectList, arg3 ...client.ListOption) error
func (*Client) ListArgsForCall ¶
func (fake *Client) ListArgsForCall(i int) (context.Context, client.ObjectList, []client.ListOption)
func (*Client) ListCallCount ¶
func (*Client) ListCalls ¶
func (fake *Client) ListCalls(stub func(context.Context, client.ObjectList, ...client.ListOption) error)
func (*Client) ListReturns ¶
func (*Client) ListReturnsOnCall ¶
func (*Client) Patch ¶
func (fake *Client) Patch(arg1 context.Context, arg2 client.Object, arg3 client.Patch, arg4 ...controllerclient.PatchOption) error
func (*Client) PatchArgsForCall ¶
func (fake *Client) PatchArgsForCall(i int) (context.Context, client.Object, client.Patch, []controllerclient.PatchOption)
func (*Client) PatchCallCount ¶
func (*Client) PatchCalls ¶
func (fake *Client) PatchCalls(stub func(context.Context, client.Object, client.Patch, ...controllerclient.PatchOption) error)
func (*Client) PatchReturns ¶
func (*Client) PatchReturnsOnCall ¶
func (*Client) PatchStatus ¶
func (fake *Client) PatchStatus(arg1 context.Context, arg2 client.Object, arg3 client.Patch, arg4 ...controllerclient.PatchOption) error
func (*Client) PatchStatusArgsForCall ¶
func (fake *Client) PatchStatusArgsForCall(i int) (context.Context, client.Object, client.Patch, []controllerclient.PatchOption)
func (*Client) PatchStatusCallCount ¶
func (*Client) PatchStatusCalls ¶
func (fake *Client) PatchStatusCalls(stub func(context.Context, client.Object, client.Patch, ...controllerclient.PatchOption) error)
func (*Client) PatchStatusReturns ¶
func (*Client) PatchStatusReturnsOnCall ¶
func (*Client) Update ¶
func (fake *Client) Update(arg1 context.Context, arg2 client.Object, arg3 ...controllerclient.UpdateOption) error
func (*Client) UpdateArgsForCall ¶
func (fake *Client) UpdateArgsForCall(i int) (context.Context, client.Object, []controllerclient.UpdateOption)
func (*Client) UpdateCallCount ¶
func (*Client) UpdateCalls ¶
func (fake *Client) UpdateCalls(stub func(context.Context, client.Object, ...controllerclient.UpdateOption) error)
func (*Client) UpdateReturns ¶
func (*Client) UpdateReturnsOnCall ¶
func (*Client) UpdateStatus ¶
func (*Client) UpdateStatusArgsForCall ¶
func (*Client) UpdateStatusCallCount ¶
func (*Client) UpdateStatusCalls ¶
func (*Client) UpdateStatusReturns ¶
func (*Client) UpdateStatusReturnsOnCall ¶
Click to show internal directories.
Click to hide internal directories.