Versions in this module Expand all Collapse all v2 v2.1.4 Oct 1, 2025 v2.1.2 Sep 25, 2025 Changes in this version + type FakeGroupUpdater struct + UpdateGroupStub func(context.Context, string, ...status.UpdateRequest) + 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 struct + UpdateStub func(context.Context, client.Object, ...client.SubResourceUpdateOption) error + 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)