| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196 |
- // Code generated by counterfeiter. DO NOT EDIT.
- package fakes
- import (
- "context"
- "sync"
- "sigs.k8s.io/controller-runtime/pkg/client"
- )
- type StatusWriter struct {
- PatchStub func(context.Context, client.Object, client.Patch, ...client.PatchOption) error
- patchMutex sync.RWMutex
- patchArgsForCall []struct {
- arg1 context.Context
- arg2 client.Object
- arg3 client.Patch
- arg4 []client.PatchOption
- }
- patchReturns struct {
- result1 error
- }
- patchReturnsOnCall map[int]struct {
- result1 error
- }
- UpdateStub func(context.Context, client.Object, ...client.UpdateOption) error
- updateMutex sync.RWMutex
- updateArgsForCall []struct {
- arg1 context.Context
- arg2 client.Object
- arg3 []client.UpdateOption
- }
- updateReturns struct {
- result1 error
- }
- updateReturnsOnCall map[int]struct {
- result1 error
- }
- invocations map[string][][]interface{}
- invocationsMutex sync.RWMutex
- }
- func (fake *StatusWriter) Patch(arg1 context.Context, arg2 client.Object, arg3 client.Patch, arg4 ...client.PatchOption) error {
- fake.patchMutex.Lock()
- ret, specificReturn := fake.patchReturnsOnCall[len(fake.patchArgsForCall)]
- fake.patchArgsForCall = append(fake.patchArgsForCall, struct {
- arg1 context.Context
- arg2 client.Object
- arg3 client.Patch
- arg4 []client.PatchOption
- }{arg1, arg2, arg3, arg4})
- stub := fake.PatchStub
- fakeReturns := fake.patchReturns
- fake.recordInvocation("Patch", []interface{}{arg1, arg2, arg3, arg4})
- fake.patchMutex.Unlock()
- if stub != nil {
- return stub(arg1, arg2, arg3, arg4...)
- }
- if specificReturn {
- return ret.result1
- }
- return fakeReturns.result1
- }
- func (fake *StatusWriter) PatchCallCount() int {
- fake.patchMutex.RLock()
- defer fake.patchMutex.RUnlock()
- return len(fake.patchArgsForCall)
- }
- func (fake *StatusWriter) PatchCalls(stub func(context.Context, client.Object, client.Patch, ...client.PatchOption) error) {
- fake.patchMutex.Lock()
- defer fake.patchMutex.Unlock()
- fake.PatchStub = stub
- }
- func (fake *StatusWriter) PatchArgsForCall(i int) (context.Context, client.Object, client.Patch, []client.PatchOption) {
- fake.patchMutex.RLock()
- defer fake.patchMutex.RUnlock()
- argsForCall := fake.patchArgsForCall[i]
- return argsForCall.arg1, argsForCall.arg2, argsForCall.arg3, argsForCall.arg4
- }
- func (fake *StatusWriter) PatchReturns(result1 error) {
- fake.patchMutex.Lock()
- defer fake.patchMutex.Unlock()
- fake.PatchStub = nil
- fake.patchReturns = struct {
- result1 error
- }{result1}
- }
- func (fake *StatusWriter) PatchReturnsOnCall(i int, result1 error) {
- fake.patchMutex.Lock()
- defer fake.patchMutex.Unlock()
- fake.PatchStub = nil
- if fake.patchReturnsOnCall == nil {
- fake.patchReturnsOnCall = make(map[int]struct {
- result1 error
- })
- }
- fake.patchReturnsOnCall[i] = struct {
- result1 error
- }{result1}
- }
- func (fake *StatusWriter) Update(arg1 context.Context, arg2 client.Object, arg3 ...client.UpdateOption) error {
- fake.updateMutex.Lock()
- ret, specificReturn := fake.updateReturnsOnCall[len(fake.updateArgsForCall)]
- fake.updateArgsForCall = append(fake.updateArgsForCall, struct {
- arg1 context.Context
- arg2 client.Object
- arg3 []client.UpdateOption
- }{arg1, arg2, arg3})
- stub := fake.UpdateStub
- fakeReturns := fake.updateReturns
- fake.recordInvocation("Update", []interface{}{arg1, arg2, arg3})
- fake.updateMutex.Unlock()
- if stub != nil {
- return stub(arg1, arg2, arg3...)
- }
- if specificReturn {
- return ret.result1
- }
- return fakeReturns.result1
- }
- func (fake *StatusWriter) UpdateCallCount() int {
- fake.updateMutex.RLock()
- defer fake.updateMutex.RUnlock()
- return len(fake.updateArgsForCall)
- }
- func (fake *StatusWriter) UpdateCalls(stub func(context.Context, client.Object, ...client.UpdateOption) error) {
- fake.updateMutex.Lock()
- defer fake.updateMutex.Unlock()
- fake.UpdateStub = stub
- }
- func (fake *StatusWriter) UpdateArgsForCall(i int) (context.Context, client.Object, []client.UpdateOption) {
- fake.updateMutex.RLock()
- defer fake.updateMutex.RUnlock()
- argsForCall := fake.updateArgsForCall[i]
- return argsForCall.arg1, argsForCall.arg2, argsForCall.arg3
- }
- func (fake *StatusWriter) UpdateReturns(result1 error) {
- fake.updateMutex.Lock()
- defer fake.updateMutex.Unlock()
- fake.UpdateStub = nil
- fake.updateReturns = struct {
- result1 error
- }{result1}
- }
- func (fake *StatusWriter) UpdateReturnsOnCall(i int, result1 error) {
- fake.updateMutex.Lock()
- defer fake.updateMutex.Unlock()
- fake.UpdateStub = nil
- if fake.updateReturnsOnCall == nil {
- fake.updateReturnsOnCall = make(map[int]struct {
- result1 error
- })
- }
- fake.updateReturnsOnCall[i] = struct {
- result1 error
- }{result1}
- }
- func (fake *StatusWriter) Invocations() map[string][][]interface{} {
- fake.invocationsMutex.RLock()
- defer fake.invocationsMutex.RUnlock()
- fake.patchMutex.RLock()
- defer fake.patchMutex.RUnlock()
- fake.updateMutex.RLock()
- defer fake.updateMutex.RUnlock()
- copiedInvocations := map[string][][]interface{}{}
- for key, value := range fake.invocations {
- copiedInvocations[key] = value
- }
- return copiedInvocations
- }
- func (fake *StatusWriter) recordInvocation(key string, args []interface{}) {
- fake.invocationsMutex.Lock()
- defer fake.invocationsMutex.Unlock()
- if fake.invocations == nil {
- fake.invocations = map[string][][]interface{}{}
- }
- if fake.invocations[key] == nil {
- fake.invocations[key] = [][]interface{}{}
- }
- fake.invocations[key] = append(fake.invocations[key], args)
- }
- var _ client.StatusWriter = new(StatusWriter)
|