usercmdfakes

package
v1.11.0 Latest Latest
Warning

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

Go to latest
Published: Nov 29, 2023 License: Apache-2.0 Imports: 8 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 FakeAPIClient

type FakeAPIClient struct {
	AllAppsStub func() (models.AppList, error)

	AllConfigurationsStub func() (models.ConfigurationResponseList, error)

	AllServicesStub func() (models.ServiceList, error)

	AppCreateStub func(models.ApplicationCreateRequest, string) (models.Response, error)

	AppDeleteStub func(string, []string) (models.ApplicationDeleteResponse, error)

	AppDeployStub func(models.DeployRequest) (*models.DeployResponse, error)

	AppExecStub func(context.Context, string, string, string, term.TTY) error

	AppExportStub func(string, string, models.AppExportRequest) (models.Response, error)

	AppGetPartStub func(string, string, string) (models.AppPartResponse, error)

	AppImportGitStub func(string, string, models.GitRef) (models.ImportGitResponse, error)

	AppLogsStub func(string, string, string, bool, func(tailer.ContainerLogLine)) error

	AppMatchStub func(string, string) (models.AppMatchResponse, error)

	AppPortForwardStub func(string, string, string, *client.PortForwardOpts) error

	AppRestartStub func(string, string) (models.Response, error)

	AppRunningStub func(models.AppRef) (models.Response, error)

	AppShowStub func(string, string) (models.App, error)

	AppStageStub func(models.StageRequest) (*models.StageResponse, error)

	AppUpdateStub func(models.ApplicationUpdateRequest, string, string) (models.Response, error)

	AppUploadStub func(string, string, client.FormFile) (models.UploadResponse, error)

	AppValidateCVStub func(string, string) (models.Response, error)

	AppsStub func(string) (models.AppList, error)

	AuthTokenStub func() (models.AuthTokenResponse, error)

	ChartListStub func() ([]models.AppChart, error)

	ChartMatchStub func(string) (models.ChartMatchResponse, error)

	ChartShowStub func(string) (models.AppChart, error)

	ConfigurationAppsStub func(string) (models.ConfigurationAppsResponse, error)

	ConfigurationBindingCreateStub func(models.BindRequest, string, string) (models.BindResponse, error)

	ConfigurationBindingDeleteStub func(string, string, string) (models.Response, error)

	ConfigurationCreateStub func(models.ConfigurationCreateRequest, string) (models.Response, error)

	ConfigurationDeleteStub func(models.ConfigurationDeleteRequest, string, []string) (models.ConfigurationDeleteResponse, error)

	ConfigurationMatchStub func(string, string) (models.ConfigurationMatchResponse, error)

	ConfigurationShowStub func(string, string) (models.ConfigurationResponse, error)

	ConfigurationUpdateStub func(models.ConfigurationUpdateRequest, string, string) (models.Response, error)

	ConfigurationsStub func(string) (models.ConfigurationResponseList, error)

	DisableVersionWarningStub func()

	EnvListStub func(string, string) (models.EnvVariableMap, error)

	EnvMatchStub func(string, string, string) (models.EnvMatchResponse, error)

	EnvSetStub func(models.EnvVariableMap, string, string) (models.Response, error)

	EnvShowStub func(string, string, string) (models.EnvVariable, error)

	EnvUnsetStub func(string, string, string) (models.Response, error)

	ExportregistryListStub func() ([]models.ExportregistryResponse, error)

	ExportregistryMatchStub func(string) (models.ExportregistriesMatchResponse, error)

	GitconfigCreateStub func(models.GitconfigCreateRequest) (models.Response, error)

	GitconfigDeleteStub func([]string) (models.Response, error)

	GitconfigShowStub func(string) (models.Gitconfig, error)

	GitconfigsStub func() (models.GitconfigList, error)

	GitconfigsMatchStub func(string) (models.GitconfigsMatchResponse, error)

	HeadersStub func() http.Header

	InfoStub func() (models.InfoResponse, error)

	MeStub func() (models.MeResponse, error)

	NamespaceCreateStub func(models.NamespaceCreateRequest) (models.Response, error)

	NamespaceDeleteStub func([]string) (models.Response, error)

	NamespaceShowStub func(string) (models.Namespace, error)

	NamespacesStub func() (models.NamespaceList, error)

	NamespacesMatchStub func(string) (models.NamespacesMatchResponse, error)

	ServiceBindStub func(models.ServiceBindRequest, string, string) (models.Response, error)

	ServiceCatalogStub func() (models.CatalogServices, error)

	ServiceCatalogMatchStub func(string) (models.CatalogMatchResponse, error)

	ServiceCatalogShowStub func(string) (*models.CatalogService, error)

	ServiceCreateStub func(models.ServiceCreateRequest, string) (models.Response, error)

	ServiceDeleteStub func(models.ServiceDeleteRequest, string, []string) (models.ServiceDeleteResponse, error)

	ServiceListStub func(string) (models.ServiceList, error)

	ServiceMatchStub func(string, string) (models.ServiceMatchResponse, error)

	ServicePortForwardStub func(string, string, *client.PortForwardOpts) error

	ServiceShowStub func(string, string) (*models.Service, error)

	ServiceUnbindStub func(models.ServiceUnbindRequest, string, string) (models.Response, error)

	ServiceUpdateStub func(models.ServiceUpdateRequest, string, string) (models.Response, error)

	SetHeaderStub func(string, string)

	StagingCompleteStub func(string, string) (models.Response, error)

	VersionWarningEnabledStub func() bool
	// contains filtered or unexported fields
}

func (*FakeAPIClient) AllApps

func (fake *FakeAPIClient) AllApps() (models.AppList, error)

func (*FakeAPIClient) AllAppsCallCount

func (fake *FakeAPIClient) AllAppsCallCount() int

func (*FakeAPIClient) AllAppsCalls

func (fake *FakeAPIClient) AllAppsCalls(stub func() (models.AppList, error))

func (*FakeAPIClient) AllAppsReturns

func (fake *FakeAPIClient) AllAppsReturns(result1 models.AppList, result2 error)

func (*FakeAPIClient) AllAppsReturnsOnCall

func (fake *FakeAPIClient) AllAppsReturnsOnCall(i int, result1 models.AppList, result2 error)

func (*FakeAPIClient) AllConfigurations

func (fake *FakeAPIClient) AllConfigurations() (models.ConfigurationResponseList, error)

func (*FakeAPIClient) AllConfigurationsCallCount

func (fake *FakeAPIClient) AllConfigurationsCallCount() int

func (*FakeAPIClient) AllConfigurationsCalls

func (fake *FakeAPIClient) AllConfigurationsCalls(stub func() (models.ConfigurationResponseList, error))

func (*FakeAPIClient) AllConfigurationsReturns

func (fake *FakeAPIClient) AllConfigurationsReturns(result1 models.ConfigurationResponseList, result2 error)

func (*FakeAPIClient) AllConfigurationsReturnsOnCall

func (fake *FakeAPIClient) AllConfigurationsReturnsOnCall(i int, result1 models.ConfigurationResponseList, result2 error)

func (*FakeAPIClient) AllServices

func (fake *FakeAPIClient) AllServices() (models.ServiceList, error)

func (*FakeAPIClient) AllServicesCallCount

func (fake *FakeAPIClient) AllServicesCallCount() int

func (*FakeAPIClient) AllServicesCalls

func (fake *FakeAPIClient) AllServicesCalls(stub func() (models.ServiceList, error))

func (*FakeAPIClient) AllServicesReturns

func (fake *FakeAPIClient) AllServicesReturns(result1 models.ServiceList, result2 error)

func (*FakeAPIClient) AllServicesReturnsOnCall

func (fake *FakeAPIClient) AllServicesReturnsOnCall(i int, result1 models.ServiceList, result2 error)

func (*FakeAPIClient) AppCreate

func (fake *FakeAPIClient) AppCreate(arg1 models.ApplicationCreateRequest, arg2 string) (models.Response, error)

func (*FakeAPIClient) AppCreateArgsForCall

func (fake *FakeAPIClient) AppCreateArgsForCall(i int) (models.ApplicationCreateRequest, string)

func (*FakeAPIClient) AppCreateCallCount

func (fake *FakeAPIClient) AppCreateCallCount() int

func (*FakeAPIClient) AppCreateCalls

func (fake *FakeAPIClient) AppCreateCalls(stub func(models.ApplicationCreateRequest, string) (models.Response, error))

func (*FakeAPIClient) AppCreateReturns

func (fake *FakeAPIClient) AppCreateReturns(result1 models.Response, result2 error)

func (*FakeAPIClient) AppCreateReturnsOnCall

func (fake *FakeAPIClient) AppCreateReturnsOnCall(i int, result1 models.Response, result2 error)

func (*FakeAPIClient) AppDelete

func (fake *FakeAPIClient) AppDelete(arg1 string, arg2 []string) (models.ApplicationDeleteResponse, error)

func (*FakeAPIClient) AppDeleteArgsForCall

func (fake *FakeAPIClient) AppDeleteArgsForCall(i int) (string, []string)

func (*FakeAPIClient) AppDeleteCallCount

func (fake *FakeAPIClient) AppDeleteCallCount() int

func (*FakeAPIClient) AppDeleteCalls

func (fake *FakeAPIClient) AppDeleteCalls(stub func(string, []string) (models.ApplicationDeleteResponse, error))

func (*FakeAPIClient) AppDeleteReturns

func (fake *FakeAPIClient) AppDeleteReturns(result1 models.ApplicationDeleteResponse, result2 error)

func (*FakeAPIClient) AppDeleteReturnsOnCall

func (fake *FakeAPIClient) AppDeleteReturnsOnCall(i int, result1 models.ApplicationDeleteResponse, result2 error)

func (*FakeAPIClient) AppDeploy

func (fake *FakeAPIClient) AppDeploy(arg1 models.DeployRequest) (*models.DeployResponse, error)

func (*FakeAPIClient) AppDeployArgsForCall

func (fake *FakeAPIClient) AppDeployArgsForCall(i int) models.DeployRequest

func (*FakeAPIClient) AppDeployCallCount

func (fake *FakeAPIClient) AppDeployCallCount() int

func (*FakeAPIClient) AppDeployCalls

func (fake *FakeAPIClient) AppDeployCalls(stub func(models.DeployRequest) (*models.DeployResponse, error))

func (*FakeAPIClient) AppDeployReturns

func (fake *FakeAPIClient) AppDeployReturns(result1 *models.DeployResponse, result2 error)

func (*FakeAPIClient) AppDeployReturnsOnCall

func (fake *FakeAPIClient) AppDeployReturnsOnCall(i int, result1 *models.DeployResponse, result2 error)

func (*FakeAPIClient) AppExec

func (fake *FakeAPIClient) AppExec(arg1 context.Context, arg2 string, arg3 string, arg4 string, arg5 term.TTY) error

func (*FakeAPIClient) AppExecArgsForCall

func (fake *FakeAPIClient) AppExecArgsForCall(i int) (context.Context, string, string, string, term.TTY)

func (*FakeAPIClient) AppExecCallCount

func (fake *FakeAPIClient) AppExecCallCount() int

func (*FakeAPIClient) AppExecCalls

func (fake *FakeAPIClient) AppExecCalls(stub func(context.Context, string, string, string, term.TTY) error)

func (*FakeAPIClient) AppExecReturns

func (fake *FakeAPIClient) AppExecReturns(result1 error)

func (*FakeAPIClient) AppExecReturnsOnCall

func (fake *FakeAPIClient) AppExecReturnsOnCall(i int, result1 error)

func (*FakeAPIClient) AppExport added in v1.10.0

func (fake *FakeAPIClient) AppExport(arg1 string, arg2 string, arg3 models.AppExportRequest) (models.Response, error)

func (*FakeAPIClient) AppExportArgsForCall added in v1.10.0

func (fake *FakeAPIClient) AppExportArgsForCall(i int) (string, string, models.AppExportRequest)

func (*FakeAPIClient) AppExportCallCount added in v1.10.0

func (fake *FakeAPIClient) AppExportCallCount() int

func (*FakeAPIClient) AppExportCalls added in v1.10.0

func (fake *FakeAPIClient) AppExportCalls(stub func(string, string, models.AppExportRequest) (models.Response, error))

func (*FakeAPIClient) AppExportReturns added in v1.10.0

func (fake *FakeAPIClient) AppExportReturns(result1 models.Response, result2 error)

func (*FakeAPIClient) AppExportReturnsOnCall added in v1.10.0

func (fake *FakeAPIClient) AppExportReturnsOnCall(i int, result1 models.Response, result2 error)

func (*FakeAPIClient) AppGetPart

func (fake *FakeAPIClient) AppGetPart(arg1 string, arg2 string, arg3 string) (models.AppPartResponse, error)

func (*FakeAPIClient) AppGetPartArgsForCall

func (fake *FakeAPIClient) AppGetPartArgsForCall(i int) (string, string, string)

func (*FakeAPIClient) AppGetPartCallCount

func (fake *FakeAPIClient) AppGetPartCallCount() int

func (*FakeAPIClient) AppGetPartCalls

func (fake *FakeAPIClient) AppGetPartCalls(stub func(string, string, string) (models.AppPartResponse, error))

func (*FakeAPIClient) AppGetPartReturns

func (fake *FakeAPIClient) AppGetPartReturns(result1 models.AppPartResponse, result2 error)

func (*FakeAPIClient) AppGetPartReturnsOnCall

func (fake *FakeAPIClient) AppGetPartReturnsOnCall(i int, result1 models.AppPartResponse, result2 error)

func (*FakeAPIClient) AppImportGit

func (fake *FakeAPIClient) AppImportGit(arg1 string, arg2 string, arg3 models.GitRef) (models.ImportGitResponse, error)

func (*FakeAPIClient) AppImportGitArgsForCall

func (fake *FakeAPIClient) AppImportGitArgsForCall(i int) (string, string, models.GitRef)

func (*FakeAPIClient) AppImportGitCallCount

func (fake *FakeAPIClient) AppImportGitCallCount() int

func (*FakeAPIClient) AppImportGitCalls

func (fake *FakeAPIClient) AppImportGitCalls(stub func(string, string, models.GitRef) (models.ImportGitResponse, error))

func (*FakeAPIClient) AppImportGitReturns

func (fake *FakeAPIClient) AppImportGitReturns(result1 models.ImportGitResponse, result2 error)

func (*FakeAPIClient) AppImportGitReturnsOnCall

func (fake *FakeAPIClient) AppImportGitReturnsOnCall(i int, result1 models.ImportGitResponse, result2 error)

func (*FakeAPIClient) AppLogs

func (fake *FakeAPIClient) AppLogs(arg1 string, arg2 string, arg3 string, arg4 bool, arg5 func(tailer.ContainerLogLine)) error

func (*FakeAPIClient) AppLogsArgsForCall

func (fake *FakeAPIClient) AppLogsArgsForCall(i int) (string, string, string, bool, func(tailer.ContainerLogLine))

func (*FakeAPIClient) AppLogsCallCount

func (fake *FakeAPIClient) AppLogsCallCount() int

func (*FakeAPIClient) AppLogsCalls

func (fake *FakeAPIClient) AppLogsCalls(stub func(string, string, string, bool, func(tailer.ContainerLogLine)) error)

func (*FakeAPIClient) AppLogsReturns

func (fake *FakeAPIClient) AppLogsReturns(result1 error)

func (*FakeAPIClient) AppLogsReturnsOnCall

func (fake *FakeAPIClient) AppLogsReturnsOnCall(i int, result1 error)

func (*FakeAPIClient) AppMatch

func (fake *FakeAPIClient) AppMatch(arg1 string, arg2 string) (models.AppMatchResponse, error)

func (*FakeAPIClient) AppMatchArgsForCall

func (fake *FakeAPIClient) AppMatchArgsForCall(i int) (string, string)

func (*FakeAPIClient) AppMatchCallCount

func (fake *FakeAPIClient) AppMatchCallCount() int

func (*FakeAPIClient) AppMatchCalls

func (fake *FakeAPIClient) AppMatchCalls(stub func(string, string) (models.AppMatchResponse, error))

func (*FakeAPIClient) AppMatchReturns

func (fake *FakeAPIClient) AppMatchReturns(result1 models.AppMatchResponse, result2 error)

func (*FakeAPIClient) AppMatchReturnsOnCall

func (fake *FakeAPIClient) AppMatchReturnsOnCall(i int, result1 models.AppMatchResponse, result2 error)

func (*FakeAPIClient) AppPortForward

func (fake *FakeAPIClient) AppPortForward(arg1 string, arg2 string, arg3 string, arg4 *client.PortForwardOpts) error

func (*FakeAPIClient) AppPortForwardArgsForCall

func (fake *FakeAPIClient) AppPortForwardArgsForCall(i int) (string, string, string, *client.PortForwardOpts)

func (*FakeAPIClient) AppPortForwardCallCount

func (fake *FakeAPIClient) AppPortForwardCallCount() int

func (*FakeAPIClient) AppPortForwardCalls

func (fake *FakeAPIClient) AppPortForwardCalls(stub func(string, string, string, *client.PortForwardOpts) error)

func (*FakeAPIClient) AppPortForwardReturns

func (fake *FakeAPIClient) AppPortForwardReturns(result1 error)

func (*FakeAPIClient) AppPortForwardReturnsOnCall

func (fake *FakeAPIClient) AppPortForwardReturnsOnCall(i int, result1 error)

func (*FakeAPIClient) AppRestart

func (fake *FakeAPIClient) AppRestart(arg1 string, arg2 string) (models.Response, error)

func (*FakeAPIClient) AppRestartArgsForCall

func (fake *FakeAPIClient) AppRestartArgsForCall(i int) (string, string)

func (*FakeAPIClient) AppRestartCallCount

func (fake *FakeAPIClient) AppRestartCallCount() int

func (*FakeAPIClient) AppRestartCalls

func (fake *FakeAPIClient) AppRestartCalls(stub func(string, string) (models.Response, error))

func (*FakeAPIClient) AppRestartReturns

func (fake *FakeAPIClient) AppRestartReturns(result1 models.Response, result2 error)

func (*FakeAPIClient) AppRestartReturnsOnCall

func (fake *FakeAPIClient) AppRestartReturnsOnCall(i int, result1 models.Response, result2 error)

func (*FakeAPIClient) AppRunning

func (fake *FakeAPIClient) AppRunning(arg1 models.AppRef) (models.Response, error)

func (*FakeAPIClient) AppRunningArgsForCall

func (fake *FakeAPIClient) AppRunningArgsForCall(i int) models.AppRef

func (*FakeAPIClient) AppRunningCallCount

func (fake *FakeAPIClient) AppRunningCallCount() int

func (*FakeAPIClient) AppRunningCalls

func (fake *FakeAPIClient) AppRunningCalls(stub func(models.AppRef) (models.Response, error))

func (*FakeAPIClient) AppRunningReturns

func (fake *FakeAPIClient) AppRunningReturns(result1 models.Response, result2 error)

func (*FakeAPIClient) AppRunningReturnsOnCall

func (fake *FakeAPIClient) AppRunningReturnsOnCall(i int, result1 models.Response, result2 error)

func (*FakeAPIClient) AppShow

func (fake *FakeAPIClient) AppShow(arg1 string, arg2 string) (models.App, error)

func (*FakeAPIClient) AppShowArgsForCall

func (fake *FakeAPIClient) AppShowArgsForCall(i int) (string, string)

func (*FakeAPIClient) AppShowCallCount

func (fake *FakeAPIClient) AppShowCallCount() int

func (*FakeAPIClient) AppShowCalls

func (fake *FakeAPIClient) AppShowCalls(stub func(string, string) (models.App, error))

func (*FakeAPIClient) AppShowReturns

func (fake *FakeAPIClient) AppShowReturns(result1 models.App, result2 error)

func (*FakeAPIClient) AppShowReturnsOnCall

func (fake *FakeAPIClient) AppShowReturnsOnCall(i int, result1 models.App, result2 error)

func (*FakeAPIClient) AppStage

func (fake *FakeAPIClient) AppStage(arg1 models.StageRequest) (*models.StageResponse, error)

func (*FakeAPIClient) AppStageArgsForCall

func (fake *FakeAPIClient) AppStageArgsForCall(i int) models.StageRequest

func (*FakeAPIClient) AppStageCallCount

func (fake *FakeAPIClient) AppStageCallCount() int

func (*FakeAPIClient) AppStageCalls

func (fake *FakeAPIClient) AppStageCalls(stub func(models.StageRequest) (*models.StageResponse, error))

func (*FakeAPIClient) AppStageReturns

func (fake *FakeAPIClient) AppStageReturns(result1 *models.StageResponse, result2 error)

func (*FakeAPIClient) AppStageReturnsOnCall

func (fake *FakeAPIClient) AppStageReturnsOnCall(i int, result1 *models.StageResponse, result2 error)

func (*FakeAPIClient) AppUpdate

func (fake *FakeAPIClient) AppUpdate(arg1 models.ApplicationUpdateRequest, arg2 string, arg3 string) (models.Response, error)

func (*FakeAPIClient) AppUpdateArgsForCall

func (fake *FakeAPIClient) AppUpdateArgsForCall(i int) (models.ApplicationUpdateRequest, string, string)

func (*FakeAPIClient) AppUpdateCallCount

func (fake *FakeAPIClient) AppUpdateCallCount() int

func (*FakeAPIClient) AppUpdateCalls

func (fake *FakeAPIClient) AppUpdateCalls(stub func(models.ApplicationUpdateRequest, string, string) (models.Response, error))

func (*FakeAPIClient) AppUpdateReturns

func (fake *FakeAPIClient) AppUpdateReturns(result1 models.Response, result2 error)

func (*FakeAPIClient) AppUpdateReturnsOnCall

func (fake *FakeAPIClient) AppUpdateReturnsOnCall(i int, result1 models.Response, result2 error)

func (*FakeAPIClient) AppUpload

func (fake *FakeAPIClient) AppUpload(arg1 string, arg2 string, arg3 client.FormFile) (models.UploadResponse, error)

func (*FakeAPIClient) AppUploadArgsForCall

func (fake *FakeAPIClient) AppUploadArgsForCall(i int) (string, string, client.FormFile)

func (*FakeAPIClient) AppUploadCallCount

func (fake *FakeAPIClient) AppUploadCallCount() int

func (*FakeAPIClient) AppUploadCalls

func (fake *FakeAPIClient) AppUploadCalls(stub func(string, string, client.FormFile) (models.UploadResponse, error))

func (*FakeAPIClient) AppUploadReturns

func (fake *FakeAPIClient) AppUploadReturns(result1 models.UploadResponse, result2 error)

func (*FakeAPIClient) AppUploadReturnsOnCall

func (fake *FakeAPIClient) AppUploadReturnsOnCall(i int, result1 models.UploadResponse, result2 error)

func (*FakeAPIClient) AppValidateCV added in v1.2.0

func (fake *FakeAPIClient) AppValidateCV(arg1 string, arg2 string) (models.Response, error)

func (*FakeAPIClient) AppValidateCVArgsForCall added in v1.2.0

func (fake *FakeAPIClient) AppValidateCVArgsForCall(i int) (string, string)

func (*FakeAPIClient) AppValidateCVCallCount added in v1.2.0

func (fake *FakeAPIClient) AppValidateCVCallCount() int

func (*FakeAPIClient) AppValidateCVCalls added in v1.2.0

func (fake *FakeAPIClient) AppValidateCVCalls(stub func(string, string) (models.Response, error))

func (*FakeAPIClient) AppValidateCVReturns added in v1.2.0

func (fake *FakeAPIClient) AppValidateCVReturns(result1 models.Response, result2 error)

func (*FakeAPIClient) AppValidateCVReturnsOnCall added in v1.2.0

func (fake *FakeAPIClient) AppValidateCVReturnsOnCall(i int, result1 models.Response, result2 error)

func (*FakeAPIClient) Apps

func (fake *FakeAPIClient) Apps(arg1 string) (models.AppList, error)

func (*FakeAPIClient) AppsArgsForCall

func (fake *FakeAPIClient) AppsArgsForCall(i int) string

func (*FakeAPIClient) AppsCallCount

func (fake *FakeAPIClient) AppsCallCount() int

func (*FakeAPIClient) AppsCalls

func (fake *FakeAPIClient) AppsCalls(stub func(string) (models.AppList, error))

func (*FakeAPIClient) AppsReturns

func (fake *FakeAPIClient) AppsReturns(result1 models.AppList, result2 error)

func (*FakeAPIClient) AppsReturnsOnCall

func (fake *FakeAPIClient) AppsReturnsOnCall(i int, result1 models.AppList, result2 error)

func (*FakeAPIClient) AuthToken

func (fake *FakeAPIClient) AuthToken() (models.AuthTokenResponse, error)

func (*FakeAPIClient) AuthTokenCallCount

func (fake *FakeAPIClient) AuthTokenCallCount() int

func (*FakeAPIClient) AuthTokenCalls

func (fake *FakeAPIClient) AuthTokenCalls(stub func() (models.AuthTokenResponse, error))

func (*FakeAPIClient) AuthTokenReturns

func (fake *FakeAPIClient) AuthTokenReturns(result1 models.AuthTokenResponse, result2 error)

func (*FakeAPIClient) AuthTokenReturnsOnCall

func (fake *FakeAPIClient) AuthTokenReturnsOnCall(i int, result1 models.AuthTokenResponse, result2 error)

func (*FakeAPIClient) ChartList

func (fake *FakeAPIClient) ChartList() ([]models.AppChart, error)

func (*FakeAPIClient) ChartListCallCount

func (fake *FakeAPIClient) ChartListCallCount() int

func (*FakeAPIClient) ChartListCalls

func (fake *FakeAPIClient) ChartListCalls(stub func() ([]models.AppChart, error))

func (*FakeAPIClient) ChartListReturns

func (fake *FakeAPIClient) ChartListReturns(result1 []models.AppChart, result2 error)

func (*FakeAPIClient) ChartListReturnsOnCall

func (fake *FakeAPIClient) ChartListReturnsOnCall(i int, result1 []models.AppChart, result2 error)

func (*FakeAPIClient) ChartMatch

func (fake *FakeAPIClient) ChartMatch(arg1 string) (models.ChartMatchResponse, error)

func (*FakeAPIClient) ChartMatchArgsForCall

func (fake *FakeAPIClient) ChartMatchArgsForCall(i int) string

func (*FakeAPIClient) ChartMatchCallCount

func (fake *FakeAPIClient) ChartMatchCallCount() int

func (*FakeAPIClient) ChartMatchCalls

func (fake *FakeAPIClient) ChartMatchCalls(stub func(string) (models.ChartMatchResponse, error))

func (*FakeAPIClient) ChartMatchReturns

func (fake *FakeAPIClient) ChartMatchReturns(result1 models.ChartMatchResponse, result2 error)

func (*FakeAPIClient) ChartMatchReturnsOnCall

func (fake *FakeAPIClient) ChartMatchReturnsOnCall(i int, result1 models.ChartMatchResponse, result2 error)

func (*FakeAPIClient) ChartShow

func (fake *FakeAPIClient) ChartShow(arg1 string) (models.AppChart, error)

func (*FakeAPIClient) ChartShowArgsForCall

func (fake *FakeAPIClient) ChartShowArgsForCall(i int) string

func (*FakeAPIClient) ChartShowCallCount

func (fake *FakeAPIClient) ChartShowCallCount() int

func (*FakeAPIClient) ChartShowCalls

func (fake *FakeAPIClient) ChartShowCalls(stub func(string) (models.AppChart, error))

func (*FakeAPIClient) ChartShowReturns

func (fake *FakeAPIClient) ChartShowReturns(result1 models.AppChart, result2 error)

func (*FakeAPIClient) ChartShowReturnsOnCall

func (fake *FakeAPIClient) ChartShowReturnsOnCall(i int, result1 models.AppChart, result2 error)

func (*FakeAPIClient) ConfigurationApps

func (fake *FakeAPIClient) ConfigurationApps(arg1 string) (models.ConfigurationAppsResponse, error)

func (*FakeAPIClient) ConfigurationAppsArgsForCall

func (fake *FakeAPIClient) ConfigurationAppsArgsForCall(i int) string

func (*FakeAPIClient) ConfigurationAppsCallCount

func (fake *FakeAPIClient) ConfigurationAppsCallCount() int

func (*FakeAPIClient) ConfigurationAppsCalls

func (fake *FakeAPIClient) ConfigurationAppsCalls(stub func(string) (models.ConfigurationAppsResponse, error))

func (*FakeAPIClient) ConfigurationAppsReturns

func (fake *FakeAPIClient) ConfigurationAppsReturns(result1 models.ConfigurationAppsResponse, result2 error)

func (*FakeAPIClient) ConfigurationAppsReturnsOnCall

func (fake *FakeAPIClient) ConfigurationAppsReturnsOnCall(i int, result1 models.ConfigurationAppsResponse, result2 error)

func (*FakeAPIClient) ConfigurationBindingCreate

func (fake *FakeAPIClient) ConfigurationBindingCreate(arg1 models.BindRequest, arg2 string, arg3 string) (models.BindResponse, error)

func (*FakeAPIClient) ConfigurationBindingCreateArgsForCall

func (fake *FakeAPIClient) ConfigurationBindingCreateArgsForCall(i int) (models.BindRequest, string, string)

func (*FakeAPIClient) ConfigurationBindingCreateCallCount

func (fake *FakeAPIClient) ConfigurationBindingCreateCallCount() int

func (*FakeAPIClient) ConfigurationBindingCreateCalls

func (fake *FakeAPIClient) ConfigurationBindingCreateCalls(stub func(models.BindRequest, string, string) (models.BindResponse, error))

func (*FakeAPIClient) ConfigurationBindingCreateReturns

func (fake *FakeAPIClient) ConfigurationBindingCreateReturns(result1 models.BindResponse, result2 error)

func (*FakeAPIClient) ConfigurationBindingCreateReturnsOnCall

func (fake *FakeAPIClient) ConfigurationBindingCreateReturnsOnCall(i int, result1 models.BindResponse, result2 error)

func (*FakeAPIClient) ConfigurationBindingDelete

func (fake *FakeAPIClient) ConfigurationBindingDelete(arg1 string, arg2 string, arg3 string) (models.Response, error)

func (*FakeAPIClient) ConfigurationBindingDeleteArgsForCall

func (fake *FakeAPIClient) ConfigurationBindingDeleteArgsForCall(i int) (string, string, string)

func (*FakeAPIClient) ConfigurationBindingDeleteCallCount

func (fake *FakeAPIClient) ConfigurationBindingDeleteCallCount() int

func (*FakeAPIClient) ConfigurationBindingDeleteCalls

func (fake *FakeAPIClient) ConfigurationBindingDeleteCalls(stub func(string, string, string) (models.Response, error))

func (*FakeAPIClient) ConfigurationBindingDeleteReturns

func (fake *FakeAPIClient) ConfigurationBindingDeleteReturns(result1 models.Response, result2 error)

func (*FakeAPIClient) ConfigurationBindingDeleteReturnsOnCall

func (fake *FakeAPIClient) ConfigurationBindingDeleteReturnsOnCall(i int, result1 models.Response, result2 error)

func (*FakeAPIClient) ConfigurationCreate

func (fake *FakeAPIClient) ConfigurationCreate(arg1 models.ConfigurationCreateRequest, arg2 string) (models.Response, error)

func (*FakeAPIClient) ConfigurationCreateArgsForCall

func (fake *FakeAPIClient) ConfigurationCreateArgsForCall(i int) (models.ConfigurationCreateRequest, string)

func (*FakeAPIClient) ConfigurationCreateCallCount

func (fake *FakeAPIClient) ConfigurationCreateCallCount() int

func (*FakeAPIClient) ConfigurationCreateCalls

func (fake *FakeAPIClient) ConfigurationCreateCalls(stub func(models.ConfigurationCreateRequest, string) (models.Response, error))

func (*FakeAPIClient) ConfigurationCreateReturns

func (fake *FakeAPIClient) ConfigurationCreateReturns(result1 models.Response, result2 error)

func (*FakeAPIClient) ConfigurationCreateReturnsOnCall

func (fake *FakeAPIClient) ConfigurationCreateReturnsOnCall(i int, result1 models.Response, result2 error)

func (*FakeAPIClient) ConfigurationDelete

func (fake *FakeAPIClient) ConfigurationDelete(arg1 models.ConfigurationDeleteRequest, arg2 string, arg3 []string) (models.ConfigurationDeleteResponse, error)

func (*FakeAPIClient) ConfigurationDeleteArgsForCall

func (fake *FakeAPIClient) ConfigurationDeleteArgsForCall(i int) (models.ConfigurationDeleteRequest, string, []string)

func (*FakeAPIClient) ConfigurationDeleteCallCount

func (fake *FakeAPIClient) ConfigurationDeleteCallCount() int

func (*FakeAPIClient) ConfigurationDeleteCalls

func (fake *FakeAPIClient) ConfigurationDeleteCalls(stub func(models.ConfigurationDeleteRequest, string, []string) (models.ConfigurationDeleteResponse, error))

func (*FakeAPIClient) ConfigurationDeleteReturns

func (fake *FakeAPIClient) ConfigurationDeleteReturns(result1 models.ConfigurationDeleteResponse, result2 error)

func (*FakeAPIClient) ConfigurationDeleteReturnsOnCall

func (fake *FakeAPIClient) ConfigurationDeleteReturnsOnCall(i int, result1 models.ConfigurationDeleteResponse, result2 error)

func (*FakeAPIClient) ConfigurationMatch

func (fake *FakeAPIClient) ConfigurationMatch(arg1 string, arg2 string) (models.ConfigurationMatchResponse, error)

func (*FakeAPIClient) ConfigurationMatchArgsForCall

func (fake *FakeAPIClient) ConfigurationMatchArgsForCall(i int) (string, string)

func (*FakeAPIClient) ConfigurationMatchCallCount

func (fake *FakeAPIClient) ConfigurationMatchCallCount() int

func (*FakeAPIClient) ConfigurationMatchCalls

func (fake *FakeAPIClient) ConfigurationMatchCalls(stub func(string, string) (models.ConfigurationMatchResponse, error))

func (*FakeAPIClient) ConfigurationMatchReturns

func (fake *FakeAPIClient) ConfigurationMatchReturns(result1 models.ConfigurationMatchResponse, result2 error)

func (*FakeAPIClient) ConfigurationMatchReturnsOnCall

func (fake *FakeAPIClient) ConfigurationMatchReturnsOnCall(i int, result1 models.ConfigurationMatchResponse, result2 error)

func (*FakeAPIClient) ConfigurationShow

func (fake *FakeAPIClient) ConfigurationShow(arg1 string, arg2 string) (models.ConfigurationResponse, error)

func (*FakeAPIClient) ConfigurationShowArgsForCall

func (fake *FakeAPIClient) ConfigurationShowArgsForCall(i int) (string, string)

func (*FakeAPIClient) ConfigurationShowCallCount

func (fake *FakeAPIClient) ConfigurationShowCallCount() int

func (*FakeAPIClient) ConfigurationShowCalls

func (fake *FakeAPIClient) ConfigurationShowCalls(stub func(string, string) (models.ConfigurationResponse, error))

func (*FakeAPIClient) ConfigurationShowReturns

func (fake *FakeAPIClient) ConfigurationShowReturns(result1 models.ConfigurationResponse, result2 error)

func (*FakeAPIClient) ConfigurationShowReturnsOnCall

func (fake *FakeAPIClient) ConfigurationShowReturnsOnCall(i int, result1 models.ConfigurationResponse, result2 error)

func (*FakeAPIClient) ConfigurationUpdate

func (fake *FakeAPIClient) ConfigurationUpdate(arg1 models.ConfigurationUpdateRequest, arg2 string, arg3 string) (models.Response, error)

func (*FakeAPIClient) ConfigurationUpdateArgsForCall

func (fake *FakeAPIClient) ConfigurationUpdateArgsForCall(i int) (models.ConfigurationUpdateRequest, string, string)

func (*FakeAPIClient) ConfigurationUpdateCallCount

func (fake *FakeAPIClient) ConfigurationUpdateCallCount() int

func (*FakeAPIClient) ConfigurationUpdateCalls

func (fake *FakeAPIClient) ConfigurationUpdateCalls(stub func(models.ConfigurationUpdateRequest, string, string) (models.Response, error))

func (*FakeAPIClient) ConfigurationUpdateReturns

func (fake *FakeAPIClient) ConfigurationUpdateReturns(result1 models.Response, result2 error)

func (*FakeAPIClient) ConfigurationUpdateReturnsOnCall

func (fake *FakeAPIClient) ConfigurationUpdateReturnsOnCall(i int, result1 models.Response, result2 error)

func (*FakeAPIClient) Configurations

func (fake *FakeAPIClient) Configurations(arg1 string) (models.ConfigurationResponseList, error)

func (*FakeAPIClient) ConfigurationsArgsForCall

func (fake *FakeAPIClient) ConfigurationsArgsForCall(i int) string

func (*FakeAPIClient) ConfigurationsCallCount

func (fake *FakeAPIClient) ConfigurationsCallCount() int

func (*FakeAPIClient) ConfigurationsCalls

func (fake *FakeAPIClient) ConfigurationsCalls(stub func(string) (models.ConfigurationResponseList, error))

func (*FakeAPIClient) ConfigurationsReturns

func (fake *FakeAPIClient) ConfigurationsReturns(result1 models.ConfigurationResponseList, result2 error)

func (*FakeAPIClient) ConfigurationsReturnsOnCall

func (fake *FakeAPIClient) ConfigurationsReturnsOnCall(i int, result1 models.ConfigurationResponseList, result2 error)

func (*FakeAPIClient) DisableVersionWarning added in v1.4.0

func (fake *FakeAPIClient) DisableVersionWarning()

func (*FakeAPIClient) DisableVersionWarningCallCount added in v1.4.0

func (fake *FakeAPIClient) DisableVersionWarningCallCount() int

func (*FakeAPIClient) DisableVersionWarningCalls added in v1.4.0

func (fake *FakeAPIClient) DisableVersionWarningCalls(stub func())

func (*FakeAPIClient) EnvList

func (fake *FakeAPIClient) EnvList(arg1 string, arg2 string) (models.EnvVariableMap, error)

func (*FakeAPIClient) EnvListArgsForCall

func (fake *FakeAPIClient) EnvListArgsForCall(i int) (string, string)

func (*FakeAPIClient) EnvListCallCount

func (fake *FakeAPIClient) EnvListCallCount() int

func (*FakeAPIClient) EnvListCalls

func (fake *FakeAPIClient) EnvListCalls(stub func(string, string) (models.EnvVariableMap, error))

func (*FakeAPIClient) EnvListReturns

func (fake *FakeAPIClient) EnvListReturns(result1 models.EnvVariableMap, result2 error)

func (*FakeAPIClient) EnvListReturnsOnCall

func (fake *FakeAPIClient) EnvListReturnsOnCall(i int, result1 models.EnvVariableMap, result2 error)

func (*FakeAPIClient) EnvMatch

func (fake *FakeAPIClient) EnvMatch(arg1 string, arg2 string, arg3 string) (models.EnvMatchResponse, error)

func (*FakeAPIClient) EnvMatchArgsForCall

func (fake *FakeAPIClient) EnvMatchArgsForCall(i int) (string, string, string)

func (*FakeAPIClient) EnvMatchCallCount

func (fake *FakeAPIClient) EnvMatchCallCount() int

func (*FakeAPIClient) EnvMatchCalls

func (fake *FakeAPIClient) EnvMatchCalls(stub func(string, string, string) (models.EnvMatchResponse, error))

func (*FakeAPIClient) EnvMatchReturns

func (fake *FakeAPIClient) EnvMatchReturns(result1 models.EnvMatchResponse, result2 error)

func (*FakeAPIClient) EnvMatchReturnsOnCall

func (fake *FakeAPIClient) EnvMatchReturnsOnCall(i int, result1 models.EnvMatchResponse, result2 error)

func (*FakeAPIClient) EnvSet

func (fake *FakeAPIClient) EnvSet(arg1 models.EnvVariableMap, arg2 string, arg3 string) (models.Response, error)

func (*FakeAPIClient) EnvSetArgsForCall

func (fake *FakeAPIClient) EnvSetArgsForCall(i int) (models.EnvVariableMap, string, string)

func (*FakeAPIClient) EnvSetCallCount

func (fake *FakeAPIClient) EnvSetCallCount() int

func (*FakeAPIClient) EnvSetCalls

func (fake *FakeAPIClient) EnvSetCalls(stub func(models.EnvVariableMap, string, string) (models.Response, error))

func (*FakeAPIClient) EnvSetReturns

func (fake *FakeAPIClient) EnvSetReturns(result1 models.Response, result2 error)

func (*FakeAPIClient) EnvSetReturnsOnCall

func (fake *FakeAPIClient) EnvSetReturnsOnCall(i int, result1 models.Response, result2 error)

func (*FakeAPIClient) EnvShow

func (fake *FakeAPIClient) EnvShow(arg1 string, arg2 string, arg3 string) (models.EnvVariable, error)

func (*FakeAPIClient) EnvShowArgsForCall

func (fake *FakeAPIClient) EnvShowArgsForCall(i int) (string, string, string)

func (*FakeAPIClient) EnvShowCallCount

func (fake *FakeAPIClient) EnvShowCallCount() int

func (*FakeAPIClient) EnvShowCalls

func (fake *FakeAPIClient) EnvShowCalls(stub func(string, string, string) (models.EnvVariable, error))

func (*FakeAPIClient) EnvShowReturns

func (fake *FakeAPIClient) EnvShowReturns(result1 models.EnvVariable, result2 error)

func (*FakeAPIClient) EnvShowReturnsOnCall

func (fake *FakeAPIClient) EnvShowReturnsOnCall(i int, result1 models.EnvVariable, result2 error)

func (*FakeAPIClient) EnvUnset

func (fake *FakeAPIClient) EnvUnset(arg1 string, arg2 string, arg3 string) (models.Response, error)

func (*FakeAPIClient) EnvUnsetArgsForCall

func (fake *FakeAPIClient) EnvUnsetArgsForCall(i int) (string, string, string)

func (*FakeAPIClient) EnvUnsetCallCount

func (fake *FakeAPIClient) EnvUnsetCallCount() int

func (*FakeAPIClient) EnvUnsetCalls

func (fake *FakeAPIClient) EnvUnsetCalls(stub func(string, string, string) (models.Response, error))

func (*FakeAPIClient) EnvUnsetReturns

func (fake *FakeAPIClient) EnvUnsetReturns(result1 models.Response, result2 error)

func (*FakeAPIClient) EnvUnsetReturnsOnCall

func (fake *FakeAPIClient) EnvUnsetReturnsOnCall(i int, result1 models.Response, result2 error)

func (*FakeAPIClient) ExportregistryList added in v1.10.0

func (fake *FakeAPIClient) ExportregistryList() ([]models.ExportregistryResponse, error)

func (*FakeAPIClient) ExportregistryListCallCount added in v1.10.0

func (fake *FakeAPIClient) ExportregistryListCallCount() int

func (*FakeAPIClient) ExportregistryListCalls added in v1.10.0

func (fake *FakeAPIClient) ExportregistryListCalls(stub func() ([]models.ExportregistryResponse, error))

func (*FakeAPIClient) ExportregistryListReturns added in v1.10.0

func (fake *FakeAPIClient) ExportregistryListReturns(result1 []models.ExportregistryResponse, result2 error)

func (*FakeAPIClient) ExportregistryListReturnsOnCall added in v1.10.0

func (fake *FakeAPIClient) ExportregistryListReturnsOnCall(i int, result1 []models.ExportregistryResponse, result2 error)

func (*FakeAPIClient) ExportregistryMatch added in v1.10.0

func (fake *FakeAPIClient) ExportregistryMatch(arg1 string) (models.ExportregistriesMatchResponse, error)

func (*FakeAPIClient) ExportregistryMatchArgsForCall added in v1.10.0

func (fake *FakeAPIClient) ExportregistryMatchArgsForCall(i int) string

func (*FakeAPIClient) ExportregistryMatchCallCount added in v1.10.0

func (fake *FakeAPIClient) ExportregistryMatchCallCount() int

func (*FakeAPIClient) ExportregistryMatchCalls added in v1.10.0

func (fake *FakeAPIClient) ExportregistryMatchCalls(stub func(string) (models.ExportregistriesMatchResponse, error))

func (*FakeAPIClient) ExportregistryMatchReturns added in v1.10.0

func (fake *FakeAPIClient) ExportregistryMatchReturns(result1 models.ExportregistriesMatchResponse, result2 error)

func (*FakeAPIClient) ExportregistryMatchReturnsOnCall added in v1.10.0

func (fake *FakeAPIClient) ExportregistryMatchReturnsOnCall(i int, result1 models.ExportregistriesMatchResponse, result2 error)

func (*FakeAPIClient) GitconfigCreate added in v1.10.0

func (fake *FakeAPIClient) GitconfigCreate(arg1 models.GitconfigCreateRequest) (models.Response, error)

func (*FakeAPIClient) GitconfigCreateArgsForCall added in v1.10.0

func (fake *FakeAPIClient) GitconfigCreateArgsForCall(i int) models.GitconfigCreateRequest

func (*FakeAPIClient) GitconfigCreateCallCount added in v1.10.0

func (fake *FakeAPIClient) GitconfigCreateCallCount() int

func (*FakeAPIClient) GitconfigCreateCalls added in v1.10.0

func (fake *FakeAPIClient) GitconfigCreateCalls(stub func(models.GitconfigCreateRequest) (models.Response, error))

func (*FakeAPIClient) GitconfigCreateReturns added in v1.10.0

func (fake *FakeAPIClient) GitconfigCreateReturns(result1 models.Response, result2 error)

func (*FakeAPIClient) GitconfigCreateReturnsOnCall added in v1.10.0

func (fake *FakeAPIClient) GitconfigCreateReturnsOnCall(i int, result1 models.Response, result2 error)

func (*FakeAPIClient) GitconfigDelete added in v1.10.0

func (fake *FakeAPIClient) GitconfigDelete(arg1 []string) (models.Response, error)

func (*FakeAPIClient) GitconfigDeleteArgsForCall added in v1.10.0

func (fake *FakeAPIClient) GitconfigDeleteArgsForCall(i int) []string

func (*FakeAPIClient) GitconfigDeleteCallCount added in v1.10.0

func (fake *FakeAPIClient) GitconfigDeleteCallCount() int

func (*FakeAPIClient) GitconfigDeleteCalls added in v1.10.0

func (fake *FakeAPIClient) GitconfigDeleteCalls(stub func([]string) (models.Response, error))

func (*FakeAPIClient) GitconfigDeleteReturns added in v1.10.0

func (fake *FakeAPIClient) GitconfigDeleteReturns(result1 models.Response, result2 error)

func (*FakeAPIClient) GitconfigDeleteReturnsOnCall added in v1.10.0

func (fake *FakeAPIClient) GitconfigDeleteReturnsOnCall(i int, result1 models.Response, result2 error)

func (*FakeAPIClient) GitconfigShow added in v1.10.0

func (fake *FakeAPIClient) GitconfigShow(arg1 string) (models.Gitconfig, error)

func (*FakeAPIClient) GitconfigShowArgsForCall added in v1.10.0

func (fake *FakeAPIClient) GitconfigShowArgsForCall(i int) string

func (*FakeAPIClient) GitconfigShowCallCount added in v1.10.0

func (fake *FakeAPIClient) GitconfigShowCallCount() int

func (*FakeAPIClient) GitconfigShowCalls added in v1.10.0

func (fake *FakeAPIClient) GitconfigShowCalls(stub func(string) (models.Gitconfig, error))

func (*FakeAPIClient) GitconfigShowReturns added in v1.10.0

func (fake *FakeAPIClient) GitconfigShowReturns(result1 models.Gitconfig, result2 error)

func (*FakeAPIClient) GitconfigShowReturnsOnCall added in v1.10.0

func (fake *FakeAPIClient) GitconfigShowReturnsOnCall(i int, result1 models.Gitconfig, result2 error)

func (*FakeAPIClient) Gitconfigs added in v1.10.0

func (fake *FakeAPIClient) Gitconfigs() (models.GitconfigList, error)

func (*FakeAPIClient) GitconfigsCallCount added in v1.10.0

func (fake *FakeAPIClient) GitconfigsCallCount() int

func (*FakeAPIClient) GitconfigsCalls added in v1.10.0

func (fake *FakeAPIClient) GitconfigsCalls(stub func() (models.GitconfigList, error))

func (*FakeAPIClient) GitconfigsMatch added in v1.10.0

func (fake *FakeAPIClient) GitconfigsMatch(arg1 string) (models.GitconfigsMatchResponse, error)

func (*FakeAPIClient) GitconfigsMatchArgsForCall added in v1.10.0

func (fake *FakeAPIClient) GitconfigsMatchArgsForCall(i int) string

func (*FakeAPIClient) GitconfigsMatchCallCount added in v1.10.0

func (fake *FakeAPIClient) GitconfigsMatchCallCount() int

func (*FakeAPIClient) GitconfigsMatchCalls added in v1.10.0

func (fake *FakeAPIClient) GitconfigsMatchCalls(stub func(string) (models.GitconfigsMatchResponse, error))

func (*FakeAPIClient) GitconfigsMatchReturns added in v1.10.0

func (fake *FakeAPIClient) GitconfigsMatchReturns(result1 models.GitconfigsMatchResponse, result2 error)

func (*FakeAPIClient) GitconfigsMatchReturnsOnCall added in v1.10.0

func (fake *FakeAPIClient) GitconfigsMatchReturnsOnCall(i int, result1 models.GitconfigsMatchResponse, result2 error)

func (*FakeAPIClient) GitconfigsReturns added in v1.10.0

func (fake *FakeAPIClient) GitconfigsReturns(result1 models.GitconfigList, result2 error)

func (*FakeAPIClient) GitconfigsReturnsOnCall added in v1.10.0

func (fake *FakeAPIClient) GitconfigsReturnsOnCall(i int, result1 models.GitconfigList, result2 error)

func (*FakeAPIClient) Headers added in v1.9.0

func (fake *FakeAPIClient) Headers() http.Header

func (*FakeAPIClient) HeadersCallCount added in v1.9.0

func (fake *FakeAPIClient) HeadersCallCount() int

func (*FakeAPIClient) HeadersCalls added in v1.9.0

func (fake *FakeAPIClient) HeadersCalls(stub func() http.Header)

func (*FakeAPIClient) HeadersReturns added in v1.9.0

func (fake *FakeAPIClient) HeadersReturns(result1 http.Header)

func (*FakeAPIClient) HeadersReturnsOnCall added in v1.9.0

func (fake *FakeAPIClient) HeadersReturnsOnCall(i int, result1 http.Header)

func (*FakeAPIClient) Info

func (fake *FakeAPIClient) Info() (models.InfoResponse, error)

func (*FakeAPIClient) InfoCallCount

func (fake *FakeAPIClient) InfoCallCount() int

func (*FakeAPIClient) InfoCalls

func (fake *FakeAPIClient) InfoCalls(stub func() (models.InfoResponse, error))

func (*FakeAPIClient) InfoReturns

func (fake *FakeAPIClient) InfoReturns(result1 models.InfoResponse, result2 error)

func (*FakeAPIClient) InfoReturnsOnCall

func (fake *FakeAPIClient) InfoReturnsOnCall(i int, result1 models.InfoResponse, result2 error)

func (*FakeAPIClient) Invocations

func (fake *FakeAPIClient) Invocations() map[string][][]interface{}

func (*FakeAPIClient) Me added in v1.11.0

func (fake *FakeAPIClient) Me() (models.MeResponse, error)

func (*FakeAPIClient) MeCallCount added in v1.11.0

func (fake *FakeAPIClient) MeCallCount() int

func (*FakeAPIClient) MeCalls added in v1.11.0

func (fake *FakeAPIClient) MeCalls(stub func() (models.MeResponse, error))

func (*FakeAPIClient) MeReturns added in v1.11.0

func (fake *FakeAPIClient) MeReturns(result1 models.MeResponse, result2 error)

func (*FakeAPIClient) MeReturnsOnCall added in v1.11.0

func (fake *FakeAPIClient) MeReturnsOnCall(i int, result1 models.MeResponse, result2 error)

func (*FakeAPIClient) NamespaceCreate

func (fake *FakeAPIClient) NamespaceCreate(arg1 models.NamespaceCreateRequest) (models.Response, error)

func (*FakeAPIClient) NamespaceCreateArgsForCall

func (fake *FakeAPIClient) NamespaceCreateArgsForCall(i int) models.NamespaceCreateRequest

func (*FakeAPIClient) NamespaceCreateCallCount

func (fake *FakeAPIClient) NamespaceCreateCallCount() int

func (*FakeAPIClient) NamespaceCreateCalls

func (fake *FakeAPIClient) NamespaceCreateCalls(stub func(models.NamespaceCreateRequest) (models.Response, error))

func (*FakeAPIClient) NamespaceCreateReturns

func (fake *FakeAPIClient) NamespaceCreateReturns(result1 models.Response, result2 error)

func (*FakeAPIClient) NamespaceCreateReturnsOnCall

func (fake *FakeAPIClient) NamespaceCreateReturnsOnCall(i int, result1 models.Response, result2 error)

func (*FakeAPIClient) NamespaceDelete

func (fake *FakeAPIClient) NamespaceDelete(arg1 []string) (models.Response, error)

func (*FakeAPIClient) NamespaceDeleteArgsForCall

func (fake *FakeAPIClient) NamespaceDeleteArgsForCall(i int) []string

func (*FakeAPIClient) NamespaceDeleteCallCount

func (fake *FakeAPIClient) NamespaceDeleteCallCount() int

func (*FakeAPIClient) NamespaceDeleteCalls

func (fake *FakeAPIClient) NamespaceDeleteCalls(stub func([]string) (models.Response, error))

func (*FakeAPIClient) NamespaceDeleteReturns

func (fake *FakeAPIClient) NamespaceDeleteReturns(result1 models.Response, result2 error)

func (*FakeAPIClient) NamespaceDeleteReturnsOnCall

func (fake *FakeAPIClient) NamespaceDeleteReturnsOnCall(i int, result1 models.Response, result2 error)

func (*FakeAPIClient) NamespaceShow

func (fake *FakeAPIClient) NamespaceShow(arg1 string) (models.Namespace, error)

func (*FakeAPIClient) NamespaceShowArgsForCall

func (fake *FakeAPIClient) NamespaceShowArgsForCall(i int) string

func (*FakeAPIClient) NamespaceShowCallCount

func (fake *FakeAPIClient) NamespaceShowCallCount() int

func (*FakeAPIClient) NamespaceShowCalls

func (fake *FakeAPIClient) NamespaceShowCalls(stub func(string) (models.Namespace, error))

func (*FakeAPIClient) NamespaceShowReturns

func (fake *FakeAPIClient) NamespaceShowReturns(result1 models.Namespace, result2 error)

func (*FakeAPIClient) NamespaceShowReturnsOnCall

func (fake *FakeAPIClient) NamespaceShowReturnsOnCall(i int, result1 models.Namespace, result2 error)

func (*FakeAPIClient) Namespaces

func (fake *FakeAPIClient) Namespaces() (models.NamespaceList, error)

func (*FakeAPIClient) NamespacesCallCount

func (fake *FakeAPIClient) NamespacesCallCount() int

func (*FakeAPIClient) NamespacesCalls

func (fake *FakeAPIClient) NamespacesCalls(stub func() (models.NamespaceList, error))

func (*FakeAPIClient) NamespacesMatch

func (fake *FakeAPIClient) NamespacesMatch(arg1 string) (models.NamespacesMatchResponse, error)

func (*FakeAPIClient) NamespacesMatchArgsForCall

func (fake *FakeAPIClient) NamespacesMatchArgsForCall(i int) string

func (*FakeAPIClient) NamespacesMatchCallCount

func (fake *FakeAPIClient) NamespacesMatchCallCount() int

func (*FakeAPIClient) NamespacesMatchCalls

func (fake *FakeAPIClient) NamespacesMatchCalls(stub func(string) (models.NamespacesMatchResponse, error))

func (*FakeAPIClient) NamespacesMatchReturns

func (fake *FakeAPIClient) NamespacesMatchReturns(result1 models.NamespacesMatchResponse, result2 error)

func (*FakeAPIClient) NamespacesMatchReturnsOnCall

func (fake *FakeAPIClient) NamespacesMatchReturnsOnCall(i int, result1 models.NamespacesMatchResponse, result2 error)

func (*FakeAPIClient) NamespacesReturns

func (fake *FakeAPIClient) NamespacesReturns(result1 models.NamespaceList, result2 error)

func (*FakeAPIClient) NamespacesReturnsOnCall

func (fake *FakeAPIClient) NamespacesReturnsOnCall(i int, result1 models.NamespaceList, result2 error)

func (*FakeAPIClient) ServiceBind

func (fake *FakeAPIClient) ServiceBind(arg1 models.ServiceBindRequest, arg2 string, arg3 string) (models.Response, error)

func (*FakeAPIClient) ServiceBindArgsForCall

func (fake *FakeAPIClient) ServiceBindArgsForCall(i int) (models.ServiceBindRequest, string, string)

func (*FakeAPIClient) ServiceBindCallCount

func (fake *FakeAPIClient) ServiceBindCallCount() int

func (*FakeAPIClient) ServiceBindCalls

func (fake *FakeAPIClient) ServiceBindCalls(stub func(models.ServiceBindRequest, string, string) (models.Response, error))

func (*FakeAPIClient) ServiceBindReturns

func (fake *FakeAPIClient) ServiceBindReturns(result1 models.Response, result2 error)

func (*FakeAPIClient) ServiceBindReturnsOnCall

func (fake *FakeAPIClient) ServiceBindReturnsOnCall(i int, result1 models.Response, result2 error)

func (*FakeAPIClient) ServiceCatalog

func (fake *FakeAPIClient) ServiceCatalog() (models.CatalogServices, error)

func (*FakeAPIClient) ServiceCatalogCallCount

func (fake *FakeAPIClient) ServiceCatalogCallCount() int

func (*FakeAPIClient) ServiceCatalogCalls

func (fake *FakeAPIClient) ServiceCatalogCalls(stub func() (models.CatalogServices, error))

func (*FakeAPIClient) ServiceCatalogMatch

func (fake *FakeAPIClient) ServiceCatalogMatch(arg1 string) (models.CatalogMatchResponse, error)

func (*FakeAPIClient) ServiceCatalogMatchArgsForCall

func (fake *FakeAPIClient) ServiceCatalogMatchArgsForCall(i int) string

func (*FakeAPIClient) ServiceCatalogMatchCallCount

func (fake *FakeAPIClient) ServiceCatalogMatchCallCount() int

func (*FakeAPIClient) ServiceCatalogMatchCalls

func (fake *FakeAPIClient) ServiceCatalogMatchCalls(stub func(string) (models.CatalogMatchResponse, error))

func (*FakeAPIClient) ServiceCatalogMatchReturns

func (fake *FakeAPIClient) ServiceCatalogMatchReturns(result1 models.CatalogMatchResponse, result2 error)

func (*FakeAPIClient) ServiceCatalogMatchReturnsOnCall

func (fake *FakeAPIClient) ServiceCatalogMatchReturnsOnCall(i int, result1 models.CatalogMatchResponse, result2 error)

func (*FakeAPIClient) ServiceCatalogReturns

func (fake *FakeAPIClient) ServiceCatalogReturns(result1 models.CatalogServices, result2 error)

func (*FakeAPIClient) ServiceCatalogReturnsOnCall

func (fake *FakeAPIClient) ServiceCatalogReturnsOnCall(i int, result1 models.CatalogServices, result2 error)

func (*FakeAPIClient) ServiceCatalogShow

func (fake *FakeAPIClient) ServiceCatalogShow(arg1 string) (*models.CatalogService, error)

func (*FakeAPIClient) ServiceCatalogShowArgsForCall

func (fake *FakeAPIClient) ServiceCatalogShowArgsForCall(i int) string

func (*FakeAPIClient) ServiceCatalogShowCallCount

func (fake *FakeAPIClient) ServiceCatalogShowCallCount() int

func (*FakeAPIClient) ServiceCatalogShowCalls

func (fake *FakeAPIClient) ServiceCatalogShowCalls(stub func(string) (*models.CatalogService, error))

func (*FakeAPIClient) ServiceCatalogShowReturns

func (fake *FakeAPIClient) ServiceCatalogShowReturns(result1 *models.CatalogService, result2 error)

func (*FakeAPIClient) ServiceCatalogShowReturnsOnCall

func (fake *FakeAPIClient) ServiceCatalogShowReturnsOnCall(i int, result1 *models.CatalogService, result2 error)

func (*FakeAPIClient) ServiceCreate

func (fake *FakeAPIClient) ServiceCreate(arg1 models.ServiceCreateRequest, arg2 string) (models.Response, error)

func (*FakeAPIClient) ServiceCreateArgsForCall

func (fake *FakeAPIClient) ServiceCreateArgsForCall(i int) (models.ServiceCreateRequest, string)

func (*FakeAPIClient) ServiceCreateCallCount

func (fake *FakeAPIClient) ServiceCreateCallCount() int

func (*FakeAPIClient) ServiceCreateCalls

func (fake *FakeAPIClient) ServiceCreateCalls(stub func(models.ServiceCreateRequest, string) (models.Response, error))

func (*FakeAPIClient) ServiceCreateReturns

func (fake *FakeAPIClient) ServiceCreateReturns(result1 models.Response, result2 error)

func (*FakeAPIClient) ServiceCreateReturnsOnCall

func (fake *FakeAPIClient) ServiceCreateReturnsOnCall(i int, result1 models.Response, result2 error)

func (*FakeAPIClient) ServiceDelete

func (fake *FakeAPIClient) ServiceDelete(arg1 models.ServiceDeleteRequest, arg2 string, arg3 []string) (models.ServiceDeleteResponse, error)

func (*FakeAPIClient) ServiceDeleteArgsForCall

func (fake *FakeAPIClient) ServiceDeleteArgsForCall(i int) (models.ServiceDeleteRequest, string, []string)

func (*FakeAPIClient) ServiceDeleteCallCount

func (fake *FakeAPIClient) ServiceDeleteCallCount() int

func (*FakeAPIClient) ServiceDeleteCalls

func (fake *FakeAPIClient) ServiceDeleteCalls(stub func(models.ServiceDeleteRequest, string, []string) (models.ServiceDeleteResponse, error))

func (*FakeAPIClient) ServiceDeleteReturns

func (fake *FakeAPIClient) ServiceDeleteReturns(result1 models.ServiceDeleteResponse, result2 error)

func (*FakeAPIClient) ServiceDeleteReturnsOnCall

func (fake *FakeAPIClient) ServiceDeleteReturnsOnCall(i int, result1 models.ServiceDeleteResponse, result2 error)

func (*FakeAPIClient) ServiceList

func (fake *FakeAPIClient) ServiceList(arg1 string) (models.ServiceList, error)

func (*FakeAPIClient) ServiceListArgsForCall

func (fake *FakeAPIClient) ServiceListArgsForCall(i int) string

func (*FakeAPIClient) ServiceListCallCount

func (fake *FakeAPIClient) ServiceListCallCount() int

func (*FakeAPIClient) ServiceListCalls

func (fake *FakeAPIClient) ServiceListCalls(stub func(string) (models.ServiceList, error))

func (*FakeAPIClient) ServiceListReturns

func (fake *FakeAPIClient) ServiceListReturns(result1 models.ServiceList, result2 error)

func (*FakeAPIClient) ServiceListReturnsOnCall

func (fake *FakeAPIClient) ServiceListReturnsOnCall(i int, result1 models.ServiceList, result2 error)

func (*FakeAPIClient) ServiceMatch

func (fake *FakeAPIClient) ServiceMatch(arg1 string, arg2 string) (models.ServiceMatchResponse, error)

func (*FakeAPIClient) ServiceMatchArgsForCall

func (fake *FakeAPIClient) ServiceMatchArgsForCall(i int) (string, string)

func (*FakeAPIClient) ServiceMatchCallCount

func (fake *FakeAPIClient) ServiceMatchCallCount() int

func (*FakeAPIClient) ServiceMatchCalls

func (fake *FakeAPIClient) ServiceMatchCalls(stub func(string, string) (models.ServiceMatchResponse, error))

func (*FakeAPIClient) ServiceMatchReturns

func (fake *FakeAPIClient) ServiceMatchReturns(result1 models.ServiceMatchResponse, result2 error)

func (*FakeAPIClient) ServiceMatchReturnsOnCall

func (fake *FakeAPIClient) ServiceMatchReturnsOnCall(i int, result1 models.ServiceMatchResponse, result2 error)

func (*FakeAPIClient) ServicePortForward added in v1.9.0

func (fake *FakeAPIClient) ServicePortForward(arg1 string, arg2 string, arg3 *client.PortForwardOpts) error

func (*FakeAPIClient) ServicePortForwardArgsForCall added in v1.9.0

func (fake *FakeAPIClient) ServicePortForwardArgsForCall(i int) (string, string, *client.PortForwardOpts)

func (*FakeAPIClient) ServicePortForwardCallCount added in v1.9.0

func (fake *FakeAPIClient) ServicePortForwardCallCount() int

func (*FakeAPIClient) ServicePortForwardCalls added in v1.9.0

func (fake *FakeAPIClient) ServicePortForwardCalls(stub func(string, string, *client.PortForwardOpts) error)

func (*FakeAPIClient) ServicePortForwardReturns added in v1.9.0

func (fake *FakeAPIClient) ServicePortForwardReturns(result1 error)

func (*FakeAPIClient) ServicePortForwardReturnsOnCall added in v1.9.0

func (fake *FakeAPIClient) ServicePortForwardReturnsOnCall(i int, result1 error)

func (*FakeAPIClient) ServiceShow

func (fake *FakeAPIClient) ServiceShow(arg1 string, arg2 string) (*models.Service, error)

func (*FakeAPIClient) ServiceShowArgsForCall

func (fake *FakeAPIClient) ServiceShowArgsForCall(i int) (string, string)

func (*FakeAPIClient) ServiceShowCallCount

func (fake *FakeAPIClient) ServiceShowCallCount() int

func (*FakeAPIClient) ServiceShowCalls

func (fake *FakeAPIClient) ServiceShowCalls(stub func(string, string) (*models.Service, error))

func (*FakeAPIClient) ServiceShowReturns

func (fake *FakeAPIClient) ServiceShowReturns(result1 *models.Service, result2 error)

func (*FakeAPIClient) ServiceShowReturnsOnCall

func (fake *FakeAPIClient) ServiceShowReturnsOnCall(i int, result1 *models.Service, result2 error)

func (*FakeAPIClient) ServiceUnbind

func (fake *FakeAPIClient) ServiceUnbind(arg1 models.ServiceUnbindRequest, arg2 string, arg3 string) (models.Response, error)

func (*FakeAPIClient) ServiceUnbindArgsForCall

func (fake *FakeAPIClient) ServiceUnbindArgsForCall(i int) (models.ServiceUnbindRequest, string, string)

func (*FakeAPIClient) ServiceUnbindCallCount

func (fake *FakeAPIClient) ServiceUnbindCallCount() int

func (*FakeAPIClient) ServiceUnbindCalls

func (fake *FakeAPIClient) ServiceUnbindCalls(stub func(models.ServiceUnbindRequest, string, string) (models.Response, error))

func (*FakeAPIClient) ServiceUnbindReturns

func (fake *FakeAPIClient) ServiceUnbindReturns(result1 models.Response, result2 error)

func (*FakeAPIClient) ServiceUnbindReturnsOnCall

func (fake *FakeAPIClient) ServiceUnbindReturnsOnCall(i int, result1 models.Response, result2 error)

func (*FakeAPIClient) ServiceUpdate added in v1.10.0

func (fake *FakeAPIClient) ServiceUpdate(arg1 models.ServiceUpdateRequest, arg2 string, arg3 string) (models.Response, error)

func (*FakeAPIClient) ServiceUpdateArgsForCall added in v1.10.0

func (fake *FakeAPIClient) ServiceUpdateArgsForCall(i int) (models.ServiceUpdateRequest, string, string)

func (*FakeAPIClient) ServiceUpdateCallCount added in v1.10.0

func (fake *FakeAPIClient) ServiceUpdateCallCount() int

func (*FakeAPIClient) ServiceUpdateCalls added in v1.10.0

func (fake *FakeAPIClient) ServiceUpdateCalls(stub func(models.ServiceUpdateRequest, string, string) (models.Response, error))

func (*FakeAPIClient) ServiceUpdateReturns added in v1.10.0

func (fake *FakeAPIClient) ServiceUpdateReturns(result1 models.Response, result2 error)

func (*FakeAPIClient) ServiceUpdateReturnsOnCall added in v1.10.0

func (fake *FakeAPIClient) ServiceUpdateReturnsOnCall(i int, result1 models.Response, result2 error)

func (*FakeAPIClient) SetHeader added in v1.9.0

func (fake *FakeAPIClient) SetHeader(arg1 string, arg2 string)

func (*FakeAPIClient) SetHeaderArgsForCall added in v1.9.0

func (fake *FakeAPIClient) SetHeaderArgsForCall(i int) (string, string)

func (*FakeAPIClient) SetHeaderCallCount added in v1.9.0

func (fake *FakeAPIClient) SetHeaderCallCount() int

func (*FakeAPIClient) SetHeaderCalls added in v1.9.0

func (fake *FakeAPIClient) SetHeaderCalls(stub func(string, string))

func (*FakeAPIClient) StagingComplete

func (fake *FakeAPIClient) StagingComplete(arg1 string, arg2 string) (models.Response, error)

func (*FakeAPIClient) StagingCompleteArgsForCall

func (fake *FakeAPIClient) StagingCompleteArgsForCall(i int) (string, string)

func (*FakeAPIClient) StagingCompleteCallCount

func (fake *FakeAPIClient) StagingCompleteCallCount() int

func (*FakeAPIClient) StagingCompleteCalls

func (fake *FakeAPIClient) StagingCompleteCalls(stub func(string, string) (models.Response, error))

func (*FakeAPIClient) StagingCompleteReturns

func (fake *FakeAPIClient) StagingCompleteReturns(result1 models.Response, result2 error)

func (*FakeAPIClient) StagingCompleteReturnsOnCall

func (fake *FakeAPIClient) StagingCompleteReturnsOnCall(i int, result1 models.Response, result2 error)

func (*FakeAPIClient) VersionWarningEnabled added in v1.4.0

func (fake *FakeAPIClient) VersionWarningEnabled() bool

func (*FakeAPIClient) VersionWarningEnabledCallCount added in v1.4.0

func (fake *FakeAPIClient) VersionWarningEnabledCallCount() int

func (*FakeAPIClient) VersionWarningEnabledCalls added in v1.4.0

func (fake *FakeAPIClient) VersionWarningEnabledCalls(stub func() bool)

func (*FakeAPIClient) VersionWarningEnabledReturns added in v1.4.0

func (fake *FakeAPIClient) VersionWarningEnabledReturns(result1 bool)

func (*FakeAPIClient) VersionWarningEnabledReturnsOnCall added in v1.4.0

func (fake *FakeAPIClient) VersionWarningEnabledReturnsOnCall(i int, result1 bool)

Jump to

Keyboard shortcuts

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