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.
Code generated by counterfeiter. DO NOT EDIT.
Code generated by counterfeiter. DO NOT EDIT.
Code generated by counterfeiter. DO NOT EDIT.
Index ¶
- type FakeInstallation
- func (fake *FakeInstallation) Invocations() map[string][][]interface{}
- func (fake *FakeInstallation) Jobs() []installation.InstalledJob
- func (fake *FakeInstallation) JobsCallCount() int
- func (fake *FakeInstallation) JobsCalls(stub func() []installation.InstalledJob)
- func (fake *FakeInstallation) JobsReturns(result1 []installation.InstalledJob)
- func (fake *FakeInstallation) JobsReturnsOnCall(i int, result1 []installation.InstalledJob)
- func (fake *FakeInstallation) Target() installation.Target
- func (fake *FakeInstallation) TargetCallCount() int
- func (fake *FakeInstallation) TargetCalls(stub func() installation.Target)
- func (fake *FakeInstallation) TargetReturns(result1 installation.Target)
- func (fake *FakeInstallation) TargetReturnsOnCall(i int, result1 installation.Target)
- type FakeInstaller
- func (fake *FakeInstaller) Cleanup(arg1 installation.Installation) error
- func (fake *FakeInstaller) CleanupArgsForCall(i int) installation.Installation
- func (fake *FakeInstaller) CleanupCallCount() int
- func (fake *FakeInstaller) CleanupCalls(stub func(installation.Installation) error)
- func (fake *FakeInstaller) CleanupReturns(result1 error)
- func (fake *FakeInstaller) CleanupReturnsOnCall(i int, result1 error)
- func (fake *FakeInstaller) Install(arg1 manifest.Manifest, arg2 ui.Stage) (installation.Installation, error)
- func (fake *FakeInstaller) InstallArgsForCall(i int) (manifest.Manifest, ui.Stage)
- func (fake *FakeInstaller) InstallCallCount() int
- func (fake *FakeInstaller) InstallCalls(stub func(manifest.Manifest, ui.Stage) (installation.Installation, error))
- func (fake *FakeInstaller) InstallReturns(result1 installation.Installation, result2 error)
- func (fake *FakeInstaller) InstallReturnsOnCall(i int, result1 installation.Installation, result2 error)
- func (fake *FakeInstaller) Invocations() map[string][][]interface{}
- type FakeInstallerFactory
- func (fake *FakeInstallerFactory) Invocations() map[string][][]interface{}
- func (fake *FakeInstallerFactory) NewInstaller(arg1 installation.Target) installation.Installer
- func (fake *FakeInstallerFactory) NewInstallerArgsForCall(i int) installation.Target
- func (fake *FakeInstallerFactory) NewInstallerCallCount() int
- func (fake *FakeInstallerFactory) NewInstallerCalls(stub func(installation.Target) installation.Installer)
- func (fake *FakeInstallerFactory) NewInstallerReturns(result1 installation.Installer)
- func (fake *FakeInstallerFactory) NewInstallerReturnsOnCall(i int, result1 installation.Installer)
- type FakeJobRenderer
- func (fake *FakeJobRenderer) Invocations() map[string][][]interface{}
- func (fake *FakeJobRenderer) RenderAndUploadFrom(arg1 manifest.Manifest, arg2 []job.Job, arg3 ui.Stage) ([]installation.RenderedJobRef, error)
- func (fake *FakeJobRenderer) RenderAndUploadFromArgsForCall(i int) (manifest.Manifest, []job.Job, ui.Stage)
- func (fake *FakeJobRenderer) RenderAndUploadFromCallCount() int
- func (fake *FakeJobRenderer) RenderAndUploadFromCalls(...)
- func (fake *FakeJobRenderer) RenderAndUploadFromReturns(result1 []installation.RenderedJobRef, result2 error)
- func (fake *FakeJobRenderer) RenderAndUploadFromReturnsOnCall(i int, result1 []installation.RenderedJobRef, result2 error)
- type FakeJobResolver
- func (fake *FakeJobResolver) From(arg1 manifest.Manifest) ([]job.Job, error)
- func (fake *FakeJobResolver) FromArgsForCall(i int) manifest.Manifest
- func (fake *FakeJobResolver) FromCallCount() int
- func (fake *FakeJobResolver) FromCalls(stub func(manifest.Manifest) ([]job.Job, error))
- func (fake *FakeJobResolver) FromReturns(result1 []job.Job, result2 error)
- func (fake *FakeJobResolver) FromReturnsOnCall(i int, result1 []job.Job, result2 error)
- func (fake *FakeJobResolver) Invocations() map[string][][]interface{}
- type FakePackageCompiler
- func (fake *FakePackageCompiler) For(arg1 []job.Job, arg2 ui.Stage) ([]installation.CompiledPackageRef, error)
- func (fake *FakePackageCompiler) ForArgsForCall(i int) ([]job.Job, ui.Stage)
- func (fake *FakePackageCompiler) ForCallCount() int
- func (fake *FakePackageCompiler) ForCalls(stub func([]job.Job, ui.Stage) ([]installation.CompiledPackageRef, error))
- func (fake *FakePackageCompiler) ForReturns(result1 []installation.CompiledPackageRef, result2 error)
- func (fake *FakePackageCompiler) ForReturnsOnCall(i int, result1 []installation.CompiledPackageRef, result2 error)
- func (fake *FakePackageCompiler) Invocations() map[string][][]interface{}
- type FakeUninstaller
- func (fake *FakeUninstaller) Invocations() map[string][][]interface{}
- func (fake *FakeUninstaller) Uninstall(arg1 installation.Target) error
- func (fake *FakeUninstaller) UninstallArgsForCall(i int) installation.Target
- func (fake *FakeUninstaller) UninstallCallCount() int
- func (fake *FakeUninstaller) UninstallCalls(stub func(installation.Target) error)
- func (fake *FakeUninstaller) UninstallReturns(result1 error)
- func (fake *FakeUninstaller) UninstallReturnsOnCall(i int, result1 error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type FakeInstallation ¶
type FakeInstallation struct {
JobsStub func() []installation.InstalledJob
TargetStub func() installation.Target
// contains filtered or unexported fields
}
func (*FakeInstallation) Invocations ¶
func (fake *FakeInstallation) Invocations() map[string][][]interface{}
func (*FakeInstallation) Jobs ¶
func (fake *FakeInstallation) Jobs() []installation.InstalledJob
func (*FakeInstallation) JobsCallCount ¶
func (fake *FakeInstallation) JobsCallCount() int
func (*FakeInstallation) JobsCalls ¶
func (fake *FakeInstallation) JobsCalls(stub func() []installation.InstalledJob)
func (*FakeInstallation) JobsReturns ¶
func (fake *FakeInstallation) JobsReturns(result1 []installation.InstalledJob)
func (*FakeInstallation) JobsReturnsOnCall ¶
func (fake *FakeInstallation) JobsReturnsOnCall(i int, result1 []installation.InstalledJob)
func (*FakeInstallation) Target ¶
func (fake *FakeInstallation) Target() installation.Target
func (*FakeInstallation) TargetCallCount ¶
func (fake *FakeInstallation) TargetCallCount() int
func (*FakeInstallation) TargetCalls ¶
func (fake *FakeInstallation) TargetCalls(stub func() installation.Target)
func (*FakeInstallation) TargetReturns ¶
func (fake *FakeInstallation) TargetReturns(result1 installation.Target)
func (*FakeInstallation) TargetReturnsOnCall ¶
func (fake *FakeInstallation) TargetReturnsOnCall(i int, result1 installation.Target)
type FakeInstaller ¶
type FakeInstaller struct {
CleanupStub func(installation.Installation) error
InstallStub func(manifest.Manifest, ui.Stage) (installation.Installation, error)
// contains filtered or unexported fields
}
func (*FakeInstaller) Cleanup ¶
func (fake *FakeInstaller) Cleanup(arg1 installation.Installation) error
func (*FakeInstaller) CleanupArgsForCall ¶
func (fake *FakeInstaller) CleanupArgsForCall(i int) installation.Installation
func (*FakeInstaller) CleanupCallCount ¶
func (fake *FakeInstaller) CleanupCallCount() int
func (*FakeInstaller) CleanupCalls ¶
func (fake *FakeInstaller) CleanupCalls(stub func(installation.Installation) error)
func (*FakeInstaller) CleanupReturns ¶
func (fake *FakeInstaller) CleanupReturns(result1 error)
func (*FakeInstaller) CleanupReturnsOnCall ¶
func (fake *FakeInstaller) CleanupReturnsOnCall(i int, result1 error)
func (*FakeInstaller) Install ¶
func (fake *FakeInstaller) Install(arg1 manifest.Manifest, arg2 ui.Stage) (installation.Installation, error)
func (*FakeInstaller) InstallArgsForCall ¶
func (*FakeInstaller) InstallCallCount ¶
func (fake *FakeInstaller) InstallCallCount() int
func (*FakeInstaller) InstallCalls ¶
func (fake *FakeInstaller) InstallCalls(stub func(manifest.Manifest, ui.Stage) (installation.Installation, error))
func (*FakeInstaller) InstallReturns ¶
func (fake *FakeInstaller) InstallReturns(result1 installation.Installation, result2 error)
func (*FakeInstaller) InstallReturnsOnCall ¶
func (fake *FakeInstaller) InstallReturnsOnCall(i int, result1 installation.Installation, result2 error)
func (*FakeInstaller) Invocations ¶
func (fake *FakeInstaller) Invocations() map[string][][]interface{}
type FakeInstallerFactory ¶
type FakeInstallerFactory struct {
NewInstallerStub func(installation.Target) installation.Installer
// contains filtered or unexported fields
}
func (*FakeInstallerFactory) Invocations ¶
func (fake *FakeInstallerFactory) Invocations() map[string][][]interface{}
func (*FakeInstallerFactory) NewInstaller ¶
func (fake *FakeInstallerFactory) NewInstaller(arg1 installation.Target) installation.Installer
func (*FakeInstallerFactory) NewInstallerArgsForCall ¶
func (fake *FakeInstallerFactory) NewInstallerArgsForCall(i int) installation.Target
func (*FakeInstallerFactory) NewInstallerCallCount ¶
func (fake *FakeInstallerFactory) NewInstallerCallCount() int
func (*FakeInstallerFactory) NewInstallerCalls ¶
func (fake *FakeInstallerFactory) NewInstallerCalls(stub func(installation.Target) installation.Installer)
func (*FakeInstallerFactory) NewInstallerReturns ¶
func (fake *FakeInstallerFactory) NewInstallerReturns(result1 installation.Installer)
func (*FakeInstallerFactory) NewInstallerReturnsOnCall ¶
func (fake *FakeInstallerFactory) NewInstallerReturnsOnCall(i int, result1 installation.Installer)
type FakeJobRenderer ¶
type FakeJobRenderer struct {
RenderAndUploadFromStub func(manifest.Manifest, []job.Job, ui.Stage) ([]installation.RenderedJobRef, error)
// contains filtered or unexported fields
}
func (*FakeJobRenderer) Invocations ¶
func (fake *FakeJobRenderer) Invocations() map[string][][]interface{}
func (*FakeJobRenderer) RenderAndUploadFrom ¶
func (fake *FakeJobRenderer) RenderAndUploadFrom(arg1 manifest.Manifest, arg2 []job.Job, arg3 ui.Stage) ([]installation.RenderedJobRef, error)
func (*FakeJobRenderer) RenderAndUploadFromArgsForCall ¶
func (*FakeJobRenderer) RenderAndUploadFromCallCount ¶
func (fake *FakeJobRenderer) RenderAndUploadFromCallCount() int
func (*FakeJobRenderer) RenderAndUploadFromCalls ¶
func (fake *FakeJobRenderer) RenderAndUploadFromCalls(stub func(manifest.Manifest, []job.Job, ui.Stage) ([]installation.RenderedJobRef, error))
func (*FakeJobRenderer) RenderAndUploadFromReturns ¶
func (fake *FakeJobRenderer) RenderAndUploadFromReturns(result1 []installation.RenderedJobRef, result2 error)
func (*FakeJobRenderer) RenderAndUploadFromReturnsOnCall ¶
func (fake *FakeJobRenderer) RenderAndUploadFromReturnsOnCall(i int, result1 []installation.RenderedJobRef, result2 error)
type FakeJobResolver ¶
type FakeJobResolver struct {
FromStub func(manifest.Manifest) ([]job.Job, error)
// contains filtered or unexported fields
}
func (*FakeJobResolver) FromArgsForCall ¶
func (fake *FakeJobResolver) FromArgsForCall(i int) manifest.Manifest
func (*FakeJobResolver) FromCallCount ¶
func (fake *FakeJobResolver) FromCallCount() int
func (*FakeJobResolver) FromReturns ¶
func (fake *FakeJobResolver) FromReturns(result1 []job.Job, result2 error)
func (*FakeJobResolver) FromReturnsOnCall ¶
func (fake *FakeJobResolver) FromReturnsOnCall(i int, result1 []job.Job, result2 error)
func (*FakeJobResolver) Invocations ¶
func (fake *FakeJobResolver) Invocations() map[string][][]interface{}
type FakePackageCompiler ¶
type FakePackageCompiler struct {
ForStub func([]job.Job, ui.Stage) ([]installation.CompiledPackageRef, error)
// contains filtered or unexported fields
}
func (*FakePackageCompiler) For ¶
func (fake *FakePackageCompiler) For(arg1 []job.Job, arg2 ui.Stage) ([]installation.CompiledPackageRef, error)
func (*FakePackageCompiler) ForArgsForCall ¶
func (*FakePackageCompiler) ForCallCount ¶
func (fake *FakePackageCompiler) ForCallCount() int
func (*FakePackageCompiler) ForCalls ¶
func (fake *FakePackageCompiler) ForCalls(stub func([]job.Job, ui.Stage) ([]installation.CompiledPackageRef, error))
func (*FakePackageCompiler) ForReturns ¶
func (fake *FakePackageCompiler) ForReturns(result1 []installation.CompiledPackageRef, result2 error)
func (*FakePackageCompiler) ForReturnsOnCall ¶
func (fake *FakePackageCompiler) ForReturnsOnCall(i int, result1 []installation.CompiledPackageRef, result2 error)
func (*FakePackageCompiler) Invocations ¶
func (fake *FakePackageCompiler) Invocations() map[string][][]interface{}
type FakeUninstaller ¶
type FakeUninstaller struct {
UninstallStub func(installation.Target) error
// contains filtered or unexported fields
}
func (*FakeUninstaller) Invocations ¶
func (fake *FakeUninstaller) Invocations() map[string][][]interface{}
func (*FakeUninstaller) Uninstall ¶
func (fake *FakeUninstaller) Uninstall(arg1 installation.Target) error
func (*FakeUninstaller) UninstallArgsForCall ¶
func (fake *FakeUninstaller) UninstallArgsForCall(i int) installation.Target
func (*FakeUninstaller) UninstallCallCount ¶
func (fake *FakeUninstaller) UninstallCallCount() int
func (*FakeUninstaller) UninstallCalls ¶
func (fake *FakeUninstaller) UninstallCalls(stub func(installation.Target) error)
func (*FakeUninstaller) UninstallReturns ¶
func (fake *FakeUninstaller) UninstallReturns(result1 error)
func (*FakeUninstaller) UninstallReturnsOnCall ¶
func (fake *FakeUninstaller) UninstallReturnsOnCall(i int, result1 error)
Click to show internal directories.
Click to hide internal directories.