Documentation ¶
Overview ¶
Code generated by counterfeiter. DO NOT EDIT.
Index ¶
- type FakeFlux
- func (fake *FakeFlux) CreateHelmReleaseGitRepository(arg1 string, arg2 string, arg3 string, arg4 string) ([]byte, error)
- func (fake *FakeFlux) CreateHelmReleaseGitRepositoryArgsForCall(i int) (string, string, string, string)
- func (fake *FakeFlux) CreateHelmReleaseGitRepositoryCallCount() int
- func (fake *FakeFlux) CreateHelmReleaseGitRepositoryCalls(stub func(string, string, string, string) ([]byte, error))
- func (fake *FakeFlux) CreateHelmReleaseGitRepositoryReturns(result1 []byte, result2 error)
- func (fake *FakeFlux) CreateHelmReleaseGitRepositoryReturnsOnCall(i int, result1 []byte, result2 error)
- func (fake *FakeFlux) CreateHelmReleaseHelmRepository(arg1 string, arg2 string, arg3 string) ([]byte, error)
- func (fake *FakeFlux) CreateHelmReleaseHelmRepositoryArgsForCall(i int) (string, string, string)
- func (fake *FakeFlux) CreateHelmReleaseHelmRepositoryCallCount() int
- func (fake *FakeFlux) CreateHelmReleaseHelmRepositoryCalls(stub func(string, string, string) ([]byte, error))
- func (fake *FakeFlux) CreateHelmReleaseHelmRepositoryReturns(result1 []byte, result2 error)
- func (fake *FakeFlux) CreateHelmReleaseHelmRepositoryReturnsOnCall(i int, result1 []byte, result2 error)
- func (fake *FakeFlux) CreateKustomization(arg1 string, arg2 string, arg3 string, arg4 string) ([]byte, error)
- func (fake *FakeFlux) CreateKustomizationArgsForCall(i int) (string, string, string, string)
- func (fake *FakeFlux) CreateKustomizationCallCount() int
- func (fake *FakeFlux) CreateKustomizationCalls(stub func(string, string, string, string) ([]byte, error))
- func (fake *FakeFlux) CreateKustomizationReturns(result1 []byte, result2 error)
- func (fake *FakeFlux) CreateKustomizationReturnsOnCall(i int, result1 []byte, result2 error)
- func (fake *FakeFlux) CreateSecretGit(arg1 string, arg2 string, arg3 string) ([]byte, error)
- func (fake *FakeFlux) CreateSecretGitArgsForCall(i int) (string, string, string)
- func (fake *FakeFlux) CreateSecretGitCallCount() int
- func (fake *FakeFlux) CreateSecretGitCalls(stub func(string, string, string) ([]byte, error))
- func (fake *FakeFlux) CreateSecretGitReturns(result1 []byte, result2 error)
- func (fake *FakeFlux) CreateSecretGitReturnsOnCall(i int, result1 []byte, result2 error)
- func (fake *FakeFlux) CreateSourceGit(arg1 string, arg2 string, arg3 string, arg4 string, arg5 string) ([]byte, error)
- func (fake *FakeFlux) CreateSourceGitArgsForCall(i int) (string, string, string, string, string)
- func (fake *FakeFlux) CreateSourceGitCallCount() int
- func (fake *FakeFlux) CreateSourceGitCalls(stub func(string, string, string, string, string) ([]byte, error))
- func (fake *FakeFlux) CreateSourceGitReturns(result1 []byte, result2 error)
- func (fake *FakeFlux) CreateSourceGitReturnsOnCall(i int, result1 []byte, result2 error)
- func (fake *FakeFlux) CreateSourceHelm(arg1 string, arg2 string, arg3 string) ([]byte, error)
- func (fake *FakeFlux) CreateSourceHelmArgsForCall(i int) (string, string, string)
- func (fake *FakeFlux) CreateSourceHelmCallCount() int
- func (fake *FakeFlux) CreateSourceHelmCalls(stub func(string, string, string) ([]byte, error))
- func (fake *FakeFlux) CreateSourceHelmReturns(result1 []byte, result2 error)
- func (fake *FakeFlux) CreateSourceHelmReturnsOnCall(i int, result1 []byte, result2 error)
- func (fake *FakeFlux) Install(arg1 string, arg2 bool) ([]byte, error)
- func (fake *FakeFlux) InstallArgsForCall(i int) (string, bool)
- func (fake *FakeFlux) InstallCallCount() int
- func (fake *FakeFlux) InstallCalls(stub func(string, bool) ([]byte, error))
- func (fake *FakeFlux) InstallReturns(result1 []byte, result2 error)
- func (fake *FakeFlux) InstallReturnsOnCall(i int, result1 []byte, result2 error)
- func (fake *FakeFlux) Invocations() map[string][][]interface{}
- func (fake *FakeFlux) Uninstall(arg1 string, arg2 bool) error
- func (fake *FakeFlux) UninstallArgsForCall(i int) (string, bool)
- func (fake *FakeFlux) UninstallCallCount() int
- func (fake *FakeFlux) UninstallCalls(stub func(string, bool) error)
- func (fake *FakeFlux) UninstallReturns(result1 error)
- func (fake *FakeFlux) UninstallReturnsOnCall(i int, result1 error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type FakeFlux ¶
type FakeFlux struct { CreateHelmReleaseGitRepositoryStub func(string, string, string, string) ([]byte, error) CreateHelmReleaseHelmRepositoryStub func(string, string, string) ([]byte, error) CreateKustomizationStub func(string, string, string, string) ([]byte, error) CreateSecretGitStub func(string, string, string) ([]byte, error) CreateSourceGitStub func(string, string, string, string, string) ([]byte, error) CreateSourceHelmStub func(string, string, string) ([]byte, error) InstallStub func(string, bool) ([]byte, error) UninstallStub func(string, bool) error // contains filtered or unexported fields }
func (*FakeFlux) CreateHelmReleaseGitRepository ¶
func (*FakeFlux) CreateHelmReleaseGitRepositoryArgsForCall ¶
func (*FakeFlux) CreateHelmReleaseGitRepositoryCallCount ¶
func (*FakeFlux) CreateHelmReleaseGitRepositoryCalls ¶
func (*FakeFlux) CreateHelmReleaseGitRepositoryReturns ¶
func (*FakeFlux) CreateHelmReleaseGitRepositoryReturnsOnCall ¶
func (*FakeFlux) CreateHelmReleaseHelmRepository ¶
func (*FakeFlux) CreateHelmReleaseHelmRepositoryArgsForCall ¶
func (*FakeFlux) CreateHelmReleaseHelmRepositoryCallCount ¶
func (*FakeFlux) CreateHelmReleaseHelmRepositoryCalls ¶
func (*FakeFlux) CreateHelmReleaseHelmRepositoryReturns ¶
func (*FakeFlux) CreateHelmReleaseHelmRepositoryReturnsOnCall ¶
func (*FakeFlux) CreateKustomization ¶
func (*FakeFlux) CreateKustomizationArgsForCall ¶
func (*FakeFlux) CreateKustomizationCallCount ¶
func (*FakeFlux) CreateKustomizationCalls ¶
func (*FakeFlux) CreateKustomizationReturns ¶
func (*FakeFlux) CreateKustomizationReturnsOnCall ¶
func (*FakeFlux) CreateSecretGit ¶
func (*FakeFlux) CreateSecretGitArgsForCall ¶
func (*FakeFlux) CreateSecretGitCallCount ¶
func (*FakeFlux) CreateSecretGitCalls ¶
func (*FakeFlux) CreateSecretGitReturns ¶
func (*FakeFlux) CreateSecretGitReturnsOnCall ¶
func (*FakeFlux) CreateSourceGit ¶
func (*FakeFlux) CreateSourceGitArgsForCall ¶
func (*FakeFlux) CreateSourceGitCallCount ¶
func (*FakeFlux) CreateSourceGitCalls ¶
func (*FakeFlux) CreateSourceGitReturns ¶
func (*FakeFlux) CreateSourceGitReturnsOnCall ¶
func (*FakeFlux) CreateSourceHelm ¶
func (*FakeFlux) CreateSourceHelmArgsForCall ¶
func (*FakeFlux) CreateSourceHelmCallCount ¶
func (*FakeFlux) CreateSourceHelmCalls ¶
func (*FakeFlux) CreateSourceHelmReturns ¶
func (*FakeFlux) CreateSourceHelmReturnsOnCall ¶
func (*FakeFlux) InstallArgsForCall ¶
func (*FakeFlux) InstallCallCount ¶
func (*FakeFlux) InstallCalls ¶
func (*FakeFlux) InstallReturns ¶
func (*FakeFlux) InstallReturnsOnCall ¶
func (*FakeFlux) Invocations ¶
func (*FakeFlux) UninstallArgsForCall ¶
func (*FakeFlux) UninstallCallCount ¶
func (*FakeFlux) UninstallCalls ¶
func (*FakeFlux) UninstallReturns ¶
func (*FakeFlux) UninstallReturnsOnCall ¶
Click to show internal directories.
Click to hide internal directories.