authfakes

package
v1.2.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Sep 6, 2022 License: Apache-2.0 Imports: 8 Imported by: 0

Documentation

Overview

Code generated by counterfeiter. DO NOT EDIT.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type FakeSecretInterface

type FakeSecretInterface struct {
	ApplyStub func(context.Context, *v1b.SecretApplyConfiguration, v1c.ApplyOptions) (*v1a.Secret, error)

	CreateStub func(context.Context, *v1a.Secret, v1c.CreateOptions) (*v1a.Secret, error)

	DeleteStub func(context.Context, string, v1c.DeleteOptions) error

	DeleteCollectionStub func(context.Context, v1c.DeleteOptions, v1c.ListOptions) error

	GetStub func(context.Context, string, v1c.GetOptions) (*v1a.Secret, error)

	ListStub func(context.Context, v1c.ListOptions) (*v1a.SecretList, error)

	PatchStub func(context.Context, string, types.PatchType, []byte, v1c.PatchOptions, ...string) (*v1a.Secret, error)

	UpdateStub func(context.Context, *v1a.Secret, v1c.UpdateOptions) (*v1a.Secret, error)

	WatchStub func(context.Context, v1c.ListOptions) (watch.Interface, error)
	// contains filtered or unexported fields
}

func (*FakeSecretInterface) Apply

func (*FakeSecretInterface) ApplyArgsForCall

func (*FakeSecretInterface) ApplyCallCount

func (fake *FakeSecretInterface) ApplyCallCount() int

func (*FakeSecretInterface) ApplyCalls

func (*FakeSecretInterface) ApplyReturns

func (fake *FakeSecretInterface) ApplyReturns(result1 *v1a.Secret, result2 error)

func (*FakeSecretInterface) ApplyReturnsOnCall

func (fake *FakeSecretInterface) ApplyReturnsOnCall(i int, result1 *v1a.Secret, result2 error)

func (*FakeSecretInterface) Create

func (fake *FakeSecretInterface) Create(arg1 context.Context, arg2 *v1a.Secret, arg3 v1c.CreateOptions) (*v1a.Secret, error)

func (*FakeSecretInterface) CreateArgsForCall

func (fake *FakeSecretInterface) CreateArgsForCall(i int) (context.Context, *v1a.Secret, v1c.CreateOptions)

func (*FakeSecretInterface) CreateCallCount

func (fake *FakeSecretInterface) CreateCallCount() int

func (*FakeSecretInterface) CreateCalls

func (fake *FakeSecretInterface) CreateCalls(stub func(context.Context, *v1a.Secret, v1c.CreateOptions) (*v1a.Secret, error))

func (*FakeSecretInterface) CreateReturns

func (fake *FakeSecretInterface) CreateReturns(result1 *v1a.Secret, result2 error)

func (*FakeSecretInterface) CreateReturnsOnCall

func (fake *FakeSecretInterface) CreateReturnsOnCall(i int, result1 *v1a.Secret, result2 error)

func (*FakeSecretInterface) Delete

func (fake *FakeSecretInterface) Delete(arg1 context.Context, arg2 string, arg3 v1c.DeleteOptions) error

func (*FakeSecretInterface) DeleteArgsForCall

func (fake *FakeSecretInterface) DeleteArgsForCall(i int) (context.Context, string, v1c.DeleteOptions)

func (*FakeSecretInterface) DeleteCallCount

func (fake *FakeSecretInterface) DeleteCallCount() int

func (*FakeSecretInterface) DeleteCalls

func (fake *FakeSecretInterface) DeleteCalls(stub func(context.Context, string, v1c.DeleteOptions) error)

func (*FakeSecretInterface) DeleteCollection

func (fake *FakeSecretInterface) DeleteCollection(arg1 context.Context, arg2 v1c.DeleteOptions, arg3 v1c.ListOptions) error

func (*FakeSecretInterface) DeleteCollectionArgsForCall

func (fake *FakeSecretInterface) DeleteCollectionArgsForCall(i int) (context.Context, v1c.DeleteOptions, v1c.ListOptions)

func (*FakeSecretInterface) DeleteCollectionCallCount

func (fake *FakeSecretInterface) DeleteCollectionCallCount() int

func (*FakeSecretInterface) DeleteCollectionCalls

func (fake *FakeSecretInterface) DeleteCollectionCalls(stub func(context.Context, v1c.DeleteOptions, v1c.ListOptions) error)

func (*FakeSecretInterface) DeleteCollectionReturns

func (fake *FakeSecretInterface) DeleteCollectionReturns(result1 error)

func (*FakeSecretInterface) DeleteCollectionReturnsOnCall

func (fake *FakeSecretInterface) DeleteCollectionReturnsOnCall(i int, result1 error)

func (*FakeSecretInterface) DeleteReturns

func (fake *FakeSecretInterface) DeleteReturns(result1 error)

func (*FakeSecretInterface) DeleteReturnsOnCall

func (fake *FakeSecretInterface) DeleteReturnsOnCall(i int, result1 error)

func (*FakeSecretInterface) Get

func (fake *FakeSecretInterface) Get(arg1 context.Context, arg2 string, arg3 v1c.GetOptions) (*v1a.Secret, error)

func (*FakeSecretInterface) GetArgsForCall

func (fake *FakeSecretInterface) GetArgsForCall(i int) (context.Context, string, v1c.GetOptions)

func (*FakeSecretInterface) GetCallCount

func (fake *FakeSecretInterface) GetCallCount() int

func (*FakeSecretInterface) GetCalls

func (fake *FakeSecretInterface) GetCalls(stub func(context.Context, string, v1c.GetOptions) (*v1a.Secret, error))

func (*FakeSecretInterface) GetReturns

func (fake *FakeSecretInterface) GetReturns(result1 *v1a.Secret, result2 error)

func (*FakeSecretInterface) GetReturnsOnCall

func (fake *FakeSecretInterface) GetReturnsOnCall(i int, result1 *v1a.Secret, result2 error)

func (*FakeSecretInterface) Invocations

func (fake *FakeSecretInterface) Invocations() map[string][][]interface{}

func (*FakeSecretInterface) List

func (*FakeSecretInterface) ListArgsForCall

func (fake *FakeSecretInterface) ListArgsForCall(i int) (context.Context, v1c.ListOptions)

func (*FakeSecretInterface) ListCallCount

func (fake *FakeSecretInterface) ListCallCount() int

func (*FakeSecretInterface) ListCalls

func (fake *FakeSecretInterface) ListCalls(stub func(context.Context, v1c.ListOptions) (*v1a.SecretList, error))

func (*FakeSecretInterface) ListReturns

func (fake *FakeSecretInterface) ListReturns(result1 *v1a.SecretList, result2 error)

func (*FakeSecretInterface) ListReturnsOnCall

func (fake *FakeSecretInterface) ListReturnsOnCall(i int, result1 *v1a.SecretList, result2 error)

func (*FakeSecretInterface) Patch

func (fake *FakeSecretInterface) Patch(arg1 context.Context, arg2 string, arg3 types.PatchType, arg4 []byte, arg5 v1c.PatchOptions, arg6 ...string) (*v1a.Secret, error)

func (*FakeSecretInterface) PatchArgsForCall

func (fake *FakeSecretInterface) PatchArgsForCall(i int) (context.Context, string, types.PatchType, []byte, v1c.PatchOptions, []string)

func (*FakeSecretInterface) PatchCallCount

func (fake *FakeSecretInterface) PatchCallCount() int

func (*FakeSecretInterface) PatchCalls

func (fake *FakeSecretInterface) PatchCalls(stub func(context.Context, string, types.PatchType, []byte, v1c.PatchOptions, ...string) (*v1a.Secret, error))

func (*FakeSecretInterface) PatchReturns

func (fake *FakeSecretInterface) PatchReturns(result1 *v1a.Secret, result2 error)

func (*FakeSecretInterface) PatchReturnsOnCall

func (fake *FakeSecretInterface) PatchReturnsOnCall(i int, result1 *v1a.Secret, result2 error)

func (*FakeSecretInterface) Update

func (fake *FakeSecretInterface) Update(arg1 context.Context, arg2 *v1a.Secret, arg3 v1c.UpdateOptions) (*v1a.Secret, error)

func (*FakeSecretInterface) UpdateArgsForCall

func (fake *FakeSecretInterface) UpdateArgsForCall(i int) (context.Context, *v1a.Secret, v1c.UpdateOptions)

func (*FakeSecretInterface) UpdateCallCount

func (fake *FakeSecretInterface) UpdateCallCount() int

func (*FakeSecretInterface) UpdateCalls

func (fake *FakeSecretInterface) UpdateCalls(stub func(context.Context, *v1a.Secret, v1c.UpdateOptions) (*v1a.Secret, error))

func (*FakeSecretInterface) UpdateReturns

func (fake *FakeSecretInterface) UpdateReturns(result1 *v1a.Secret, result2 error)

func (*FakeSecretInterface) UpdateReturnsOnCall

func (fake *FakeSecretInterface) UpdateReturnsOnCall(i int, result1 *v1a.Secret, result2 error)

func (*FakeSecretInterface) Watch

func (*FakeSecretInterface) WatchArgsForCall

func (fake *FakeSecretInterface) WatchArgsForCall(i int) (context.Context, v1c.ListOptions)

func (*FakeSecretInterface) WatchCallCount

func (fake *FakeSecretInterface) WatchCallCount() int

func (*FakeSecretInterface) WatchCalls

func (fake *FakeSecretInterface) WatchCalls(stub func(context.Context, v1c.ListOptions) (watch.Interface, error))

func (*FakeSecretInterface) WatchReturns

func (fake *FakeSecretInterface) WatchReturns(result1 watch.Interface, result2 error)

func (*FakeSecretInterface) WatchReturnsOnCall

func (fake *FakeSecretInterface) WatchReturnsOnCall(i int, result1 watch.Interface, result2 error)

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL