Documentation
¶
Overview ¶
Code generated by counterfeiter. DO NOT EDIT.
Code generated by counterfeiter. DO NOT EDIT.
Index ¶
- type FakeGroupUpdater
- func (fake *FakeGroupUpdater) Invocations() map[string][][]interface{}
- func (fake *FakeGroupUpdater) UpdateGroup(arg1 context.Context, arg2 string, arg3 ...status.UpdateRequest)
- func (fake *FakeGroupUpdater) UpdateGroupArgsForCall(i int) (context.Context, string, []status.UpdateRequest)
- func (fake *FakeGroupUpdater) UpdateGroupCallCount() int
- func (fake *FakeGroupUpdater) UpdateGroupCalls(stub func(context.Context, string, ...status.UpdateRequest))
- type FakeK8sUpdater
- func (fake *FakeK8sUpdater) Invocations() map[string][][]interface{}
- func (fake *FakeK8sUpdater) Update(arg1 context.Context, arg2 client.Object, ...) error
- func (fake *FakeK8sUpdater) UpdateArgsForCall(i int) (context.Context, client.Object, []client.SubResourceUpdateOption)
- func (fake *FakeK8sUpdater) UpdateCallCount() int
- func (fake *FakeK8sUpdater) UpdateCalls(...)
- func (fake *FakeK8sUpdater) UpdateReturns(result1 error)
- func (fake *FakeK8sUpdater) UpdateReturnsOnCall(i int, result1 error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type FakeGroupUpdater ¶ added in v1.3.0
type FakeGroupUpdater struct { UpdateGroupStub func(context.Context, string, ...status.UpdateRequest) // contains filtered or unexported fields }
func (*FakeGroupUpdater) Invocations ¶ added in v1.3.0
func (fake *FakeGroupUpdater) Invocations() map[string][][]interface{}
func (*FakeGroupUpdater) UpdateGroup ¶ added in v1.3.0
func (fake *FakeGroupUpdater) UpdateGroup(arg1 context.Context, arg2 string, arg3 ...status.UpdateRequest)
func (*FakeGroupUpdater) UpdateGroupArgsForCall ¶ added in v1.3.0
func (fake *FakeGroupUpdater) UpdateGroupArgsForCall(i int) (context.Context, string, []status.UpdateRequest)
func (*FakeGroupUpdater) UpdateGroupCallCount ¶ added in v1.3.0
func (fake *FakeGroupUpdater) UpdateGroupCallCount() int
func (*FakeGroupUpdater) UpdateGroupCalls ¶ added in v1.3.0
func (fake *FakeGroupUpdater) UpdateGroupCalls(stub func(context.Context, string, ...status.UpdateRequest))
type FakeK8sUpdater ¶
type FakeK8sUpdater struct { UpdateStub func(context.Context, client.Object, ...client.SubResourceUpdateOption) error // contains filtered or unexported fields }
func (*FakeK8sUpdater) Invocations ¶
func (fake *FakeK8sUpdater) Invocations() map[string][][]interface{}
func (*FakeK8sUpdater) Update ¶
func (fake *FakeK8sUpdater) Update(arg1 context.Context, arg2 client.Object, arg3 ...client.SubResourceUpdateOption) error
func (*FakeK8sUpdater) UpdateArgsForCall ¶
func (fake *FakeK8sUpdater) UpdateArgsForCall(i int) (context.Context, client.Object, []client.SubResourceUpdateOption)
func (*FakeK8sUpdater) UpdateCallCount ¶
func (fake *FakeK8sUpdater) UpdateCallCount() int
func (*FakeK8sUpdater) UpdateCalls ¶
func (fake *FakeK8sUpdater) UpdateCalls(stub func(context.Context, client.Object, ...client.SubResourceUpdateOption) error)
func (*FakeK8sUpdater) UpdateReturns ¶
func (fake *FakeK8sUpdater) UpdateReturns(result1 error)
func (*FakeK8sUpdater) UpdateReturnsOnCall ¶
func (fake *FakeK8sUpdater) UpdateReturnsOnCall(i int, result1 error)
Click to show internal directories.
Click to hide internal directories.