Documentation ¶
Overview ¶
Code generated by counterfeiter. DO NOT EDIT.
Index ¶
- type FakeFlux
- 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) Invocations() map[string][][]interface{}
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type FakeFlux ¶
type FakeFlux struct { CreateSecretGitStub func(string, gitproviders.RepoURL, string) ([]byte, error) // contains filtered or unexported fields }
func (*FakeFlux) CreateSecretGit ¶
func (*FakeFlux) CreateSecretGitArgsForCall ¶
func (*FakeFlux) CreateSecretGitCallCount ¶
func (*FakeFlux) CreateSecretGitCalls ¶
func (*FakeFlux) CreateSecretGitReturns ¶
func (*FakeFlux) CreateSecretGitReturnsOnCall ¶
func (*FakeFlux) Invocations ¶
Click to show internal directories.
Click to hide internal directories.