fakes

package
v0.176.0 Latest Latest
Warning

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

Go to latest
Published: Apr 5, 2024 License: Apache-2.0 Imports: 7 Imported by: 0

Documentation

Overview

Code generated by counterfeiter. DO NOT EDIT.

Code generated by counterfeiter. DO NOT EDIT.

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 FakeCreatorInterface

type FakeCreatorInterface struct {
	CreateStub func(context.Context, []v1alpha5.AccessEntry) error

	CreateTasksStub func(context.Context, []v1alpha5.AccessEntry) *tasks.TaskTree
	// contains filtered or unexported fields
}

func (*FakeCreatorInterface) Create

func (fake *FakeCreatorInterface) Create(arg1 context.Context, arg2 []v1alpha5.AccessEntry) error

func (*FakeCreatorInterface) CreateArgsForCall

func (fake *FakeCreatorInterface) CreateArgsForCall(i int) (context.Context, []v1alpha5.AccessEntry)

func (*FakeCreatorInterface) CreateCallCount

func (fake *FakeCreatorInterface) CreateCallCount() int

func (*FakeCreatorInterface) CreateCalls

func (fake *FakeCreatorInterface) CreateCalls(stub func(context.Context, []v1alpha5.AccessEntry) error)

func (*FakeCreatorInterface) CreateReturns

func (fake *FakeCreatorInterface) CreateReturns(result1 error)

func (*FakeCreatorInterface) CreateReturnsOnCall

func (fake *FakeCreatorInterface) CreateReturnsOnCall(i int, result1 error)

func (*FakeCreatorInterface) CreateTasks

func (fake *FakeCreatorInterface) CreateTasks(arg1 context.Context, arg2 []v1alpha5.AccessEntry) *tasks.TaskTree

func (*FakeCreatorInterface) CreateTasksArgsForCall

func (fake *FakeCreatorInterface) CreateTasksArgsForCall(i int) (context.Context, []v1alpha5.AccessEntry)

func (*FakeCreatorInterface) CreateTasksCallCount

func (fake *FakeCreatorInterface) CreateTasksCallCount() int

func (*FakeCreatorInterface) CreateTasksCalls

func (fake *FakeCreatorInterface) CreateTasksCalls(stub func(context.Context, []v1alpha5.AccessEntry) *tasks.TaskTree)

func (*FakeCreatorInterface) CreateTasksReturns

func (fake *FakeCreatorInterface) CreateTasksReturns(result1 *tasks.TaskTree)

func (*FakeCreatorInterface) CreateTasksReturnsOnCall

func (fake *FakeCreatorInterface) CreateTasksReturnsOnCall(i int, result1 *tasks.TaskTree)

func (*FakeCreatorInterface) Invocations

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

type FakeStackCreator

type FakeStackCreator struct {
	CreateStackStub func(context.Context, string, builder.ResourceSetReader, map[string]string, map[string]string, chan error) error

	TroubleshootStackFailureCauseStub func(context.Context, *types.Stack, types.StackStatus)
	// contains filtered or unexported fields
}

func (*FakeStackCreator) CreateStack

func (fake *FakeStackCreator) CreateStack(arg1 context.Context, arg2 string, arg3 builder.ResourceSetReader, arg4 map[string]string, arg5 map[string]string, arg6 chan error) error

func (*FakeStackCreator) CreateStackArgsForCall

func (fake *FakeStackCreator) CreateStackArgsForCall(i int) (context.Context, string, builder.ResourceSetReader, map[string]string, map[string]string, chan error)

func (*FakeStackCreator) CreateStackCallCount

func (fake *FakeStackCreator) CreateStackCallCount() int

func (*FakeStackCreator) CreateStackCalls

func (fake *FakeStackCreator) CreateStackCalls(stub func(context.Context, string, builder.ResourceSetReader, map[string]string, map[string]string, chan error) error)

func (*FakeStackCreator) CreateStackReturns

func (fake *FakeStackCreator) CreateStackReturns(result1 error)

func (*FakeStackCreator) CreateStackReturnsOnCall

func (fake *FakeStackCreator) CreateStackReturnsOnCall(i int, result1 error)

func (*FakeStackCreator) Invocations

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

func (*FakeStackCreator) TroubleshootStackFailureCause

func (fake *FakeStackCreator) TroubleshootStackFailureCause(arg1 context.Context, arg2 *types.Stack, arg3 types.StackStatus)

func (*FakeStackCreator) TroubleshootStackFailureCauseArgsForCall

func (fake *FakeStackCreator) TroubleshootStackFailureCauseArgsForCall(i int) (context.Context, *types.Stack, types.StackStatus)

func (*FakeStackCreator) TroubleshootStackFailureCauseCallCount

func (fake *FakeStackCreator) TroubleshootStackFailureCauseCallCount() int

func (*FakeStackCreator) TroubleshootStackFailureCauseCalls

func (fake *FakeStackCreator) TroubleshootStackFailureCauseCalls(stub func(context.Context, *types.Stack, types.StackStatus))

type FakeStackRemover

type FakeStackRemover struct {
	DeleteStackBySpecSyncStub func(context.Context, *types.Stack, chan error) error

	DescribeStackStub func(context.Context, *types.Stack) (*types.Stack, error)

	ListAccessEntryStackNamesStub func(context.Context, string) ([]string, error)
	// contains filtered or unexported fields
}

func (*FakeStackRemover) DeleteStackBySpecSync

func (fake *FakeStackRemover) DeleteStackBySpecSync(arg1 context.Context, arg2 *types.Stack, arg3 chan error) error

func (*FakeStackRemover) DeleteStackBySpecSyncArgsForCall

func (fake *FakeStackRemover) DeleteStackBySpecSyncArgsForCall(i int) (context.Context, *types.Stack, chan error)

func (*FakeStackRemover) DeleteStackBySpecSyncCallCount

func (fake *FakeStackRemover) DeleteStackBySpecSyncCallCount() int

func (*FakeStackRemover) DeleteStackBySpecSyncCalls

func (fake *FakeStackRemover) DeleteStackBySpecSyncCalls(stub func(context.Context, *types.Stack, chan error) error)

func (*FakeStackRemover) DeleteStackBySpecSyncReturns

func (fake *FakeStackRemover) DeleteStackBySpecSyncReturns(result1 error)

func (*FakeStackRemover) DeleteStackBySpecSyncReturnsOnCall

func (fake *FakeStackRemover) DeleteStackBySpecSyncReturnsOnCall(i int, result1 error)

func (*FakeStackRemover) DescribeStack

func (fake *FakeStackRemover) DescribeStack(arg1 context.Context, arg2 *types.Stack) (*types.Stack, error)

func (*FakeStackRemover) DescribeStackArgsForCall

func (fake *FakeStackRemover) DescribeStackArgsForCall(i int) (context.Context, *types.Stack)

func (*FakeStackRemover) DescribeStackCallCount

func (fake *FakeStackRemover) DescribeStackCallCount() int

func (*FakeStackRemover) DescribeStackCalls

func (fake *FakeStackRemover) DescribeStackCalls(stub func(context.Context, *types.Stack) (*types.Stack, error))

func (*FakeStackRemover) DescribeStackReturns

func (fake *FakeStackRemover) DescribeStackReturns(result1 *types.Stack, result2 error)

func (*FakeStackRemover) DescribeStackReturnsOnCall

func (fake *FakeStackRemover) DescribeStackReturnsOnCall(i int, result1 *types.Stack, result2 error)

func (*FakeStackRemover) Invocations

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

func (*FakeStackRemover) ListAccessEntryStackNames

func (fake *FakeStackRemover) ListAccessEntryStackNames(arg1 context.Context, arg2 string) ([]string, error)

func (*FakeStackRemover) ListAccessEntryStackNamesArgsForCall

func (fake *FakeStackRemover) ListAccessEntryStackNamesArgsForCall(i int) (context.Context, string)

func (*FakeStackRemover) ListAccessEntryStackNamesCallCount

func (fake *FakeStackRemover) ListAccessEntryStackNamesCallCount() int

func (*FakeStackRemover) ListAccessEntryStackNamesCalls

func (fake *FakeStackRemover) ListAccessEntryStackNamesCalls(stub func(context.Context, string) ([]string, error))

func (*FakeStackRemover) ListAccessEntryStackNamesReturns

func (fake *FakeStackRemover) ListAccessEntryStackNamesReturns(result1 []string, result2 error)

func (*FakeStackRemover) ListAccessEntryStackNamesReturnsOnCall

func (fake *FakeStackRemover) ListAccessEntryStackNamesReturnsOnCall(i int, result1 []string, result2 error)

Jump to

Keyboard shortcuts

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