artifactfakes

package
v1.1.5 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 29, 2024 License: Apache-2.0 Imports: 6 Imported by: 0

Documentation

Overview

Code generated by counterfeiter. DO NOT EDIT.

Index

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)

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL