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 FakeImageClient
- func (fake *FakeImageClient) Build(arg1 string, arg2 string, arg3 ...string) error
- func (fake *FakeImageClient) BuildArgsForCall(i int) (string, string, []string)
- func (fake *FakeImageClient) BuildCallCount() int
- func (fake *FakeImageClient) BuildCalls(stub func(string, string, ...string) error)
- func (fake *FakeImageClient) BuildReturns(result1 error)
- func (fake *FakeImageClient) BuildReturnsOnCall(i int, result1 error)
- func (fake *FakeImageClient) Invocations() map[string][][]interface{}
- func (fake *FakeImageClient) Pull(arg1 string, arg2 authn.Keychain) (v1.Image, error)
- func (fake *FakeImageClient) PullArgsForCall(i int) (string, authn.Keychain)
- func (fake *FakeImageClient) PullCallCount() int
- func (fake *FakeImageClient) PullCalls(stub func(string, authn.Keychain) (v1.Image, error))
- func (fake *FakeImageClient) PullReturns(result1 v1.Image, result2 error)
- func (fake *FakeImageClient) PullReturnsOnCall(i int, result1 v1.Image, result2 error)
- func (fake *FakeImageClient) Push(arg1 string) (string, error)
- func (fake *FakeImageClient) PushArgsForCall(i int) string
- func (fake *FakeImageClient) PushCallCount() int
- func (fake *FakeImageClient) PushCalls(stub func(string) (string, error))
- func (fake *FakeImageClient) PushReturns(result1 string, result2 error)
- func (fake *FakeImageClient) PushReturnsOnCall(i int, result1 string, result2 error)
- func (fake *FakeImageClient) SetLabel(arg1 string, arg2 string, arg3 string) error
- func (fake *FakeImageClient) SetLabelArgsForCall(i int) (string, string, string)
- func (fake *FakeImageClient) SetLabelCallCount() int
- func (fake *FakeImageClient) SetLabelCalls(stub func(string, string, string) error)
- func (fake *FakeImageClient) SetLabelReturns(result1 error)
- func (fake *FakeImageClient) SetLabelReturnsOnCall(i int, result1 error)
- type FakeMixinsGenerator
- func (fake *FakeMixinsGenerator) GetMixins(arg1 []string, arg2 []string) ([]string, []string)
- func (fake *FakeMixinsGenerator) GetMixinsArgsForCall(i int) ([]string, []string)
- func (fake *FakeMixinsGenerator) GetMixinsCallCount() int
- func (fake *FakeMixinsGenerator) GetMixinsCalls(stub func([]string, []string) ([]string, []string))
- func (fake *FakeMixinsGenerator) GetMixinsReturns(result1 []string, result2 []string)
- func (fake *FakeMixinsGenerator) GetMixinsReturnsOnCall(i int, result1 []string, result2 []string)
- func (fake *FakeMixinsGenerator) Invocations() map[string][][]interface{}
- type FakePackageFinder
- func (fake *FakePackageFinder) GetPackageMetadata(arg1 string) (string, error)
- func (fake *FakePackageFinder) GetPackageMetadataArgsForCall(i int) string
- func (fake *FakePackageFinder) GetPackageMetadataCallCount() int
- func (fake *FakePackageFinder) GetPackageMetadataCalls(stub func(string) (string, error))
- func (fake *FakePackageFinder) GetPackageMetadataReturns(result1 string, result2 error)
- func (fake *FakePackageFinder) GetPackageMetadataReturnsOnCall(i int, result1 string, result2 error)
- func (fake *FakePackageFinder) GetPackagesList(arg1 string) ([]string, error)
- func (fake *FakePackageFinder) GetPackagesListArgsForCall(i int) string
- func (fake *FakePackageFinder) GetPackagesListCallCount() int
- func (fake *FakePackageFinder) GetPackagesListCalls(stub func(string) ([]string, error))
- func (fake *FakePackageFinder) GetPackagesListReturns(result1 []string, result2 error)
- func (fake *FakePackageFinder) GetPackagesListReturnsOnCall(i int, result1 []string, result2 error)
- func (fake *FakePackageFinder) Invocations() map[string][][]interface{}
- type FakeStack
- func (fake *FakeStack) GetBaseBuildDockerfilePath() string
- func (fake *FakeStack) GetBaseBuildDockerfilePathCallCount() int
- func (fake *FakeStack) GetBaseBuildDockerfilePathCalls(stub func() string)
- func (fake *FakeStack) GetBaseBuildDockerfilePathReturns(result1 string)
- func (fake *FakeStack) GetBaseBuildDockerfilePathReturnsOnCall(i int, result1 string)
- func (fake *FakeStack) GetBaseRunDockerfilePath() string
- func (fake *FakeStack) GetBaseRunDockerfilePathCallCount() int
- func (fake *FakeStack) GetBaseRunDockerfilePathCalls(stub func() string)
- func (fake *FakeStack) GetBaseRunDockerfilePathReturns(result1 string)
- func (fake *FakeStack) GetBaseRunDockerfilePathReturnsOnCall(i int, result1 string)
- func (fake *FakeStack) GetBuildDescription() string
- func (fake *FakeStack) GetBuildDescriptionCallCount() int
- func (fake *FakeStack) GetBuildDescriptionCalls(stub func() string)
- func (fake *FakeStack) GetBuildDescriptionReturns(result1 string)
- func (fake *FakeStack) GetBuildDescriptionReturnsOnCall(i int, result1 string)
- func (fake *FakeStack) GetBuildPackages() string
- func (fake *FakeStack) GetBuildPackagesCallCount() int
- func (fake *FakeStack) GetBuildPackagesCalls(stub func() string)
- func (fake *FakeStack) GetBuildPackagesReturns(result1 string)
- func (fake *FakeStack) GetBuildPackagesReturnsOnCall(i int, result1 string)
- func (fake *FakeStack) GetCNBBuildDockerfilePath() string
- func (fake *FakeStack) GetCNBBuildDockerfilePathCallCount() int
- func (fake *FakeStack) GetCNBBuildDockerfilePathCalls(stub func() string)
- func (fake *FakeStack) GetCNBBuildDockerfilePathReturns(result1 string)
- func (fake *FakeStack) GetCNBBuildDockerfilePathReturnsOnCall(i int, result1 string)
- func (fake *FakeStack) GetCNBRunDockerfilePath() string
- func (fake *FakeStack) GetCNBRunDockerfilePathCallCount() int
- func (fake *FakeStack) GetCNBRunDockerfilePathCalls(stub func() string)
- func (fake *FakeStack) GetCNBRunDockerfilePathReturns(result1 string)
- func (fake *FakeStack) GetCNBRunDockerfilePathReturnsOnCall(i int, result1 string)
- func (fake *FakeStack) GetName() string
- func (fake *FakeStack) GetNameCallCount() int
- func (fake *FakeStack) GetNameCalls(stub func() string)
- func (fake *FakeStack) GetNameReturns(result1 string)
- func (fake *FakeStack) GetNameReturnsOnCall(i int, result1 string)
- func (fake *FakeStack) GetRunDescription() string
- func (fake *FakeStack) GetRunDescriptionCallCount() int
- func (fake *FakeStack) GetRunDescriptionCalls(stub func() string)
- func (fake *FakeStack) GetRunDescriptionReturns(result1 string)
- func (fake *FakeStack) GetRunDescriptionReturnsOnCall(i int, result1 string)
- func (fake *FakeStack) GetRunPackages() string
- func (fake *FakeStack) GetRunPackagesCallCount() int
- func (fake *FakeStack) GetRunPackagesCalls(stub func() string)
- func (fake *FakeStack) GetRunPackagesReturns(result1 string)
- func (fake *FakeStack) GetRunPackagesReturnsOnCall(i int, result1 string)
- func (fake *FakeStack) GetSources() string
- func (fake *FakeStack) GetSourcesCallCount() int
- func (fake *FakeStack) GetSourcesCalls(stub func() string)
- func (fake *FakeStack) GetSourcesReturns(result1 string)
- func (fake *FakeStack) GetSourcesReturnsOnCall(i int, result1 string)
- func (fake *FakeStack) Invocations() map[string][][]interface{}
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type FakeImageClient ¶
type FakeImageClient struct { BuildStub func(string, string, ...string) error PullStub func(string, authn.Keychain) (v1.Image, error) PushStub func(string) (string, error) SetLabelStub func(string, string, string) error // contains filtered or unexported fields }
func (*FakeImageClient) Build ¶
func (fake *FakeImageClient) Build(arg1 string, arg2 string, arg3 ...string) error
func (*FakeImageClient) BuildArgsForCall ¶
func (fake *FakeImageClient) BuildArgsForCall(i int) (string, string, []string)
func (*FakeImageClient) BuildCallCount ¶
func (fake *FakeImageClient) BuildCallCount() int
func (*FakeImageClient) BuildCalls ¶
func (fake *FakeImageClient) BuildCalls(stub func(string, string, ...string) error)
func (*FakeImageClient) BuildReturns ¶
func (fake *FakeImageClient) BuildReturns(result1 error)
func (*FakeImageClient) BuildReturnsOnCall ¶
func (fake *FakeImageClient) BuildReturnsOnCall(i int, result1 error)
func (*FakeImageClient) Invocations ¶
func (fake *FakeImageClient) Invocations() map[string][][]interface{}
func (*FakeImageClient) PullArgsForCall ¶
func (fake *FakeImageClient) PullArgsForCall(i int) (string, authn.Keychain)
func (*FakeImageClient) PullCallCount ¶
func (fake *FakeImageClient) PullCallCount() int
func (*FakeImageClient) PullReturns ¶
func (fake *FakeImageClient) PullReturns(result1 v1.Image, result2 error)
func (*FakeImageClient) PullReturnsOnCall ¶
func (fake *FakeImageClient) PullReturnsOnCall(i int, result1 v1.Image, result2 error)
func (*FakeImageClient) PushArgsForCall ¶
func (fake *FakeImageClient) PushArgsForCall(i int) string
func (*FakeImageClient) PushCallCount ¶
func (fake *FakeImageClient) PushCallCount() int
func (*FakeImageClient) PushCalls ¶
func (fake *FakeImageClient) PushCalls(stub func(string) (string, error))
func (*FakeImageClient) PushReturns ¶
func (fake *FakeImageClient) PushReturns(result1 string, result2 error)
func (*FakeImageClient) PushReturnsOnCall ¶
func (fake *FakeImageClient) PushReturnsOnCall(i int, result1 string, result2 error)
func (*FakeImageClient) SetLabel ¶
func (fake *FakeImageClient) SetLabel(arg1 string, arg2 string, arg3 string) error
func (*FakeImageClient) SetLabelArgsForCall ¶
func (fake *FakeImageClient) SetLabelArgsForCall(i int) (string, string, string)
func (*FakeImageClient) SetLabelCallCount ¶
func (fake *FakeImageClient) SetLabelCallCount() int
func (*FakeImageClient) SetLabelCalls ¶
func (fake *FakeImageClient) SetLabelCalls(stub func(string, string, string) error)
func (*FakeImageClient) SetLabelReturns ¶
func (fake *FakeImageClient) SetLabelReturns(result1 error)
func (*FakeImageClient) SetLabelReturnsOnCall ¶
func (fake *FakeImageClient) SetLabelReturnsOnCall(i int, result1 error)
type FakeMixinsGenerator ¶
type FakeMixinsGenerator struct { GetMixinsStub func([]string, []string) ([]string, []string) // contains filtered or unexported fields }
func (*FakeMixinsGenerator) GetMixins ¶
func (fake *FakeMixinsGenerator) GetMixins(arg1 []string, arg2 []string) ([]string, []string)
func (*FakeMixinsGenerator) GetMixinsArgsForCall ¶
func (fake *FakeMixinsGenerator) GetMixinsArgsForCall(i int) ([]string, []string)
func (*FakeMixinsGenerator) GetMixinsCallCount ¶
func (fake *FakeMixinsGenerator) GetMixinsCallCount() int
func (*FakeMixinsGenerator) GetMixinsCalls ¶
func (fake *FakeMixinsGenerator) GetMixinsCalls(stub func([]string, []string) ([]string, []string))
func (*FakeMixinsGenerator) GetMixinsReturns ¶
func (fake *FakeMixinsGenerator) GetMixinsReturns(result1 []string, result2 []string)
func (*FakeMixinsGenerator) GetMixinsReturnsOnCall ¶
func (fake *FakeMixinsGenerator) GetMixinsReturnsOnCall(i int, result1 []string, result2 []string)
func (*FakeMixinsGenerator) Invocations ¶
func (fake *FakeMixinsGenerator) Invocations() map[string][][]interface{}
type FakePackageFinder ¶
type FakePackageFinder struct { GetPackageMetadataStub func(string) (string, error) GetPackagesListStub func(string) ([]string, error) // contains filtered or unexported fields }
func (*FakePackageFinder) GetPackageMetadata ¶
func (fake *FakePackageFinder) GetPackageMetadata(arg1 string) (string, error)
func (*FakePackageFinder) GetPackageMetadataArgsForCall ¶
func (fake *FakePackageFinder) GetPackageMetadataArgsForCall(i int) string
func (*FakePackageFinder) GetPackageMetadataCallCount ¶
func (fake *FakePackageFinder) GetPackageMetadataCallCount() int
func (*FakePackageFinder) GetPackageMetadataCalls ¶
func (fake *FakePackageFinder) GetPackageMetadataCalls(stub func(string) (string, error))
func (*FakePackageFinder) GetPackageMetadataReturns ¶
func (fake *FakePackageFinder) GetPackageMetadataReturns(result1 string, result2 error)
func (*FakePackageFinder) GetPackageMetadataReturnsOnCall ¶
func (fake *FakePackageFinder) GetPackageMetadataReturnsOnCall(i int, result1 string, result2 error)
func (*FakePackageFinder) GetPackagesList ¶
func (fake *FakePackageFinder) GetPackagesList(arg1 string) ([]string, error)
func (*FakePackageFinder) GetPackagesListArgsForCall ¶
func (fake *FakePackageFinder) GetPackagesListArgsForCall(i int) string
func (*FakePackageFinder) GetPackagesListCallCount ¶
func (fake *FakePackageFinder) GetPackagesListCallCount() int
func (*FakePackageFinder) GetPackagesListCalls ¶
func (fake *FakePackageFinder) GetPackagesListCalls(stub func(string) ([]string, error))
func (*FakePackageFinder) GetPackagesListReturns ¶
func (fake *FakePackageFinder) GetPackagesListReturns(result1 []string, result2 error)
func (*FakePackageFinder) GetPackagesListReturnsOnCall ¶
func (fake *FakePackageFinder) GetPackagesListReturnsOnCall(i int, result1 []string, result2 error)
func (*FakePackageFinder) Invocations ¶
func (fake *FakePackageFinder) Invocations() map[string][][]interface{}
type FakeStack ¶
type FakeStack struct { GetBaseBuildDockerfilePathStub func() string GetBaseRunDockerfilePathStub func() string GetBuildDescriptionStub func() string GetBuildPackagesStub func() string GetCNBBuildDockerfilePathStub func() string GetCNBRunDockerfilePathStub func() string GetNameStub func() string GetRunDescriptionStub func() string GetRunPackagesStub func() string GetSourcesStub func() string // contains filtered or unexported fields }
func (*FakeStack) GetBaseBuildDockerfilePath ¶
func (*FakeStack) GetBaseBuildDockerfilePathCallCount ¶
func (*FakeStack) GetBaseBuildDockerfilePathCalls ¶
func (*FakeStack) GetBaseBuildDockerfilePathReturns ¶
func (*FakeStack) GetBaseBuildDockerfilePathReturnsOnCall ¶
func (*FakeStack) GetBaseRunDockerfilePath ¶
func (*FakeStack) GetBaseRunDockerfilePathCallCount ¶
func (*FakeStack) GetBaseRunDockerfilePathCalls ¶
func (*FakeStack) GetBaseRunDockerfilePathReturns ¶
func (*FakeStack) GetBaseRunDockerfilePathReturnsOnCall ¶
func (*FakeStack) GetBuildDescription ¶
func (*FakeStack) GetBuildDescriptionCallCount ¶
func (*FakeStack) GetBuildDescriptionCalls ¶
func (*FakeStack) GetBuildDescriptionReturns ¶
func (*FakeStack) GetBuildDescriptionReturnsOnCall ¶
func (*FakeStack) GetBuildPackages ¶
func (*FakeStack) GetBuildPackagesCallCount ¶
func (*FakeStack) GetBuildPackagesCalls ¶
func (*FakeStack) GetBuildPackagesReturns ¶
func (*FakeStack) GetBuildPackagesReturnsOnCall ¶
func (*FakeStack) GetCNBBuildDockerfilePath ¶
func (*FakeStack) GetCNBBuildDockerfilePathCallCount ¶
func (*FakeStack) GetCNBBuildDockerfilePathCalls ¶
func (*FakeStack) GetCNBBuildDockerfilePathReturns ¶
func (*FakeStack) GetCNBBuildDockerfilePathReturnsOnCall ¶
func (*FakeStack) GetCNBRunDockerfilePath ¶
func (*FakeStack) GetCNBRunDockerfilePathCallCount ¶
func (*FakeStack) GetCNBRunDockerfilePathCalls ¶
func (*FakeStack) GetCNBRunDockerfilePathReturns ¶
func (*FakeStack) GetCNBRunDockerfilePathReturnsOnCall ¶
func (*FakeStack) GetNameCallCount ¶
func (*FakeStack) GetNameCalls ¶
func (*FakeStack) GetNameReturns ¶
func (*FakeStack) GetNameReturnsOnCall ¶
func (*FakeStack) GetRunDescription ¶
func (*FakeStack) GetRunDescriptionCallCount ¶
func (*FakeStack) GetRunDescriptionCalls ¶
func (*FakeStack) GetRunDescriptionReturns ¶
func (*FakeStack) GetRunDescriptionReturnsOnCall ¶
func (*FakeStack) GetRunPackages ¶
func (*FakeStack) GetRunPackagesCallCount ¶
func (*FakeStack) GetRunPackagesCalls ¶
func (*FakeStack) GetRunPackagesReturns ¶
func (*FakeStack) GetRunPackagesReturnsOnCall ¶
func (*FakeStack) GetSources ¶
func (*FakeStack) GetSourcesCallCount ¶
func (*FakeStack) GetSourcesCalls ¶
func (*FakeStack) GetSourcesReturns ¶
func (*FakeStack) GetSourcesReturnsOnCall ¶
func (*FakeStack) Invocations ¶
Click to show internal directories.
Click to hide internal directories.