Documentation ¶
Overview ¶
Code generated by counterfeiter. DO NOT EDIT.
Index ¶
- type FakeBuildImplementation
- func (fake *FakeBuildImplementation) BuildImage(arg1 *options.Options, arg2 *types.ImageConfiguration, arg3 *exec.Executor, ...) error
- func (fake *FakeBuildImplementation) BuildImageArgsForCall(i int) (*options.Options, *types.ImageConfiguration, *exec.Executor, *s6.Context)
- func (fake *FakeBuildImplementation) BuildImageCallCount() int
- func (fake *FakeBuildImplementation) BuildImageCalls(...)
- func (fake *FakeBuildImplementation) BuildImageReturns(result1 error)
- func (fake *FakeBuildImplementation) BuildImageReturnsOnCall(i int, result1 error)
- func (fake *FakeBuildImplementation) BuildTarball(arg1 *options.Options) (string, error)
- func (fake *FakeBuildImplementation) BuildTarballArgsForCall(i int) *options.Options
- func (fake *FakeBuildImplementation) BuildTarballCallCount() int
- func (fake *FakeBuildImplementation) BuildTarballCalls(stub func(*options.Options) (string, error))
- func (fake *FakeBuildImplementation) BuildTarballReturns(result1 string, result2 error)
- func (fake *FakeBuildImplementation) BuildTarballReturnsOnCall(i int, result1 string, result2 error)
- func (fake *FakeBuildImplementation) GenerateOSRelease(arg1 *options.Options, arg2 *types.ImageConfiguration) error
- func (fake *FakeBuildImplementation) GenerateOSReleaseArgsForCall(i int) (*options.Options, *types.ImageConfiguration)
- func (fake *FakeBuildImplementation) GenerateOSReleaseCallCount() int
- func (fake *FakeBuildImplementation) GenerateOSReleaseCalls(stub func(*options.Options, *types.ImageConfiguration) error)
- func (fake *FakeBuildImplementation) GenerateOSReleaseReturns(result1 error)
- func (fake *FakeBuildImplementation) GenerateOSReleaseReturnsOnCall(i int, result1 error)
- func (fake *FakeBuildImplementation) GenerateSBOM(arg1 *options.Options) error
- func (fake *FakeBuildImplementation) GenerateSBOMArgsForCall(i int) *options.Options
- func (fake *FakeBuildImplementation) GenerateSBOMCallCount() int
- func (fake *FakeBuildImplementation) GenerateSBOMCalls(stub func(*options.Options) error)
- func (fake *FakeBuildImplementation) GenerateSBOMReturns(result1 error)
- func (fake *FakeBuildImplementation) GenerateSBOMReturnsOnCall(i int, result1 error)
- func (fake *FakeBuildImplementation) InitializeApk(arg1 *options.Options, arg2 *types.ImageConfiguration) error
- func (fake *FakeBuildImplementation) InitializeApkArgsForCall(i int) (*options.Options, *types.ImageConfiguration)
- func (fake *FakeBuildImplementation) InitializeApkCallCount() int
- func (fake *FakeBuildImplementation) InitializeApkCalls(stub func(*options.Options, *types.ImageConfiguration) error)
- func (fake *FakeBuildImplementation) InitializeApkReturns(result1 error)
- func (fake *FakeBuildImplementation) InitializeApkReturnsOnCall(i int, result1 error)
- func (fake *FakeBuildImplementation) InstallBusyboxSymlinks(arg1 *options.Options, arg2 *exec.Executor) error
- func (fake *FakeBuildImplementation) InstallBusyboxSymlinksArgsForCall(i int) (*options.Options, *exec.Executor)
- func (fake *FakeBuildImplementation) InstallBusyboxSymlinksCallCount() int
- func (fake *FakeBuildImplementation) InstallBusyboxSymlinksCalls(stub func(*options.Options, *exec.Executor) error)
- func (fake *FakeBuildImplementation) InstallBusyboxSymlinksReturns(result1 error)
- func (fake *FakeBuildImplementation) InstallBusyboxSymlinksReturnsOnCall(i int, result1 error)
- func (fake *FakeBuildImplementation) Invocations() map[string][][]interface{}
- func (fake *FakeBuildImplementation) MutateAccounts(arg1 *options.Options, arg2 *types.ImageConfiguration) error
- func (fake *FakeBuildImplementation) MutateAccountsArgsForCall(i int) (*options.Options, *types.ImageConfiguration)
- func (fake *FakeBuildImplementation) MutateAccountsCallCount() int
- func (fake *FakeBuildImplementation) MutateAccountsCalls(stub func(*options.Options, *types.ImageConfiguration) error)
- func (fake *FakeBuildImplementation) MutateAccountsReturns(result1 error)
- func (fake *FakeBuildImplementation) MutateAccountsReturnsOnCall(i int, result1 error)
- func (fake *FakeBuildImplementation) MutatePaths(arg1 *options.Options, arg2 *types.ImageConfiguration) error
- func (fake *FakeBuildImplementation) MutatePathsArgsForCall(i int) (*options.Options, *types.ImageConfiguration)
- func (fake *FakeBuildImplementation) MutatePathsCallCount() int
- func (fake *FakeBuildImplementation) MutatePathsCalls(stub func(*options.Options, *types.ImageConfiguration) error)
- func (fake *FakeBuildImplementation) MutatePathsReturns(result1 error)
- func (fake *FakeBuildImplementation) MutatePathsReturnsOnCall(i int, result1 error)
- func (fake *FakeBuildImplementation) Refresh(arg1 *options.Options) (*s6.Context, *exec.Executor, error)
- func (fake *FakeBuildImplementation) RefreshArgsForCall(i int) *options.Options
- func (fake *FakeBuildImplementation) RefreshCallCount() int
- func (fake *FakeBuildImplementation) RefreshCalls(stub func(*options.Options) (*s6.Context, *exec.Executor, error))
- func (fake *FakeBuildImplementation) RefreshReturns(result1 *s6.Context, result2 *exec.Executor, result3 error)
- func (fake *FakeBuildImplementation) RefreshReturnsOnCall(i int, result1 *s6.Context, result2 *exec.Executor, result3 error)
- func (fake *FakeBuildImplementation) ValidateImageConfiguration(arg1 *types.ImageConfiguration) error
- func (fake *FakeBuildImplementation) ValidateImageConfigurationArgsForCall(i int) *types.ImageConfiguration
- func (fake *FakeBuildImplementation) ValidateImageConfigurationCallCount() int
- func (fake *FakeBuildImplementation) ValidateImageConfigurationCalls(stub func(*types.ImageConfiguration) error)
- func (fake *FakeBuildImplementation) ValidateImageConfigurationReturns(result1 error)
- func (fake *FakeBuildImplementation) ValidateImageConfigurationReturnsOnCall(i int, result1 error)
- func (fake *FakeBuildImplementation) WriteSupervisionTree(arg1 *s6.Context, arg2 *types.ImageConfiguration) error
- func (fake *FakeBuildImplementation) WriteSupervisionTreeArgsForCall(i int) (*s6.Context, *types.ImageConfiguration)
- func (fake *FakeBuildImplementation) WriteSupervisionTreeCallCount() int
- func (fake *FakeBuildImplementation) WriteSupervisionTreeCalls(stub func(*s6.Context, *types.ImageConfiguration) error)
- func (fake *FakeBuildImplementation) WriteSupervisionTreeReturns(result1 error)
- func (fake *FakeBuildImplementation) WriteSupervisionTreeReturnsOnCall(i int, result1 error)
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 (*FakeBuildImplementation) InstallBusyboxSymlinks ¶
func (*FakeBuildImplementation) InstallBusyboxSymlinksArgsForCall ¶
func (*FakeBuildImplementation) InstallBusyboxSymlinksCallCount ¶
func (fake *FakeBuildImplementation) InstallBusyboxSymlinksCallCount() int
func (*FakeBuildImplementation) InstallBusyboxSymlinksCalls ¶
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) RefreshArgsForCall ¶
func (fake *FakeBuildImplementation) RefreshArgsForCall(i int) *options.Options
func (*FakeBuildImplementation) RefreshCallCount ¶
func (fake *FakeBuildImplementation) RefreshCallCount() int
func (*FakeBuildImplementation) RefreshCalls ¶
func (*FakeBuildImplementation) RefreshReturns ¶
func (*FakeBuildImplementation) RefreshReturnsOnCall ¶
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)
Click to show internal directories.
Click to hide internal directories.