Documentation ¶
Overview ¶
Code generated by counterfeiter. DO NOT EDIT.
Code generated by counterfeiter. DO NOT EDIT.
Code generated by counterfeiter. DO NOT EDIT.
Code generated by counterfeiter. DO NOT EDIT.
Index ¶
- type FakeCreatorInterface
- func (fake *FakeCreatorInterface) Create(arg1 context.Context, arg2 []v1alpha5.AccessEntry) error
- func (fake *FakeCreatorInterface) CreateArgsForCall(i int) (context.Context, []v1alpha5.AccessEntry)
- func (fake *FakeCreatorInterface) CreateCallCount() int
- func (fake *FakeCreatorInterface) CreateCalls(stub func(context.Context, []v1alpha5.AccessEntry) error)
- func (fake *FakeCreatorInterface) CreateReturns(result1 error)
- func (fake *FakeCreatorInterface) CreateReturnsOnCall(i int, result1 error)
- func (fake *FakeCreatorInterface) CreateTasks(arg1 context.Context, arg2 []v1alpha5.AccessEntry) *tasks.TaskTree
- func (fake *FakeCreatorInterface) CreateTasksArgsForCall(i int) (context.Context, []v1alpha5.AccessEntry)
- func (fake *FakeCreatorInterface) CreateTasksCallCount() int
- func (fake *FakeCreatorInterface) CreateTasksCalls(stub func(context.Context, []v1alpha5.AccessEntry) *tasks.TaskTree)
- func (fake *FakeCreatorInterface) CreateTasksReturns(result1 *tasks.TaskTree)
- func (fake *FakeCreatorInterface) CreateTasksReturnsOnCall(i int, result1 *tasks.TaskTree)
- func (fake *FakeCreatorInterface) Invocations() map[string][][]interface{}
- type FakeGetterInterface
- func (fake *FakeGetterInterface) Get(arg1 context.Context, arg2 v1alpha5.ARN) ([]accessentry.Summary, error)
- func (fake *FakeGetterInterface) GetArgsForCall(i int) (context.Context, v1alpha5.ARN)
- func (fake *FakeGetterInterface) GetCallCount() int
- func (fake *FakeGetterInterface) GetCalls(stub func(context.Context, v1alpha5.ARN) ([]accessentry.Summary, error))
- func (fake *FakeGetterInterface) GetReturns(result1 []accessentry.Summary, result2 error)
- func (fake *FakeGetterInterface) GetReturnsOnCall(i int, result1 []accessentry.Summary, result2 error)
- func (fake *FakeGetterInterface) Invocations() map[string][][]interface{}
- type FakeStackCreator
- func (fake *FakeStackCreator) CreateStack(arg1 context.Context, arg2 string, arg3 builder.ResourceSetReader, ...) error
- func (fake *FakeStackCreator) CreateStackArgsForCall(i int) (context.Context, string, builder.ResourceSetReader, map[string]string, ...)
- func (fake *FakeStackCreator) CreateStackCallCount() int
- func (fake *FakeStackCreator) CreateStackCalls(...)
- func (fake *FakeStackCreator) CreateStackReturns(result1 error)
- func (fake *FakeStackCreator) CreateStackReturnsOnCall(i int, result1 error)
- func (fake *FakeStackCreator) Invocations() map[string][][]interface{}
- func (fake *FakeStackCreator) TroubleshootStackFailureCause(arg1 context.Context, arg2 *types.Stack, arg3 types.StackStatus)
- func (fake *FakeStackCreator) TroubleshootStackFailureCauseArgsForCall(i int) (context.Context, *types.Stack, types.StackStatus)
- func (fake *FakeStackCreator) TroubleshootStackFailureCauseCallCount() int
- func (fake *FakeStackCreator) TroubleshootStackFailureCauseCalls(stub func(context.Context, *types.Stack, types.StackStatus))
- type FakeStackRemover
- func (fake *FakeStackRemover) DeleteStackBySpecSync(arg1 context.Context, arg2 *types.Stack, arg3 chan error) error
- func (fake *FakeStackRemover) DeleteStackBySpecSyncArgsForCall(i int) (context.Context, *types.Stack, chan error)
- func (fake *FakeStackRemover) DeleteStackBySpecSyncCallCount() int
- func (fake *FakeStackRemover) DeleteStackBySpecSyncCalls(stub func(context.Context, *types.Stack, chan error) error)
- func (fake *FakeStackRemover) DeleteStackBySpecSyncReturns(result1 error)
- func (fake *FakeStackRemover) DeleteStackBySpecSyncReturnsOnCall(i int, result1 error)
- func (fake *FakeStackRemover) DescribeStack(arg1 context.Context, arg2 *types.Stack) (*types.Stack, error)
- func (fake *FakeStackRemover) DescribeStackArgsForCall(i int) (context.Context, *types.Stack)
- func (fake *FakeStackRemover) DescribeStackCallCount() int
- func (fake *FakeStackRemover) DescribeStackCalls(stub func(context.Context, *types.Stack) (*types.Stack, error))
- func (fake *FakeStackRemover) DescribeStackReturns(result1 *types.Stack, result2 error)
- func (fake *FakeStackRemover) DescribeStackReturnsOnCall(i int, result1 *types.Stack, result2 error)
- func (fake *FakeStackRemover) Invocations() map[string][][]interface{}
- func (fake *FakeStackRemover) ListAccessEntryStackNames(arg1 context.Context, arg2 string) ([]string, error)
- func (fake *FakeStackRemover) ListAccessEntryStackNamesArgsForCall(i int) (context.Context, string)
- func (fake *FakeStackRemover) ListAccessEntryStackNamesCallCount() int
- func (fake *FakeStackRemover) ListAccessEntryStackNamesCalls(stub func(context.Context, string) ([]string, error))
- func (fake *FakeStackRemover) ListAccessEntryStackNamesReturns(result1 []string, result2 error)
- func (fake *FakeStackRemover) ListAccessEntryStackNamesReturnsOnCall(i int, result1 []string, result2 error)
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 FakeGetterInterface ¶ added in v0.177.0
type FakeGetterInterface struct { GetStub func(context.Context, v1alpha5.ARN) ([]accessentry.Summary, error) // contains filtered or unexported fields }
func (*FakeGetterInterface) Get ¶ added in v0.177.0
func (fake *FakeGetterInterface) Get(arg1 context.Context, arg2 v1alpha5.ARN) ([]accessentry.Summary, error)
func (*FakeGetterInterface) GetArgsForCall ¶ added in v0.177.0
func (*FakeGetterInterface) GetCallCount ¶ added in v0.177.0
func (fake *FakeGetterInterface) GetCallCount() int
func (*FakeGetterInterface) GetCalls ¶ added in v0.177.0
func (fake *FakeGetterInterface) GetCalls(stub func(context.Context, v1alpha5.ARN) ([]accessentry.Summary, error))
func (*FakeGetterInterface) GetReturns ¶ added in v0.177.0
func (fake *FakeGetterInterface) GetReturns(result1 []accessentry.Summary, result2 error)
func (*FakeGetterInterface) GetReturnsOnCall ¶ added in v0.177.0
func (fake *FakeGetterInterface) GetReturnsOnCall(i int, result1 []accessentry.Summary, result2 error)
func (*FakeGetterInterface) Invocations ¶ added in v0.177.0
func (fake *FakeGetterInterface) 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 (*FakeStackCreator) CreateStackArgsForCall ¶
func (*FakeStackCreator) CreateStackCallCount ¶
func (fake *FakeStackCreator) CreateStackCallCount() int
func (*FakeStackCreator) CreateStackCalls ¶
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 (*FakeStackRemover) DeleteStackBySpecSyncArgsForCall ¶
func (*FakeStackRemover) DeleteStackBySpecSyncCallCount ¶
func (fake *FakeStackRemover) DeleteStackBySpecSyncCallCount() int
func (*FakeStackRemover) DeleteStackBySpecSyncCalls ¶
func (*FakeStackRemover) DeleteStackBySpecSyncReturns ¶
func (fake *FakeStackRemover) DeleteStackBySpecSyncReturns(result1 error)
func (*FakeStackRemover) DeleteStackBySpecSyncReturnsOnCall ¶
func (fake *FakeStackRemover) DeleteStackBySpecSyncReturnsOnCall(i int, result1 error)
func (*FakeStackRemover) DescribeStack ¶
func (*FakeStackRemover) DescribeStackArgsForCall ¶
func (*FakeStackRemover) DescribeStackCallCount ¶
func (fake *FakeStackRemover) DescribeStackCallCount() int
func (*FakeStackRemover) DescribeStackCalls ¶
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 (*FakeStackRemover) ListAccessEntryStackNamesArgsForCall ¶
func (fake *FakeStackRemover) ListAccessEntryStackNamesArgsForCall(i int) (context.Context, string)
func (*FakeStackRemover) ListAccessEntryStackNamesCallCount ¶
func (fake *FakeStackRemover) ListAccessEntryStackNamesCallCount() int
func (*FakeStackRemover) ListAccessEntryStackNamesCalls ¶
func (*FakeStackRemover) ListAccessEntryStackNamesReturns ¶
func (fake *FakeStackRemover) ListAccessEntryStackNamesReturns(result1 []string, result2 error)
func (*FakeStackRemover) ListAccessEntryStackNamesReturnsOnCall ¶
func (fake *FakeStackRemover) ListAccessEntryStackNamesReturnsOnCall(i int, result1 []string, result2 error)
Click to show internal directories.
Click to hide internal directories.