Documentation ¶
Overview ¶
Code generated by counterfeiter. DO NOT EDIT.
Index ¶
- type FakeCredentialsController
- func (fake *FakeCredentialsController) GCSClientForAccountName(arg1 string) (*storage.Client, error)
- func (fake *FakeCredentialsController) GCSClientForAccountNameArgsForCall(i int) string
- func (fake *FakeCredentialsController) GCSClientForAccountNameCallCount() int
- func (fake *FakeCredentialsController) GCSClientForAccountNameCalls(stub func(string) (*storage.Client, error))
- func (fake *FakeCredentialsController) GCSClientForAccountNameReturns(result1 *storage.Client, result2 error)
- func (fake *FakeCredentialsController) GCSClientForAccountNameReturnsOnCall(i int, result1 *storage.Client, result2 error)
- func (fake *FakeCredentialsController) GitClientForAccountName(arg1 string) (*github.Client, error)
- func (fake *FakeCredentialsController) GitClientForAccountNameArgsForCall(i int) string
- func (fake *FakeCredentialsController) GitClientForAccountNameCallCount() int
- func (fake *FakeCredentialsController) GitClientForAccountNameCalls(stub func(string) (*github.Client, error))
- func (fake *FakeCredentialsController) GitClientForAccountNameReturns(result1 *github.Client, result2 error)
- func (fake *FakeCredentialsController) GitClientForAccountNameReturnsOnCall(i int, result1 *github.Client, result2 error)
- func (fake *FakeCredentialsController) GitRepoClientForAccountName(arg1 string) (*http.Client, error)
- func (fake *FakeCredentialsController) GitRepoClientForAccountNameArgsForCall(i int) string
- func (fake *FakeCredentialsController) GitRepoClientForAccountNameCallCount() int
- func (fake *FakeCredentialsController) GitRepoClientForAccountNameCalls(stub func(string) (*http.Client, error))
- func (fake *FakeCredentialsController) GitRepoClientForAccountNameReturns(result1 *http.Client, result2 error)
- func (fake *FakeCredentialsController) GitRepoClientForAccountNameReturnsOnCall(i int, result1 *http.Client, result2 error)
- func (fake *FakeCredentialsController) HTTPClientForAccountName(arg1 string) (*http.Client, error)
- func (fake *FakeCredentialsController) HTTPClientForAccountNameArgsForCall(i int) string
- func (fake *FakeCredentialsController) HTTPClientForAccountNameCallCount() int
- func (fake *FakeCredentialsController) HTTPClientForAccountNameCalls(stub func(string) (*http.Client, error))
- func (fake *FakeCredentialsController) HTTPClientForAccountNameReturns(result1 *http.Client, result2 error)
- func (fake *FakeCredentialsController) HTTPClientForAccountNameReturnsOnCall(i int, result1 *http.Client, result2 error)
- func (fake *FakeCredentialsController) HelmClientForAccountName(arg1 string) (helm.Client, error)
- func (fake *FakeCredentialsController) HelmClientForAccountNameArgsForCall(i int) string
- func (fake *FakeCredentialsController) HelmClientForAccountNameCallCount() int
- func (fake *FakeCredentialsController) HelmClientForAccountNameCalls(stub func(string) (helm.Client, error))
- func (fake *FakeCredentialsController) HelmClientForAccountNameReturns(result1 helm.Client, result2 error)
- func (fake *FakeCredentialsController) HelmClientForAccountNameReturnsOnCall(i int, result1 helm.Client, result2 error)
- func (fake *FakeCredentialsController) Invocations() map[string][][]interface{}
- func (fake *FakeCredentialsController) ListArtifactCredentialsNamesAndTypes() []artifact.Credentials
- func (fake *FakeCredentialsController) ListArtifactCredentialsNamesAndTypesCallCount() int
- func (fake *FakeCredentialsController) ListArtifactCredentialsNamesAndTypesCalls(stub func() []artifact.Credentials)
- func (fake *FakeCredentialsController) ListArtifactCredentialsNamesAndTypesReturns(result1 []artifact.Credentials)
- func (fake *FakeCredentialsController) ListArtifactCredentialsNamesAndTypesReturnsOnCall(i int, result1 []artifact.Credentials)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type FakeCredentialsController ¶
type FakeCredentialsController struct { GCSClientForAccountNameStub func(string) (*storage.Client, error) GitClientForAccountNameStub func(string) (*github.Client, error) GitRepoClientForAccountNameStub func(string) (*http.Client, error) HTTPClientForAccountNameStub func(string) (*http.Client, error) HelmClientForAccountNameStub func(string) (helm.Client, error) ListArtifactCredentialsNamesAndTypesStub func() []artifact.Credentials // contains filtered or unexported fields }
func (*FakeCredentialsController) GCSClientForAccountName ¶
func (fake *FakeCredentialsController) GCSClientForAccountName(arg1 string) (*storage.Client, error)
func (*FakeCredentialsController) GCSClientForAccountNameArgsForCall ¶
func (fake *FakeCredentialsController) GCSClientForAccountNameArgsForCall(i int) string
func (*FakeCredentialsController) GCSClientForAccountNameCallCount ¶
func (fake *FakeCredentialsController) GCSClientForAccountNameCallCount() int
func (*FakeCredentialsController) GCSClientForAccountNameCalls ¶
func (fake *FakeCredentialsController) GCSClientForAccountNameCalls(stub func(string) (*storage.Client, error))
func (*FakeCredentialsController) GCSClientForAccountNameReturns ¶
func (fake *FakeCredentialsController) GCSClientForAccountNameReturns(result1 *storage.Client, result2 error)
func (*FakeCredentialsController) GCSClientForAccountNameReturnsOnCall ¶
func (fake *FakeCredentialsController) GCSClientForAccountNameReturnsOnCall(i int, result1 *storage.Client, result2 error)
func (*FakeCredentialsController) GitClientForAccountName ¶
func (fake *FakeCredentialsController) GitClientForAccountName(arg1 string) (*github.Client, error)
func (*FakeCredentialsController) GitClientForAccountNameArgsForCall ¶
func (fake *FakeCredentialsController) GitClientForAccountNameArgsForCall(i int) string
func (*FakeCredentialsController) GitClientForAccountNameCallCount ¶
func (fake *FakeCredentialsController) GitClientForAccountNameCallCount() int
func (*FakeCredentialsController) GitClientForAccountNameCalls ¶
func (fake *FakeCredentialsController) GitClientForAccountNameCalls(stub func(string) (*github.Client, error))
func (*FakeCredentialsController) GitClientForAccountNameReturns ¶
func (fake *FakeCredentialsController) GitClientForAccountNameReturns(result1 *github.Client, result2 error)
func (*FakeCredentialsController) GitClientForAccountNameReturnsOnCall ¶
func (fake *FakeCredentialsController) GitClientForAccountNameReturnsOnCall(i int, result1 *github.Client, result2 error)
func (*FakeCredentialsController) GitRepoClientForAccountName ¶
func (fake *FakeCredentialsController) GitRepoClientForAccountName(arg1 string) (*http.Client, error)
func (*FakeCredentialsController) GitRepoClientForAccountNameArgsForCall ¶
func (fake *FakeCredentialsController) GitRepoClientForAccountNameArgsForCall(i int) string
func (*FakeCredentialsController) GitRepoClientForAccountNameCallCount ¶
func (fake *FakeCredentialsController) GitRepoClientForAccountNameCallCount() int
func (*FakeCredentialsController) GitRepoClientForAccountNameCalls ¶
func (fake *FakeCredentialsController) GitRepoClientForAccountNameCalls(stub func(string) (*http.Client, error))
func (*FakeCredentialsController) GitRepoClientForAccountNameReturns ¶
func (fake *FakeCredentialsController) GitRepoClientForAccountNameReturns(result1 *http.Client, result2 error)
func (*FakeCredentialsController) GitRepoClientForAccountNameReturnsOnCall ¶
func (fake *FakeCredentialsController) GitRepoClientForAccountNameReturnsOnCall(i int, result1 *http.Client, result2 error)
func (*FakeCredentialsController) HTTPClientForAccountName ¶
func (fake *FakeCredentialsController) HTTPClientForAccountName(arg1 string) (*http.Client, error)
func (*FakeCredentialsController) HTTPClientForAccountNameArgsForCall ¶
func (fake *FakeCredentialsController) HTTPClientForAccountNameArgsForCall(i int) string
func (*FakeCredentialsController) HTTPClientForAccountNameCallCount ¶
func (fake *FakeCredentialsController) HTTPClientForAccountNameCallCount() int
func (*FakeCredentialsController) HTTPClientForAccountNameCalls ¶
func (fake *FakeCredentialsController) HTTPClientForAccountNameCalls(stub func(string) (*http.Client, error))
func (*FakeCredentialsController) HTTPClientForAccountNameReturns ¶
func (fake *FakeCredentialsController) HTTPClientForAccountNameReturns(result1 *http.Client, result2 error)
func (*FakeCredentialsController) HTTPClientForAccountNameReturnsOnCall ¶
func (fake *FakeCredentialsController) HTTPClientForAccountNameReturnsOnCall(i int, result1 *http.Client, result2 error)
func (*FakeCredentialsController) HelmClientForAccountName ¶
func (fake *FakeCredentialsController) HelmClientForAccountName(arg1 string) (helm.Client, error)
func (*FakeCredentialsController) HelmClientForAccountNameArgsForCall ¶
func (fake *FakeCredentialsController) HelmClientForAccountNameArgsForCall(i int) string
func (*FakeCredentialsController) HelmClientForAccountNameCallCount ¶
func (fake *FakeCredentialsController) HelmClientForAccountNameCallCount() int
func (*FakeCredentialsController) HelmClientForAccountNameCalls ¶
func (fake *FakeCredentialsController) HelmClientForAccountNameCalls(stub func(string) (helm.Client, error))
func (*FakeCredentialsController) HelmClientForAccountNameReturns ¶
func (fake *FakeCredentialsController) HelmClientForAccountNameReturns(result1 helm.Client, result2 error)
func (*FakeCredentialsController) HelmClientForAccountNameReturnsOnCall ¶
func (fake *FakeCredentialsController) HelmClientForAccountNameReturnsOnCall(i int, result1 helm.Client, result2 error)
func (*FakeCredentialsController) Invocations ¶
func (fake *FakeCredentialsController) Invocations() map[string][][]interface{}
func (*FakeCredentialsController) ListArtifactCredentialsNamesAndTypes ¶
func (fake *FakeCredentialsController) ListArtifactCredentialsNamesAndTypes() []artifact.Credentials
func (*FakeCredentialsController) ListArtifactCredentialsNamesAndTypesCallCount ¶
func (fake *FakeCredentialsController) ListArtifactCredentialsNamesAndTypesCallCount() int
func (*FakeCredentialsController) ListArtifactCredentialsNamesAndTypesCalls ¶
func (fake *FakeCredentialsController) ListArtifactCredentialsNamesAndTypesCalls(stub func() []artifact.Credentials)
func (*FakeCredentialsController) ListArtifactCredentialsNamesAndTypesReturns ¶
func (fake *FakeCredentialsController) ListArtifactCredentialsNamesAndTypesReturns(result1 []artifact.Credentials)
func (*FakeCredentialsController) ListArtifactCredentialsNamesAndTypesReturnsOnCall ¶
func (fake *FakeCredentialsController) ListArtifactCredentialsNamesAndTypesReturnsOnCall(i int, result1 []artifact.Credentials)
Click to show internal directories.
Click to hide internal directories.