Documentation ¶
Overview ¶
Code generated by counterfeiter. DO NOT EDIT.
Index ¶
- type FakeFlux
- func (fake *FakeFlux) CreateHelmReleaseGitRepository(arg1 string, arg2 string, arg3 string, arg4 string, arg5 string) ([]byte, error)
- func (fake *FakeFlux) CreateHelmReleaseGitRepositoryArgsForCall(i int) (string, string, string, string, string)
- func (fake *FakeFlux) CreateHelmReleaseGitRepositoryCallCount() int
- func (fake *FakeFlux) CreateHelmReleaseGitRepositoryCalls(stub func(string, 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, arg4 string) ([]byte, error)
- func (fake *FakeFlux) CreateHelmReleaseHelmRepositoryArgsForCall(i int) (string, string, string, string)
- func (fake *FakeFlux) CreateHelmReleaseHelmRepositoryCallCount() int
- func (fake *FakeFlux) CreateHelmReleaseHelmRepositoryCalls(stub func(string, 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 gitproviders.RepoURL, arg3 string) ([]byte, error)
- func (fake *FakeFlux) CreateSecretGitArgsForCall(i int) (string, gitproviders.RepoURL, string)
- func (fake *FakeFlux) CreateSecretGitCallCount() int
- func (fake *FakeFlux) CreateSecretGitCalls(stub func(string, gitproviders.RepoURL, 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 gitproviders.RepoURL, arg3 string, arg4 string, arg5 string) ([]byte, error)
- func (fake *FakeFlux) CreateSourceGitArgsForCall(i int) (string, gitproviders.RepoURL, string, string, string)
- func (fake *FakeFlux) CreateSourceGitCallCount() int
- func (fake *FakeFlux) CreateSourceGitCalls(...)
- 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) GetAllResourcesStatus(arg1 string, arg2 string) ([]byte, error)
- func (fake *FakeFlux) GetAllResourcesStatusArgsForCall(i int) (string, string)
- func (fake *FakeFlux) GetAllResourcesStatusCallCount() int
- func (fake *FakeFlux) GetAllResourcesStatusCalls(stub func(string, string) ([]byte, error))
- func (fake *FakeFlux) GetAllResourcesStatusReturns(result1 []byte, result2 error)
- func (fake *FakeFlux) GetAllResourcesStatusReturnsOnCall(i int, result1 []byte, result2 error)
- func (fake *FakeFlux) GetBinPath() (string, error)
- func (fake *FakeFlux) GetBinPathCallCount() int
- func (fake *FakeFlux) GetBinPathCalls(stub func() (string, error))
- func (fake *FakeFlux) GetBinPathReturns(result1 string, result2 error)
- func (fake *FakeFlux) GetBinPathReturnsOnCall(i int, result1 string, result2 error)
- func (fake *FakeFlux) GetExePath() (string, error)
- func (fake *FakeFlux) GetExePathCallCount() int
- func (fake *FakeFlux) GetExePathCalls(stub func() (string, error))
- func (fake *FakeFlux) GetExePathReturns(result1 string, result2 error)
- func (fake *FakeFlux) GetExePathReturnsOnCall(i int, result1 string, result2 error)
- func (fake *FakeFlux) GetLatestStatusAllNamespaces() ([]string, error)
- func (fake *FakeFlux) GetLatestStatusAllNamespacesCallCount() int
- func (fake *FakeFlux) GetLatestStatusAllNamespacesCalls(stub func() ([]string, error))
- func (fake *FakeFlux) GetLatestStatusAllNamespacesReturns(result1 []string, result2 error)
- func (fake *FakeFlux) GetLatestStatusAllNamespacesReturnsOnCall(i int, result1 []string, result2 error)
- func (fake *FakeFlux) GetVersion() (string, error)
- func (fake *FakeFlux) GetVersionCallCount() int
- func (fake *FakeFlux) GetVersionCalls(stub func() (string, error))
- func (fake *FakeFlux) GetVersionReturns(result1 string, result2 error)
- func (fake *FakeFlux) GetVersionReturnsOnCall(i int, result1 string, 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) PreCheck() (string, error)
- func (fake *FakeFlux) PreCheckCallCount() int
- func (fake *FakeFlux) PreCheckCalls(stub func() (string, error))
- func (fake *FakeFlux) PreCheckReturns(result1 string, result2 error)
- func (fake *FakeFlux) PreCheckReturnsOnCall(i int, result1 string, result2 error)
- func (fake *FakeFlux) SetupBin()
- func (fake *FakeFlux) SetupBinCallCount() int
- func (fake *FakeFlux) SetupBinCalls(stub func())
- func (fake *FakeFlux) SuspendOrResumeApp(arg1 v1alpha1.SuspendActionType, arg2 string, arg3 string, arg4 string) ([]byte, error)
- func (fake *FakeFlux) SuspendOrResumeAppArgsForCall(i int) (v1alpha1.SuspendActionType, string, string, string)
- func (fake *FakeFlux) SuspendOrResumeAppCallCount() int
- func (fake *FakeFlux) SuspendOrResumeAppCalls(stub func(v1alpha1.SuspendActionType, string, string, string) ([]byte, error))
- func (fake *FakeFlux) SuspendOrResumeAppReturns(result1 []byte, result2 error)
- func (fake *FakeFlux) SuspendOrResumeAppReturnsOnCall(i int, result1 []byte, result2 error)
- 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, string) ([]byte, error) CreateHelmReleaseHelmRepositoryStub func(string, string, string, string) ([]byte, error) CreateKustomizationStub func(string, string, string, string) ([]byte, error) CreateSecretGitStub func(string, gitproviders.RepoURL, string) ([]byte, error) CreateSourceGitStub func(string, gitproviders.RepoURL, string, string, string) ([]byte, error) CreateSourceHelmStub func(string, string, string) ([]byte, error) GetAllResourcesStatusStub func(string, string) ([]byte, error) GetBinPathStub func() (string, error) GetExePathStub func() (string, error) GetLatestStatusAllNamespacesStub func() ([]string, error) GetVersionStub func() (string, error) InstallStub func(string, bool) ([]byte, error) PreCheckStub func() (string, error) SetupBinStub func() SuspendOrResumeAppStub func(v1alpha1.SuspendActionType, string, string, string) ([]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) GetAllResourcesStatus ¶ added in v0.2.1
func (*FakeFlux) GetAllResourcesStatusArgsForCall ¶ added in v0.2.1
func (*FakeFlux) GetAllResourcesStatusCallCount ¶ added in v0.2.1
func (*FakeFlux) GetAllResourcesStatusCalls ¶ added in v0.2.1
func (*FakeFlux) GetAllResourcesStatusReturns ¶ added in v0.2.1
func (*FakeFlux) GetAllResourcesStatusReturnsOnCall ¶ added in v0.2.1
func (*FakeFlux) GetBinPath ¶ added in v0.2.2
func (*FakeFlux) GetBinPathCallCount ¶ added in v0.2.2
func (*FakeFlux) GetBinPathCalls ¶ added in v0.2.2
func (*FakeFlux) GetBinPathReturns ¶ added in v0.2.2
func (*FakeFlux) GetBinPathReturnsOnCall ¶ added in v0.2.2
func (*FakeFlux) GetExePath ¶ added in v0.2.2
func (*FakeFlux) GetExePathCallCount ¶ added in v0.2.2
func (*FakeFlux) GetExePathCalls ¶ added in v0.2.2
func (*FakeFlux) GetExePathReturns ¶ added in v0.2.2
func (*FakeFlux) GetExePathReturnsOnCall ¶ added in v0.2.2
func (*FakeFlux) GetLatestStatusAllNamespaces ¶ added in v0.2.2
func (*FakeFlux) GetLatestStatusAllNamespacesCallCount ¶ added in v0.2.2
func (*FakeFlux) GetLatestStatusAllNamespacesCalls ¶ added in v0.2.2
func (*FakeFlux) GetLatestStatusAllNamespacesReturns ¶ added in v0.2.2
func (*FakeFlux) GetLatestStatusAllNamespacesReturnsOnCall ¶ added in v0.2.2
func (*FakeFlux) GetVersion ¶ added in v0.2.2
func (*FakeFlux) GetVersionCallCount ¶ added in v0.2.2
func (*FakeFlux) GetVersionCalls ¶ added in v0.2.2
func (*FakeFlux) GetVersionReturns ¶ added in v0.2.2
func (*FakeFlux) GetVersionReturnsOnCall ¶ added in v0.2.2
func (*FakeFlux) InstallArgsForCall ¶
func (*FakeFlux) InstallCallCount ¶
func (*FakeFlux) InstallCalls ¶
func (*FakeFlux) InstallReturns ¶
func (*FakeFlux) InstallReturnsOnCall ¶
func (*FakeFlux) Invocations ¶
func (*FakeFlux) PreCheckCallCount ¶ added in v0.6.1
func (*FakeFlux) PreCheckCalls ¶ added in v0.6.1
func (*FakeFlux) PreCheckReturns ¶ added in v0.6.1
func (*FakeFlux) PreCheckReturnsOnCall ¶ added in v0.6.1
func (*FakeFlux) SetupBinCallCount ¶ added in v0.2.2
func (*FakeFlux) SetupBinCalls ¶ added in v0.2.2
func (fake *FakeFlux) SetupBinCalls(stub func())
func (*FakeFlux) SuspendOrResumeApp ¶ added in v0.2.2
func (*FakeFlux) SuspendOrResumeAppArgsForCall ¶ added in v0.2.2
func (*FakeFlux) SuspendOrResumeAppCallCount ¶ added in v0.2.2
func (*FakeFlux) SuspendOrResumeAppCalls ¶ added in v0.2.2
func (*FakeFlux) SuspendOrResumeAppReturns ¶ added in v0.2.2
func (*FakeFlux) SuspendOrResumeAppReturnsOnCall ¶ added in v0.2.2
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.