buildfakes

package
v0.3.0 Latest Latest
Warning

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

Go to latest
Published: Apr 12, 2022 License: Apache-2.0 Imports: 5 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 FakeBuildImplementation

type FakeBuildImplementation struct {
	BuildImageStub func(*options.Options, *types.ImageConfiguration, *exec.Executor, *s6.Context) error

	BuildTarballStub func(*options.Options) (string, error)

	GenerateOSReleaseStub func(*options.Options, *types.ImageConfiguration) error

	GenerateSBOMStub func(*options.Options) error

	InitializeApkStub func(*options.Options, *types.ImageConfiguration) error

	InstallBusyboxSymlinksStub func(*options.Options, *exec.Executor) error

	MutateAccountsStub func(*options.Options, *types.ImageConfiguration) error

	MutatePathsStub func(*options.Options, *types.ImageConfiguration) error

	RefreshStub func(*options.Options) (*s6.Context, *exec.Executor, error)

	ValidateImageConfigurationStub func(*types.ImageConfiguration) error

	WriteSupervisionTreeStub func(*s6.Context, *types.ImageConfiguration) error
	// contains filtered or unexported fields
}

func (*FakeBuildImplementation) BuildImage

func (fake *FakeBuildImplementation) BuildImage(arg1 *options.Options, arg2 *types.ImageConfiguration, arg3 *exec.Executor, arg4 *s6.Context) error

func (*FakeBuildImplementation) BuildImageArgsForCall

func (fake *FakeBuildImplementation) BuildImageArgsForCall(i int) (*options.Options, *types.ImageConfiguration, *exec.Executor, *s6.Context)

func (*FakeBuildImplementation) BuildImageCallCount

func (fake *FakeBuildImplementation) BuildImageCallCount() int

func (*FakeBuildImplementation) BuildImageCalls

func (fake *FakeBuildImplementation) BuildImageCalls(stub func(*options.Options, *types.ImageConfiguration, *exec.Executor, *s6.Context) error)

func (*FakeBuildImplementation) BuildImageReturns

func (fake *FakeBuildImplementation) BuildImageReturns(result1 error)

func (*FakeBuildImplementation) BuildImageReturnsOnCall

func (fake *FakeBuildImplementation) BuildImageReturnsOnCall(i int, result1 error)

func (*FakeBuildImplementation) BuildTarball

func (fake *FakeBuildImplementation) BuildTarball(arg1 *options.Options) (string, error)

func (*FakeBuildImplementation) BuildTarballArgsForCall

func (fake *FakeBuildImplementation) BuildTarballArgsForCall(i int) *options.Options

func (*FakeBuildImplementation) BuildTarballCallCount

func (fake *FakeBuildImplementation) BuildTarballCallCount() int

func (*FakeBuildImplementation) BuildTarballCalls

func (fake *FakeBuildImplementation) BuildTarballCalls(stub func(*options.Options) (string, error))

func (*FakeBuildImplementation) BuildTarballReturns

func (fake *FakeBuildImplementation) BuildTarballReturns(result1 string, result2 error)

func (*FakeBuildImplementation) BuildTarballReturnsOnCall

func (fake *FakeBuildImplementation) BuildTarballReturnsOnCall(i int, result1 string, result2 error)

func (*FakeBuildImplementation) GenerateOSRelease

func (fake *FakeBuildImplementation) GenerateOSRelease(arg1 *options.Options, arg2 *types.ImageConfiguration) error

func (*FakeBuildImplementation) GenerateOSReleaseArgsForCall

func (fake *FakeBuildImplementation) GenerateOSReleaseArgsForCall(i int) (*options.Options, *types.ImageConfiguration)

func (*FakeBuildImplementation) GenerateOSReleaseCallCount

func (fake *FakeBuildImplementation) GenerateOSReleaseCallCount() int

func (*FakeBuildImplementation) GenerateOSReleaseCalls

func (fake *FakeBuildImplementation) GenerateOSReleaseCalls(stub func(*options.Options, *types.ImageConfiguration) error)

func (*FakeBuildImplementation) GenerateOSReleaseReturns

func (fake *FakeBuildImplementation) GenerateOSReleaseReturns(result1 error)

func (*FakeBuildImplementation) GenerateOSReleaseReturnsOnCall

func (fake *FakeBuildImplementation) GenerateOSReleaseReturnsOnCall(i int, result1 error)

func (*FakeBuildImplementation) GenerateSBOM

func (fake *FakeBuildImplementation) GenerateSBOM(arg1 *options.Options) error

func (*FakeBuildImplementation) GenerateSBOMArgsForCall

func (fake *FakeBuildImplementation) GenerateSBOMArgsForCall(i int) *options.Options

func (*FakeBuildImplementation) GenerateSBOMCallCount

func (fake *FakeBuildImplementation) GenerateSBOMCallCount() int

func (*FakeBuildImplementation) GenerateSBOMCalls

func (fake *FakeBuildImplementation) GenerateSBOMCalls(stub func(*options.Options) error)

func (*FakeBuildImplementation) GenerateSBOMReturns

func (fake *FakeBuildImplementation) GenerateSBOMReturns(result1 error)

func (*FakeBuildImplementation) GenerateSBOMReturnsOnCall

func (fake *FakeBuildImplementation) GenerateSBOMReturnsOnCall(i int, result1 error)

func (*FakeBuildImplementation) InitializeApk

func (fake *FakeBuildImplementation) InitializeApk(arg1 *options.Options, arg2 *types.ImageConfiguration) error

func (*FakeBuildImplementation) InitializeApkArgsForCall

func (fake *FakeBuildImplementation) InitializeApkArgsForCall(i int) (*options.Options, *types.ImageConfiguration)

func (*FakeBuildImplementation) InitializeApkCallCount

func (fake *FakeBuildImplementation) InitializeApkCallCount() int

func (*FakeBuildImplementation) InitializeApkCalls

func (fake *FakeBuildImplementation) InitializeApkCalls(stub func(*options.Options, *types.ImageConfiguration) error)

func (*FakeBuildImplementation) InitializeApkReturns

func (fake *FakeBuildImplementation) InitializeApkReturns(result1 error)

func (*FakeBuildImplementation) InitializeApkReturnsOnCall

func (fake *FakeBuildImplementation) InitializeApkReturnsOnCall(i int, result1 error)
func (fake *FakeBuildImplementation) InstallBusyboxSymlinks(arg1 *options.Options, arg2 *exec.Executor) error

func (*FakeBuildImplementation) InstallBusyboxSymlinksArgsForCall

func (fake *FakeBuildImplementation) InstallBusyboxSymlinksArgsForCall(i int) (*options.Options, *exec.Executor)

func (*FakeBuildImplementation) InstallBusyboxSymlinksCallCount

func (fake *FakeBuildImplementation) InstallBusyboxSymlinksCallCount() int

func (*FakeBuildImplementation) InstallBusyboxSymlinksCalls

func (fake *FakeBuildImplementation) InstallBusyboxSymlinksCalls(stub func(*options.Options, *exec.Executor) error)

func (*FakeBuildImplementation) InstallBusyboxSymlinksReturns

func (fake *FakeBuildImplementation) InstallBusyboxSymlinksReturns(result1 error)

func (*FakeBuildImplementation) InstallBusyboxSymlinksReturnsOnCall

func (fake *FakeBuildImplementation) InstallBusyboxSymlinksReturnsOnCall(i int, result1 error)

func (*FakeBuildImplementation) Invocations

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

func (*FakeBuildImplementation) MutateAccounts

func (fake *FakeBuildImplementation) MutateAccounts(arg1 *options.Options, arg2 *types.ImageConfiguration) error

func (*FakeBuildImplementation) MutateAccountsArgsForCall

func (fake *FakeBuildImplementation) MutateAccountsArgsForCall(i int) (*options.Options, *types.ImageConfiguration)

func (*FakeBuildImplementation) MutateAccountsCallCount

func (fake *FakeBuildImplementation) MutateAccountsCallCount() int

func (*FakeBuildImplementation) MutateAccountsCalls

func (fake *FakeBuildImplementation) MutateAccountsCalls(stub func(*options.Options, *types.ImageConfiguration) error)

func (*FakeBuildImplementation) MutateAccountsReturns

func (fake *FakeBuildImplementation) MutateAccountsReturns(result1 error)

func (*FakeBuildImplementation) MutateAccountsReturnsOnCall

func (fake *FakeBuildImplementation) MutateAccountsReturnsOnCall(i int, result1 error)

func (*FakeBuildImplementation) MutatePaths

func (fake *FakeBuildImplementation) MutatePaths(arg1 *options.Options, arg2 *types.ImageConfiguration) error

func (*FakeBuildImplementation) MutatePathsArgsForCall

func (fake *FakeBuildImplementation) MutatePathsArgsForCall(i int) (*options.Options, *types.ImageConfiguration)

func (*FakeBuildImplementation) MutatePathsCallCount

func (fake *FakeBuildImplementation) MutatePathsCallCount() int

func (*FakeBuildImplementation) MutatePathsCalls

func (fake *FakeBuildImplementation) MutatePathsCalls(stub func(*options.Options, *types.ImageConfiguration) error)

func (*FakeBuildImplementation) MutatePathsReturns

func (fake *FakeBuildImplementation) MutatePathsReturns(result1 error)

func (*FakeBuildImplementation) MutatePathsReturnsOnCall

func (fake *FakeBuildImplementation) MutatePathsReturnsOnCall(i int, result1 error)

func (*FakeBuildImplementation) Refresh

func (fake *FakeBuildImplementation) Refresh(arg1 *options.Options) (*s6.Context, *exec.Executor, error)

func (*FakeBuildImplementation) RefreshArgsForCall

func (fake *FakeBuildImplementation) RefreshArgsForCall(i int) *options.Options

func (*FakeBuildImplementation) RefreshCallCount

func (fake *FakeBuildImplementation) RefreshCallCount() int

func (*FakeBuildImplementation) RefreshCalls

func (fake *FakeBuildImplementation) RefreshCalls(stub func(*options.Options) (*s6.Context, *exec.Executor, error))

func (*FakeBuildImplementation) RefreshReturns

func (fake *FakeBuildImplementation) RefreshReturns(result1 *s6.Context, result2 *exec.Executor, result3 error)

func (*FakeBuildImplementation) RefreshReturnsOnCall

func (fake *FakeBuildImplementation) RefreshReturnsOnCall(i int, result1 *s6.Context, result2 *exec.Executor, result3 error)

func (*FakeBuildImplementation) ValidateImageConfiguration

func (fake *FakeBuildImplementation) ValidateImageConfiguration(arg1 *types.ImageConfiguration) error

func (*FakeBuildImplementation) ValidateImageConfigurationArgsForCall

func (fake *FakeBuildImplementation) ValidateImageConfigurationArgsForCall(i int) *types.ImageConfiguration

func (*FakeBuildImplementation) ValidateImageConfigurationCallCount

func (fake *FakeBuildImplementation) ValidateImageConfigurationCallCount() int

func (*FakeBuildImplementation) ValidateImageConfigurationCalls

func (fake *FakeBuildImplementation) ValidateImageConfigurationCalls(stub func(*types.ImageConfiguration) error)

func (*FakeBuildImplementation) ValidateImageConfigurationReturns

func (fake *FakeBuildImplementation) ValidateImageConfigurationReturns(result1 error)

func (*FakeBuildImplementation) ValidateImageConfigurationReturnsOnCall

func (fake *FakeBuildImplementation) ValidateImageConfigurationReturnsOnCall(i int, result1 error)

func (*FakeBuildImplementation) WriteSupervisionTree

func (fake *FakeBuildImplementation) WriteSupervisionTree(arg1 *s6.Context, arg2 *types.ImageConfiguration) error

func (*FakeBuildImplementation) WriteSupervisionTreeArgsForCall

func (fake *FakeBuildImplementation) WriteSupervisionTreeArgsForCall(i int) (*s6.Context, *types.ImageConfiguration)

func (*FakeBuildImplementation) WriteSupervisionTreeCallCount

func (fake *FakeBuildImplementation) WriteSupervisionTreeCallCount() int

func (*FakeBuildImplementation) WriteSupervisionTreeCalls

func (fake *FakeBuildImplementation) WriteSupervisionTreeCalls(stub func(*s6.Context, *types.ImageConfiguration) error)

func (*FakeBuildImplementation) WriteSupervisionTreeReturns

func (fake *FakeBuildImplementation) WriteSupervisionTreeReturns(result1 error)

func (*FakeBuildImplementation) WriteSupervisionTreeReturnsOnCall

func (fake *FakeBuildImplementation) WriteSupervisionTreeReturnsOnCall(i int, result1 error)

Jump to

Keyboard shortcuts

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