Documentation
¶
Overview ¶
Code generated by counterfeiter. DO NOT EDIT.
Code generated by counterfeiter. DO NOT EDIT.
Code generated by counterfeiter. DO NOT EDIT.
Code generated by counterfeiter. DO NOT EDIT.
Code generated by counterfeiter. DO NOT EDIT.
Code generated by counterfeiter. DO NOT EDIT.
Code generated by counterfeiter. DO NOT EDIT.
Code generated by counterfeiter. DO NOT EDIT.
Code generated by counterfeiter. DO NOT EDIT.
Code generated by counterfeiter. DO NOT EDIT.
Index ¶
- type FakeBoshClient
- func (fake *FakeBoshClient) DeleteConfig(arg1 string, arg2 string, arg3 *log.Logger) (bool, error)
- func (fake *FakeBoshClient) DeleteConfigArgsForCall(i int) (string, string, *log.Logger)
- func (fake *FakeBoshClient) DeleteConfigCallCount() int
- func (fake *FakeBoshClient) DeleteConfigCalls(stub func(string, string, *log.Logger) (bool, error))
- func (fake *FakeBoshClient) DeleteConfigReturns(result1 bool, result2 error)
- func (fake *FakeBoshClient) DeleteConfigReturnsOnCall(i int, result1 bool, result2 error)
- func (fake *FakeBoshClient) DeleteConfigs(arg1 string, arg2 *log.Logger) error
- func (fake *FakeBoshClient) DeleteConfigsArgsForCall(i int) (string, *log.Logger)
- func (fake *FakeBoshClient) DeleteConfigsCallCount() int
- func (fake *FakeBoshClient) DeleteConfigsCalls(stub func(string, *log.Logger) error)
- func (fake *FakeBoshClient) DeleteConfigsReturns(result1 error)
- func (fake *FakeBoshClient) DeleteConfigsReturnsOnCall(i int, result1 error)
- func (fake *FakeBoshClient) DeleteDeployment(arg1 string, arg2 string, arg3 bool, arg4 *boshdirector.AsyncTaskReporter, ...) (int, error)
- func (fake *FakeBoshClient) DeleteDeploymentArgsForCall(i int) (string, string, bool, *boshdirector.AsyncTaskReporter, *log.Logger)
- func (fake *FakeBoshClient) DeleteDeploymentCallCount() int
- func (fake *FakeBoshClient) DeleteDeploymentCalls(...)
- func (fake *FakeBoshClient) DeleteDeploymentReturns(result1 int, result2 error)
- func (fake *FakeBoshClient) DeleteDeploymentReturnsOnCall(i int, result1 int, result2 error)
- func (fake *FakeBoshClient) Deploy(arg1 []byte, arg2 string, arg3 *log.Logger, ...) (int, error)
- func (fake *FakeBoshClient) DeployArgsForCall(i int) ([]byte, string, *log.Logger, *boshdirector.AsyncTaskReporter)
- func (fake *FakeBoshClient) DeployCallCount() int
- func (fake *FakeBoshClient) DeployCalls(...)
- func (fake *FakeBoshClient) DeployReturns(result1 int, result2 error)
- func (fake *FakeBoshClient) DeployReturnsOnCall(i int, result1 int, result2 error)
- func (fake *FakeBoshClient) GetConfigs(arg1 string, arg2 *log.Logger) ([]boshdirector.BoshConfig, error)
- func (fake *FakeBoshClient) GetConfigsArgsForCall(i int) (string, *log.Logger)
- func (fake *FakeBoshClient) GetConfigsCallCount() int
- func (fake *FakeBoshClient) GetConfigsCalls(stub func(string, *log.Logger) ([]boshdirector.BoshConfig, error))
- func (fake *FakeBoshClient) GetConfigsReturns(result1 []boshdirector.BoshConfig, result2 error)
- func (fake *FakeBoshClient) GetConfigsReturnsOnCall(i int, result1 []boshdirector.BoshConfig, result2 error)
- func (fake *FakeBoshClient) GetDNSAddresses(arg1 string, arg2 []config.BindingDNS) (map[string]string, error)
- func (fake *FakeBoshClient) GetDNSAddressesArgsForCall(i int) (string, []config.BindingDNS)
- func (fake *FakeBoshClient) GetDNSAddressesCallCount() int
- func (fake *FakeBoshClient) GetDNSAddressesCalls(stub func(string, []config.BindingDNS) (map[string]string, error))
- func (fake *FakeBoshClient) GetDNSAddressesReturns(result1 map[string]string, result2 error)
- func (fake *FakeBoshClient) GetDNSAddressesReturnsOnCall(i int, result1 map[string]string, result2 error)
- func (fake *FakeBoshClient) GetDeployment(arg1 string, arg2 *log.Logger) ([]byte, bool, error)
- func (fake *FakeBoshClient) GetDeploymentArgsForCall(i int) (string, *log.Logger)
- func (fake *FakeBoshClient) GetDeploymentCallCount() int
- func (fake *FakeBoshClient) GetDeploymentCalls(stub func(string, *log.Logger) ([]byte, bool, error))
- func (fake *FakeBoshClient) GetDeploymentReturns(result1 []byte, result2 bool, result3 error)
- func (fake *FakeBoshClient) GetDeploymentReturnsOnCall(i int, result1 []byte, result2 bool, result3 error)
- func (fake *FakeBoshClient) GetDeployments(arg1 *log.Logger) ([]boshdirector.Deployment, error)
- func (fake *FakeBoshClient) GetDeploymentsArgsForCall(i int) *log.Logger
- func (fake *FakeBoshClient) GetDeploymentsCallCount() int
- func (fake *FakeBoshClient) GetDeploymentsCalls(stub func(*log.Logger) ([]boshdirector.Deployment, error))
- func (fake *FakeBoshClient) GetDeploymentsReturns(result1 []boshdirector.Deployment, result2 error)
- func (fake *FakeBoshClient) GetDeploymentsReturnsOnCall(i int, result1 []boshdirector.Deployment, result2 error)
- func (fake *FakeBoshClient) GetInfo(arg1 *log.Logger) (boshdirector.Info, error)
- func (fake *FakeBoshClient) GetInfoArgsForCall(i int) *log.Logger
- func (fake *FakeBoshClient) GetInfoCallCount() int
- func (fake *FakeBoshClient) GetInfoCalls(stub func(*log.Logger) (boshdirector.Info, error))
- func (fake *FakeBoshClient) GetInfoReturns(result1 boshdirector.Info, result2 error)
- func (fake *FakeBoshClient) GetInfoReturnsOnCall(i int, result1 boshdirector.Info, result2 error)
- func (fake *FakeBoshClient) GetNormalisedTasksByContext(arg1 string, arg2 string, arg3 *log.Logger) (boshdirector.BoshTasks, error)
- func (fake *FakeBoshClient) GetNormalisedTasksByContextArgsForCall(i int) (string, string, *log.Logger)
- func (fake *FakeBoshClient) GetNormalisedTasksByContextCallCount() int
- func (fake *FakeBoshClient) GetNormalisedTasksByContextCalls(stub func(string, string, *log.Logger) (boshdirector.BoshTasks, error))
- func (fake *FakeBoshClient) GetNormalisedTasksByContextReturns(result1 boshdirector.BoshTasks, result2 error)
- func (fake *FakeBoshClient) GetNormalisedTasksByContextReturnsOnCall(i int, result1 boshdirector.BoshTasks, result2 error)
- func (fake *FakeBoshClient) GetTask(arg1 int, arg2 *log.Logger) (boshdirector.BoshTask, error)
- func (fake *FakeBoshClient) GetTaskArgsForCall(i int) (int, *log.Logger)
- func (fake *FakeBoshClient) GetTaskCallCount() int
- func (fake *FakeBoshClient) GetTaskCalls(stub func(int, *log.Logger) (boshdirector.BoshTask, error))
- func (fake *FakeBoshClient) GetTaskReturns(result1 boshdirector.BoshTask, result2 error)
- func (fake *FakeBoshClient) GetTaskReturnsOnCall(i int, result1 boshdirector.BoshTask, result2 error)
- func (fake *FakeBoshClient) GetTasksInProgress(arg1 string, arg2 *log.Logger) (boshdirector.BoshTasks, error)
- func (fake *FakeBoshClient) GetTasksInProgressArgsForCall(i int) (string, *log.Logger)
- func (fake *FakeBoshClient) GetTasksInProgressCallCount() int
- func (fake *FakeBoshClient) GetTasksInProgressCalls(stub func(string, *log.Logger) (boshdirector.BoshTasks, error))
- func (fake *FakeBoshClient) GetTasksInProgressReturns(result1 boshdirector.BoshTasks, result2 error)
- func (fake *FakeBoshClient) GetTasksInProgressReturnsOnCall(i int, result1 boshdirector.BoshTasks, result2 error)
- func (fake *FakeBoshClient) Invocations() map[string][][]interface{}
- func (fake *FakeBoshClient) Recreate(arg1 string, arg2 string, arg3 *log.Logger, ...) (int, error)
- func (fake *FakeBoshClient) RecreateArgsForCall(i int) (string, string, *log.Logger, *boshdirector.AsyncTaskReporter)
- func (fake *FakeBoshClient) RecreateCallCount() int
- func (fake *FakeBoshClient) RecreateCalls(...)
- func (fake *FakeBoshClient) RecreateReturns(result1 int, result2 error)
- func (fake *FakeBoshClient) RecreateReturnsOnCall(i int, result1 int, result2 error)
- func (fake *FakeBoshClient) RunErrand(arg1 string, arg2 string, arg3 []string, arg4 string, arg5 *log.Logger, ...) (int, error)
- func (fake *FakeBoshClient) RunErrandArgsForCall(i int) (string, string, []string, string, *log.Logger, *boshdirector.AsyncTaskReporter)
- func (fake *FakeBoshClient) RunErrandCallCount() int
- func (fake *FakeBoshClient) RunErrandCalls(...)
- func (fake *FakeBoshClient) RunErrandReturns(result1 int, result2 error)
- func (fake *FakeBoshClient) RunErrandReturnsOnCall(i int, result1 int, result2 error)
- func (fake *FakeBoshClient) VMs(arg1 string, arg2 *log.Logger) (bosh.BoshVMs, error)
- func (fake *FakeBoshClient) VMsArgsForCall(i int) (string, *log.Logger)
- func (fake *FakeBoshClient) VMsCallCount() int
- func (fake *FakeBoshClient) VMsCalls(stub func(string, *log.Logger) (bosh.BoshVMs, error))
- func (fake *FakeBoshClient) VMsReturns(result1 bosh.BoshVMs, result2 error)
- func (fake *FakeBoshClient) VMsReturnsOnCall(i int, result1 bosh.BoshVMs, result2 error)
- func (fake *FakeBoshClient) Variables(arg1 string, arg2 *log.Logger) ([]boshdirector.Variable, error)
- func (fake *FakeBoshClient) VariablesArgsForCall(i int) (string, *log.Logger)
- func (fake *FakeBoshClient) VariablesCallCount() int
- func (fake *FakeBoshClient) VariablesCalls(stub func(string, *log.Logger) ([]boshdirector.Variable, error))
- func (fake *FakeBoshClient) VariablesReturns(result1 []boshdirector.Variable, result2 error)
- func (fake *FakeBoshClient) VariablesReturnsOnCall(i int, result1 []boshdirector.Variable, result2 error)
- func (fake *FakeBoshClient) VerifyAuth(arg1 *log.Logger) error
- func (fake *FakeBoshClient) VerifyAuthArgsForCall(i int) *log.Logger
- func (fake *FakeBoshClient) VerifyAuthCallCount() int
- func (fake *FakeBoshClient) VerifyAuthCalls(stub func(*log.Logger) error)
- func (fake *FakeBoshClient) VerifyAuthReturns(result1 error)
- func (fake *FakeBoshClient) VerifyAuthReturnsOnCall(i int, result1 error)
- type FakeCloudFoundryClient
- func (fake *FakeCloudFoundryClient) CountInstancesOfPlan(arg1 string, arg2 string, arg3 *log.Logger) (int, error)
- func (fake *FakeCloudFoundryClient) CountInstancesOfPlanArgsForCall(i int) (string, string, *log.Logger)
- func (fake *FakeCloudFoundryClient) CountInstancesOfPlanCallCount() int
- func (fake *FakeCloudFoundryClient) CountInstancesOfPlanCalls(stub func(string, string, *log.Logger) (int, error))
- func (fake *FakeCloudFoundryClient) CountInstancesOfPlanReturns(result1 int, result2 error)
- func (fake *FakeCloudFoundryClient) CountInstancesOfPlanReturnsOnCall(i int, result1 int, result2 error)
- func (fake *FakeCloudFoundryClient) CountInstancesOfServiceOffering(arg1 string, arg2 *log.Logger) (map[cf.ServicePlan]int, error)
- func (fake *FakeCloudFoundryClient) CountInstancesOfServiceOfferingArgsForCall(i int) (string, *log.Logger)
- func (fake *FakeCloudFoundryClient) CountInstancesOfServiceOfferingCallCount() int
- func (fake *FakeCloudFoundryClient) CountInstancesOfServiceOfferingCalls(stub func(string, *log.Logger) (map[cf.ServicePlan]int, error))
- func (fake *FakeCloudFoundryClient) CountInstancesOfServiceOfferingReturns(result1 map[cf.ServicePlan]int, result2 error)
- func (fake *FakeCloudFoundryClient) CountInstancesOfServiceOfferingReturnsOnCall(i int, result1 map[cf.ServicePlan]int, result2 error)
- func (fake *FakeCloudFoundryClient) GetAPIVersion(arg1 *log.Logger) (string, error)
- func (fake *FakeCloudFoundryClient) GetAPIVersionArgsForCall(i int) *log.Logger
- func (fake *FakeCloudFoundryClient) GetAPIVersionCallCount() int
- func (fake *FakeCloudFoundryClient) GetAPIVersionCalls(stub func(*log.Logger) (string, error))
- func (fake *FakeCloudFoundryClient) GetAPIVersionReturns(result1 string, result2 error)
- func (fake *FakeCloudFoundryClient) GetAPIVersionReturnsOnCall(i int, result1 string, result2 error)
- func (fake *FakeCloudFoundryClient) GetServiceInstances(arg1 cf.GetInstancesFilter, arg2 *log.Logger) ([]cf.Instance, error)
- func (fake *FakeCloudFoundryClient) GetServiceInstancesArgsForCall(i int) (cf.GetInstancesFilter, *log.Logger)
- func (fake *FakeCloudFoundryClient) GetServiceInstancesCallCount() int
- func (fake *FakeCloudFoundryClient) GetServiceInstancesCalls(stub func(cf.GetInstancesFilter, *log.Logger) ([]cf.Instance, error))
- func (fake *FakeCloudFoundryClient) GetServiceInstancesReturns(result1 []cf.Instance, result2 error)
- func (fake *FakeCloudFoundryClient) GetServiceInstancesReturnsOnCall(i int, result1 []cf.Instance, result2 error)
- func (fake *FakeCloudFoundryClient) Invocations() map[string][][]interface{}
- type FakeDecider
- func (fake *FakeDecider) CanProvision(arg1 []domain.Service, arg2 string, arg3 *domain.MaintenanceInfo, ...) error
- func (fake *FakeDecider) CanProvisionArgsForCall(i int) ([]domain.Service, string, *domain.MaintenanceInfo, *log.Logger)
- func (fake *FakeDecider) CanProvisionCallCount() int
- func (fake *FakeDecider) CanProvisionCalls(...)
- func (fake *FakeDecider) CanProvisionReturns(result1 error)
- func (fake *FakeDecider) CanProvisionReturnsOnCall(i int, result1 error)
- func (fake *FakeDecider) DecideOperation(arg1 []domain.Service, arg2 domain.UpdateDetails, arg3 *log.Logger) (decider.Operation, error)
- func (fake *FakeDecider) DecideOperationArgsForCall(i int) ([]domain.Service, domain.UpdateDetails, *log.Logger)
- func (fake *FakeDecider) DecideOperationCallCount() int
- func (fake *FakeDecider) DecideOperationCalls(...)
- func (fake *FakeDecider) DecideOperationReturns(result1 decider.Operation, result2 error)
- func (fake *FakeDecider) DecideOperationReturnsOnCall(i int, result1 decider.Operation, result2 error)
- func (fake *FakeDecider) Invocations() map[string][][]interface{}
- type FakeDeployer
- func (fake *FakeDeployer) Create(arg1 string, arg2 string, arg3 map[string]interface{}, arg4 string, ...) (int, []byte, error)
- func (fake *FakeDeployer) CreateArgsForCall(i int) (string, string, map[string]interface{}, string, map[string]string, *log.Logger)
- func (fake *FakeDeployer) CreateCallCount() int
- func (fake *FakeDeployer) CreateCalls(...)
- func (fake *FakeDeployer) CreateReturns(result1 int, result2 []byte, result3 error)
- func (fake *FakeDeployer) CreateReturnsOnCall(i int, result1 int, result2 []byte, result3 error)
- func (fake *FakeDeployer) Invocations() map[string][][]interface{}
- func (fake *FakeDeployer) Recreate(arg1 string, arg2 string, arg3 string, arg4 *log.Logger) (int, error)
- func (fake *FakeDeployer) RecreateArgsForCall(i int) (string, string, string, *log.Logger)
- func (fake *FakeDeployer) RecreateCallCount() int
- func (fake *FakeDeployer) RecreateCalls(stub func(string, string, string, *log.Logger) (int, error))
- func (fake *FakeDeployer) RecreateReturns(result1 int, result2 error)
- func (fake *FakeDeployer) RecreateReturnsOnCall(i int, result1 int, result2 error)
- func (fake *FakeDeployer) Update(arg1 string, arg2 string, arg3 map[string]interface{}, arg4 *string, ...) (int, []byte, error)
- func (fake *FakeDeployer) UpdateArgsForCall(i int) (string, string, map[string]interface{}, *string, string, map[string]string, ...)
- func (fake *FakeDeployer) UpdateCallCount() int
- func (fake *FakeDeployer) UpdateCalls(...)
- func (fake *FakeDeployer) UpdateReturns(result1 int, result2 []byte, result3 error)
- func (fake *FakeDeployer) UpdateReturnsOnCall(i int, result1 int, result2 []byte, result3 error)
- func (fake *FakeDeployer) Upgrade(arg1 string, arg2 config.Plan, arg3 map[string]interface{}, arg4 string, ...) (int, []byte, error)
- func (fake *FakeDeployer) UpgradeArgsForCall(i int) (string, config.Plan, map[string]interface{}, string, map[string]string, ...)
- func (fake *FakeDeployer) UpgradeCallCount() int
- func (fake *FakeDeployer) UpgradeCalls(...)
- func (fake *FakeDeployer) UpgradeReturns(result1 int, result2 []byte, result3 error)
- func (fake *FakeDeployer) UpgradeReturnsOnCall(i int, result1 int, result2 []byte, result3 error)
- type FakeHasher
- func (fake *FakeHasher) Hash(arg1 map[string]string) string
- func (fake *FakeHasher) HashArgsForCall(i int) map[string]string
- func (fake *FakeHasher) HashCallCount() int
- func (fake *FakeHasher) HashCalls(stub func(map[string]string) string)
- func (fake *FakeHasher) HashReturns(result1 string)
- func (fake *FakeHasher) HashReturnsOnCall(i int, result1 string)
- func (fake *FakeHasher) Invocations() map[string][][]interface{}
- type FakeManifestSecretManager
- func (fake *FakeManifestSecretManager) DeleteSecretsForInstance(arg1 string, arg2 *log.Logger) error
- func (fake *FakeManifestSecretManager) DeleteSecretsForInstanceArgsForCall(i int) (string, *log.Logger)
- func (fake *FakeManifestSecretManager) DeleteSecretsForInstanceCallCount() int
- func (fake *FakeManifestSecretManager) DeleteSecretsForInstanceCalls(stub func(string, *log.Logger) error)
- func (fake *FakeManifestSecretManager) DeleteSecretsForInstanceReturns(result1 error)
- func (fake *FakeManifestSecretManager) DeleteSecretsForInstanceReturnsOnCall(i int, result1 error)
- func (fake *FakeManifestSecretManager) Invocations() map[string][][]interface{}
- func (fake *FakeManifestSecretManager) ResolveManifestSecrets(arg1 []byte, arg2 []boshdirector.Variable, arg3 *log.Logger) (map[string]string, error)
- func (fake *FakeManifestSecretManager) ResolveManifestSecretsArgsForCall(i int) ([]byte, []boshdirector.Variable, *log.Logger)
- func (fake *FakeManifestSecretManager) ResolveManifestSecretsCallCount() int
- func (fake *FakeManifestSecretManager) ResolveManifestSecretsCalls(...)
- func (fake *FakeManifestSecretManager) ResolveManifestSecretsReturns(result1 map[string]string, result2 error)
- func (fake *FakeManifestSecretManager) ResolveManifestSecretsReturnsOnCall(i int, result1 map[string]string, result2 error)
- type FakeServiceAdapterClient
- func (fake *FakeServiceAdapterClient) CreateBinding(arg1 string, arg2 bosh.BoshVMs, arg3 []byte, arg4 map[string]interface{}, ...) (serviceadapter.Binding, error)
- func (fake *FakeServiceAdapterClient) CreateBindingArgsForCall(i int) (string, bosh.BoshVMs, []byte, map[string]interface{}, map[string]string, ...)
- func (fake *FakeServiceAdapterClient) CreateBindingCallCount() int
- func (fake *FakeServiceAdapterClient) CreateBindingCalls(...)
- func (fake *FakeServiceAdapterClient) CreateBindingReturns(result1 serviceadapter.Binding, result2 error)
- func (fake *FakeServiceAdapterClient) CreateBindingReturnsOnCall(i int, result1 serviceadapter.Binding, result2 error)
- func (fake *FakeServiceAdapterClient) DeleteBinding(arg1 string, arg2 bosh.BoshVMs, arg3 []byte, arg4 map[string]interface{}, ...) error
- func (fake *FakeServiceAdapterClient) DeleteBindingArgsForCall(i int) (string, bosh.BoshVMs, []byte, map[string]interface{}, map[string]string, ...)
- func (fake *FakeServiceAdapterClient) DeleteBindingCallCount() int
- func (fake *FakeServiceAdapterClient) DeleteBindingCalls(...)
- func (fake *FakeServiceAdapterClient) DeleteBindingReturns(result1 error)
- func (fake *FakeServiceAdapterClient) DeleteBindingReturnsOnCall(i int, result1 error)
- func (fake *FakeServiceAdapterClient) GenerateDashboardUrl(arg1 string, arg2 serviceadapter.Plan, arg3 []byte, arg4 *log.Logger) (string, error)
- func (fake *FakeServiceAdapterClient) GenerateDashboardUrlArgsForCall(i int) (string, serviceadapter.Plan, []byte, *log.Logger)
- func (fake *FakeServiceAdapterClient) GenerateDashboardUrlCallCount() int
- func (fake *FakeServiceAdapterClient) GenerateDashboardUrlCalls(stub func(string, serviceadapter.Plan, []byte, *log.Logger) (string, error))
- func (fake *FakeServiceAdapterClient) GenerateDashboardUrlReturns(result1 string, result2 error)
- func (fake *FakeServiceAdapterClient) GenerateDashboardUrlReturnsOnCall(i int, result1 string, result2 error)
- func (fake *FakeServiceAdapterClient) GeneratePlanSchema(arg1 serviceadapter.Plan, arg2 *log.Logger) (domain.ServiceSchemas, error)
- func (fake *FakeServiceAdapterClient) GeneratePlanSchemaArgsForCall(i int) (serviceadapter.Plan, *log.Logger)
- func (fake *FakeServiceAdapterClient) GeneratePlanSchemaCallCount() int
- func (fake *FakeServiceAdapterClient) GeneratePlanSchemaCalls(stub func(serviceadapter.Plan, *log.Logger) (domain.ServiceSchemas, error))
- func (fake *FakeServiceAdapterClient) GeneratePlanSchemaReturns(result1 domain.ServiceSchemas, result2 error)
- func (fake *FakeServiceAdapterClient) GeneratePlanSchemaReturnsOnCall(i int, result1 domain.ServiceSchemas, result2 error)
- func (fake *FakeServiceAdapterClient) Invocations() map[string][][]interface{}
- type FakeStartupChecker
- func (fake *FakeStartupChecker) Check() error
- func (fake *FakeStartupChecker) CheckCallCount() int
- func (fake *FakeStartupChecker) CheckCalls(stub func() error)
- func (fake *FakeStartupChecker) CheckReturns(result1 error)
- func (fake *FakeStartupChecker) CheckReturnsOnCall(i int, result1 error)
- func (fake *FakeStartupChecker) Invocations() map[string][][]interface{}
- type FakeTelemetryLogger
- func (fake *FakeTelemetryLogger) Invocations() map[string][][]interface{}
- func (fake *FakeTelemetryLogger) LogInstances(arg1 service.InstanceLister, arg2 string, arg3 string)
- func (fake *FakeTelemetryLogger) LogInstancesArgsForCall(i int) (service.InstanceLister, string, string)
- func (fake *FakeTelemetryLogger) LogInstancesCallCount() int
- func (fake *FakeTelemetryLogger) LogInstancesCalls(stub func(service.InstanceLister, string, string))
- type FakeUAAClient
- func (fake *FakeUAAClient) CreateClient(arg1 string, arg2 string, arg3 string) (map[string]string, error)
- func (fake *FakeUAAClient) CreateClientArgsForCall(i int) (string, string, string)
- func (fake *FakeUAAClient) CreateClientCallCount() int
- func (fake *FakeUAAClient) CreateClientCalls(stub func(string, string, string) (map[string]string, error))
- func (fake *FakeUAAClient) CreateClientReturns(result1 map[string]string, result2 error)
- func (fake *FakeUAAClient) CreateClientReturnsOnCall(i int, result1 map[string]string, result2 error)
- func (fake *FakeUAAClient) DeleteClient(arg1 string) error
- func (fake *FakeUAAClient) DeleteClientArgsForCall(i int) string
- func (fake *FakeUAAClient) DeleteClientCallCount() int
- func (fake *FakeUAAClient) DeleteClientCalls(stub func(string) error)
- func (fake *FakeUAAClient) DeleteClientReturns(result1 error)
- func (fake *FakeUAAClient) DeleteClientReturnsOnCall(i int, result1 error)
- func (fake *FakeUAAClient) GetClient(arg1 string) (map[string]string, error)
- func (fake *FakeUAAClient) GetClientArgsForCall(i int) string
- func (fake *FakeUAAClient) GetClientCallCount() int
- func (fake *FakeUAAClient) GetClientCalls(stub func(string) (map[string]string, error))
- func (fake *FakeUAAClient) GetClientReturns(result1 map[string]string, result2 error)
- func (fake *FakeUAAClient) GetClientReturnsOnCall(i int, result1 map[string]string, result2 error)
- func (fake *FakeUAAClient) HasClientDefinition() bool
- func (fake *FakeUAAClient) HasClientDefinitionCallCount() int
- func (fake *FakeUAAClient) HasClientDefinitionCalls(stub func() bool)
- func (fake *FakeUAAClient) HasClientDefinitionReturns(result1 bool)
- func (fake *FakeUAAClient) HasClientDefinitionReturnsOnCall(i int, result1 bool)
- func (fake *FakeUAAClient) Invocations() map[string][][]interface{}
- func (fake *FakeUAAClient) UpdateClient(arg1 string, arg2 string, arg3 string) (map[string]string, error)
- func (fake *FakeUAAClient) UpdateClientArgsForCall(i int) (string, string, string)
- func (fake *FakeUAAClient) UpdateClientCallCount() int
- func (fake *FakeUAAClient) UpdateClientCalls(stub func(string, string, string) (map[string]string, error))
- func (fake *FakeUAAClient) UpdateClientReturns(result1 map[string]string, result2 error)
- func (fake *FakeUAAClient) UpdateClientReturnsOnCall(i int, result1 map[string]string, result2 error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type FakeBoshClient ¶
type FakeBoshClient struct { DeleteConfigStub func(string, string, *log.Logger) (bool, error) DeleteConfigsStub func(string, *log.Logger) error DeleteDeploymentStub func(string, string, bool, *boshdirector.AsyncTaskReporter, *log.Logger) (int, error) DeployStub func([]byte, string, *log.Logger, *boshdirector.AsyncTaskReporter) (int, error) GetConfigsStub func(string, *log.Logger) ([]boshdirector.BoshConfig, error) GetDNSAddressesStub func(string, []config.BindingDNS) (map[string]string, error) GetDeploymentStub func(string, *log.Logger) ([]byte, bool, error) GetDeploymentsStub func(*log.Logger) ([]boshdirector.Deployment, error) GetInfoStub func(*log.Logger) (boshdirector.Info, error) GetNormalisedTasksByContextStub func(string, string, *log.Logger) (boshdirector.BoshTasks, error) GetTaskStub func(int, *log.Logger) (boshdirector.BoshTask, error) GetTasksInProgressStub func(string, *log.Logger) (boshdirector.BoshTasks, error) RecreateStub func(string, string, *log.Logger, *boshdirector.AsyncTaskReporter) (int, error) RunErrandStub func(string, string, []string, string, *log.Logger, *boshdirector.AsyncTaskReporter) (int, error) VMsStub func(string, *log.Logger) (bosh.BoshVMs, error) VariablesStub func(string, *log.Logger) ([]boshdirector.Variable, error) VerifyAuthStub func(*log.Logger) error // contains filtered or unexported fields }
func (*FakeBoshClient) DeleteConfig ¶
func (*FakeBoshClient) DeleteConfigArgsForCall ¶
func (*FakeBoshClient) DeleteConfigCallCount ¶
func (fake *FakeBoshClient) DeleteConfigCallCount() int
func (*FakeBoshClient) DeleteConfigCalls ¶
func (*FakeBoshClient) DeleteConfigReturns ¶
func (fake *FakeBoshClient) DeleteConfigReturns(result1 bool, result2 error)
func (*FakeBoshClient) DeleteConfigReturnsOnCall ¶
func (fake *FakeBoshClient) DeleteConfigReturnsOnCall(i int, result1 bool, result2 error)
func (*FakeBoshClient) DeleteConfigs ¶
func (fake *FakeBoshClient) DeleteConfigs(arg1 string, arg2 *log.Logger) error
func (*FakeBoshClient) DeleteConfigsArgsForCall ¶
func (fake *FakeBoshClient) DeleteConfigsArgsForCall(i int) (string, *log.Logger)
func (*FakeBoshClient) DeleteConfigsCallCount ¶
func (fake *FakeBoshClient) DeleteConfigsCallCount() int
func (*FakeBoshClient) DeleteConfigsCalls ¶
func (fake *FakeBoshClient) DeleteConfigsCalls(stub func(string, *log.Logger) error)
func (*FakeBoshClient) DeleteConfigsReturns ¶
func (fake *FakeBoshClient) DeleteConfigsReturns(result1 error)
func (*FakeBoshClient) DeleteConfigsReturnsOnCall ¶
func (fake *FakeBoshClient) DeleteConfigsReturnsOnCall(i int, result1 error)
func (*FakeBoshClient) DeleteDeployment ¶
func (fake *FakeBoshClient) DeleteDeployment(arg1 string, arg2 string, arg3 bool, arg4 *boshdirector.AsyncTaskReporter, arg5 *log.Logger) (int, error)
func (*FakeBoshClient) DeleteDeploymentArgsForCall ¶
func (fake *FakeBoshClient) DeleteDeploymentArgsForCall(i int) (string, string, bool, *boshdirector.AsyncTaskReporter, *log.Logger)
func (*FakeBoshClient) DeleteDeploymentCallCount ¶
func (fake *FakeBoshClient) DeleteDeploymentCallCount() int
func (*FakeBoshClient) DeleteDeploymentCalls ¶
func (fake *FakeBoshClient) DeleteDeploymentCalls(stub func(string, string, bool, *boshdirector.AsyncTaskReporter, *log.Logger) (int, error))
func (*FakeBoshClient) DeleteDeploymentReturns ¶
func (fake *FakeBoshClient) DeleteDeploymentReturns(result1 int, result2 error)
func (*FakeBoshClient) DeleteDeploymentReturnsOnCall ¶
func (fake *FakeBoshClient) DeleteDeploymentReturnsOnCall(i int, result1 int, result2 error)
func (*FakeBoshClient) Deploy ¶
func (fake *FakeBoshClient) Deploy(arg1 []byte, arg2 string, arg3 *log.Logger, arg4 *boshdirector.AsyncTaskReporter) (int, error)
func (*FakeBoshClient) DeployArgsForCall ¶
func (fake *FakeBoshClient) DeployArgsForCall(i int) ([]byte, string, *log.Logger, *boshdirector.AsyncTaskReporter)
func (*FakeBoshClient) DeployCallCount ¶
func (fake *FakeBoshClient) DeployCallCount() int
func (*FakeBoshClient) DeployCalls ¶
func (fake *FakeBoshClient) DeployCalls(stub func([]byte, string, *log.Logger, *boshdirector.AsyncTaskReporter) (int, error))
func (*FakeBoshClient) DeployReturns ¶
func (fake *FakeBoshClient) DeployReturns(result1 int, result2 error)
func (*FakeBoshClient) DeployReturnsOnCall ¶
func (fake *FakeBoshClient) DeployReturnsOnCall(i int, result1 int, result2 error)
func (*FakeBoshClient) GetConfigs ¶
func (fake *FakeBoshClient) GetConfigs(arg1 string, arg2 *log.Logger) ([]boshdirector.BoshConfig, error)
func (*FakeBoshClient) GetConfigsArgsForCall ¶
func (fake *FakeBoshClient) GetConfigsArgsForCall(i int) (string, *log.Logger)
func (*FakeBoshClient) GetConfigsCallCount ¶
func (fake *FakeBoshClient) GetConfigsCallCount() int
func (*FakeBoshClient) GetConfigsCalls ¶
func (fake *FakeBoshClient) GetConfigsCalls(stub func(string, *log.Logger) ([]boshdirector.BoshConfig, error))
func (*FakeBoshClient) GetConfigsReturns ¶
func (fake *FakeBoshClient) GetConfigsReturns(result1 []boshdirector.BoshConfig, result2 error)
func (*FakeBoshClient) GetConfigsReturnsOnCall ¶
func (fake *FakeBoshClient) GetConfigsReturnsOnCall(i int, result1 []boshdirector.BoshConfig, result2 error)
func (*FakeBoshClient) GetDNSAddresses ¶
func (fake *FakeBoshClient) GetDNSAddresses(arg1 string, arg2 []config.BindingDNS) (map[string]string, error)
func (*FakeBoshClient) GetDNSAddressesArgsForCall ¶
func (fake *FakeBoshClient) GetDNSAddressesArgsForCall(i int) (string, []config.BindingDNS)
func (*FakeBoshClient) GetDNSAddressesCallCount ¶
func (fake *FakeBoshClient) GetDNSAddressesCallCount() int
func (*FakeBoshClient) GetDNSAddressesCalls ¶
func (fake *FakeBoshClient) GetDNSAddressesCalls(stub func(string, []config.BindingDNS) (map[string]string, error))
func (*FakeBoshClient) GetDNSAddressesReturns ¶
func (fake *FakeBoshClient) GetDNSAddressesReturns(result1 map[string]string, result2 error)
func (*FakeBoshClient) GetDNSAddressesReturnsOnCall ¶
func (fake *FakeBoshClient) GetDNSAddressesReturnsOnCall(i int, result1 map[string]string, result2 error)
func (*FakeBoshClient) GetDeployment ¶
func (*FakeBoshClient) GetDeploymentArgsForCall ¶
func (fake *FakeBoshClient) GetDeploymentArgsForCall(i int) (string, *log.Logger)
func (*FakeBoshClient) GetDeploymentCallCount ¶
func (fake *FakeBoshClient) GetDeploymentCallCount() int
func (*FakeBoshClient) GetDeploymentCalls ¶
func (*FakeBoshClient) GetDeploymentReturns ¶
func (fake *FakeBoshClient) GetDeploymentReturns(result1 []byte, result2 bool, result3 error)
func (*FakeBoshClient) GetDeploymentReturnsOnCall ¶
func (fake *FakeBoshClient) GetDeploymentReturnsOnCall(i int, result1 []byte, result2 bool, result3 error)
func (*FakeBoshClient) GetDeployments ¶
func (fake *FakeBoshClient) GetDeployments(arg1 *log.Logger) ([]boshdirector.Deployment, error)
func (*FakeBoshClient) GetDeploymentsArgsForCall ¶
func (fake *FakeBoshClient) GetDeploymentsArgsForCall(i int) *log.Logger
func (*FakeBoshClient) GetDeploymentsCallCount ¶
func (fake *FakeBoshClient) GetDeploymentsCallCount() int
func (*FakeBoshClient) GetDeploymentsCalls ¶
func (fake *FakeBoshClient) GetDeploymentsCalls(stub func(*log.Logger) ([]boshdirector.Deployment, error))
func (*FakeBoshClient) GetDeploymentsReturns ¶
func (fake *FakeBoshClient) GetDeploymentsReturns(result1 []boshdirector.Deployment, result2 error)
func (*FakeBoshClient) GetDeploymentsReturnsOnCall ¶
func (fake *FakeBoshClient) GetDeploymentsReturnsOnCall(i int, result1 []boshdirector.Deployment, result2 error)
func (*FakeBoshClient) GetInfo ¶
func (fake *FakeBoshClient) GetInfo(arg1 *log.Logger) (boshdirector.Info, error)
func (*FakeBoshClient) GetInfoArgsForCall ¶
func (fake *FakeBoshClient) GetInfoArgsForCall(i int) *log.Logger
func (*FakeBoshClient) GetInfoCallCount ¶
func (fake *FakeBoshClient) GetInfoCallCount() int
func (*FakeBoshClient) GetInfoCalls ¶
func (fake *FakeBoshClient) GetInfoCalls(stub func(*log.Logger) (boshdirector.Info, error))
func (*FakeBoshClient) GetInfoReturns ¶
func (fake *FakeBoshClient) GetInfoReturns(result1 boshdirector.Info, result2 error)
func (*FakeBoshClient) GetInfoReturnsOnCall ¶
func (fake *FakeBoshClient) GetInfoReturnsOnCall(i int, result1 boshdirector.Info, result2 error)
func (*FakeBoshClient) GetNormalisedTasksByContext ¶
func (fake *FakeBoshClient) GetNormalisedTasksByContext(arg1 string, arg2 string, arg3 *log.Logger) (boshdirector.BoshTasks, error)
func (*FakeBoshClient) GetNormalisedTasksByContextArgsForCall ¶
func (*FakeBoshClient) GetNormalisedTasksByContextCallCount ¶
func (fake *FakeBoshClient) GetNormalisedTasksByContextCallCount() int
func (*FakeBoshClient) GetNormalisedTasksByContextCalls ¶
func (fake *FakeBoshClient) GetNormalisedTasksByContextCalls(stub func(string, string, *log.Logger) (boshdirector.BoshTasks, error))
func (*FakeBoshClient) GetNormalisedTasksByContextReturns ¶
func (fake *FakeBoshClient) GetNormalisedTasksByContextReturns(result1 boshdirector.BoshTasks, result2 error)
func (*FakeBoshClient) GetNormalisedTasksByContextReturnsOnCall ¶
func (fake *FakeBoshClient) GetNormalisedTasksByContextReturnsOnCall(i int, result1 boshdirector.BoshTasks, result2 error)
func (*FakeBoshClient) GetTask ¶
func (fake *FakeBoshClient) GetTask(arg1 int, arg2 *log.Logger) (boshdirector.BoshTask, error)
func (*FakeBoshClient) GetTaskArgsForCall ¶
func (fake *FakeBoshClient) GetTaskArgsForCall(i int) (int, *log.Logger)
func (*FakeBoshClient) GetTaskCallCount ¶
func (fake *FakeBoshClient) GetTaskCallCount() int
func (*FakeBoshClient) GetTaskCalls ¶
func (fake *FakeBoshClient) GetTaskCalls(stub func(int, *log.Logger) (boshdirector.BoshTask, error))
func (*FakeBoshClient) GetTaskReturns ¶
func (fake *FakeBoshClient) GetTaskReturns(result1 boshdirector.BoshTask, result2 error)
func (*FakeBoshClient) GetTaskReturnsOnCall ¶
func (fake *FakeBoshClient) GetTaskReturnsOnCall(i int, result1 boshdirector.BoshTask, result2 error)
func (*FakeBoshClient) GetTasksInProgress ¶
func (fake *FakeBoshClient) GetTasksInProgress(arg1 string, arg2 *log.Logger) (boshdirector.BoshTasks, error)
func (*FakeBoshClient) GetTasksInProgressArgsForCall ¶
func (fake *FakeBoshClient) GetTasksInProgressArgsForCall(i int) (string, *log.Logger)
func (*FakeBoshClient) GetTasksInProgressCallCount ¶
func (fake *FakeBoshClient) GetTasksInProgressCallCount() int
func (*FakeBoshClient) GetTasksInProgressCalls ¶
func (fake *FakeBoshClient) GetTasksInProgressCalls(stub func(string, *log.Logger) (boshdirector.BoshTasks, error))
func (*FakeBoshClient) GetTasksInProgressReturns ¶
func (fake *FakeBoshClient) GetTasksInProgressReturns(result1 boshdirector.BoshTasks, result2 error)
func (*FakeBoshClient) GetTasksInProgressReturnsOnCall ¶
func (fake *FakeBoshClient) GetTasksInProgressReturnsOnCall(i int, result1 boshdirector.BoshTasks, result2 error)
func (*FakeBoshClient) Invocations ¶
func (fake *FakeBoshClient) Invocations() map[string][][]interface{}
func (*FakeBoshClient) Recreate ¶
func (fake *FakeBoshClient) Recreate(arg1 string, arg2 string, arg3 *log.Logger, arg4 *boshdirector.AsyncTaskReporter) (int, error)
func (*FakeBoshClient) RecreateArgsForCall ¶
func (fake *FakeBoshClient) RecreateArgsForCall(i int) (string, string, *log.Logger, *boshdirector.AsyncTaskReporter)
func (*FakeBoshClient) RecreateCallCount ¶
func (fake *FakeBoshClient) RecreateCallCount() int
func (*FakeBoshClient) RecreateCalls ¶
func (fake *FakeBoshClient) RecreateCalls(stub func(string, string, *log.Logger, *boshdirector.AsyncTaskReporter) (int, error))
func (*FakeBoshClient) RecreateReturns ¶
func (fake *FakeBoshClient) RecreateReturns(result1 int, result2 error)
func (*FakeBoshClient) RecreateReturnsOnCall ¶
func (fake *FakeBoshClient) RecreateReturnsOnCall(i int, result1 int, result2 error)
func (*FakeBoshClient) RunErrand ¶
func (fake *FakeBoshClient) RunErrand(arg1 string, arg2 string, arg3 []string, arg4 string, arg5 *log.Logger, arg6 *boshdirector.AsyncTaskReporter) (int, error)
func (*FakeBoshClient) RunErrandArgsForCall ¶
func (fake *FakeBoshClient) RunErrandArgsForCall(i int) (string, string, []string, string, *log.Logger, *boshdirector.AsyncTaskReporter)
func (*FakeBoshClient) RunErrandCallCount ¶
func (fake *FakeBoshClient) RunErrandCallCount() int
func (*FakeBoshClient) RunErrandCalls ¶
func (fake *FakeBoshClient) RunErrandCalls(stub func(string, string, []string, string, *log.Logger, *boshdirector.AsyncTaskReporter) (int, error))
func (*FakeBoshClient) RunErrandReturns ¶
func (fake *FakeBoshClient) RunErrandReturns(result1 int, result2 error)
func (*FakeBoshClient) RunErrandReturnsOnCall ¶
func (fake *FakeBoshClient) RunErrandReturnsOnCall(i int, result1 int, result2 error)
func (*FakeBoshClient) VMsArgsForCall ¶
func (fake *FakeBoshClient) VMsArgsForCall(i int) (string, *log.Logger)
func (*FakeBoshClient) VMsCallCount ¶
func (fake *FakeBoshClient) VMsCallCount() int
func (*FakeBoshClient) VMsReturns ¶
func (fake *FakeBoshClient) VMsReturns(result1 bosh.BoshVMs, result2 error)
func (*FakeBoshClient) VMsReturnsOnCall ¶
func (fake *FakeBoshClient) VMsReturnsOnCall(i int, result1 bosh.BoshVMs, result2 error)
func (*FakeBoshClient) Variables ¶
func (fake *FakeBoshClient) Variables(arg1 string, arg2 *log.Logger) ([]boshdirector.Variable, error)
func (*FakeBoshClient) VariablesArgsForCall ¶
func (fake *FakeBoshClient) VariablesArgsForCall(i int) (string, *log.Logger)
func (*FakeBoshClient) VariablesCallCount ¶
func (fake *FakeBoshClient) VariablesCallCount() int
func (*FakeBoshClient) VariablesCalls ¶
func (fake *FakeBoshClient) VariablesCalls(stub func(string, *log.Logger) ([]boshdirector.Variable, error))
func (*FakeBoshClient) VariablesReturns ¶
func (fake *FakeBoshClient) VariablesReturns(result1 []boshdirector.Variable, result2 error)
func (*FakeBoshClient) VariablesReturnsOnCall ¶
func (fake *FakeBoshClient) VariablesReturnsOnCall(i int, result1 []boshdirector.Variable, result2 error)
func (*FakeBoshClient) VerifyAuth ¶
func (fake *FakeBoshClient) VerifyAuth(arg1 *log.Logger) error
func (*FakeBoshClient) VerifyAuthArgsForCall ¶
func (fake *FakeBoshClient) VerifyAuthArgsForCall(i int) *log.Logger
func (*FakeBoshClient) VerifyAuthCallCount ¶
func (fake *FakeBoshClient) VerifyAuthCallCount() int
func (*FakeBoshClient) VerifyAuthCalls ¶
func (fake *FakeBoshClient) VerifyAuthCalls(stub func(*log.Logger) error)
func (*FakeBoshClient) VerifyAuthReturns ¶
func (fake *FakeBoshClient) VerifyAuthReturns(result1 error)
func (*FakeBoshClient) VerifyAuthReturnsOnCall ¶
func (fake *FakeBoshClient) VerifyAuthReturnsOnCall(i int, result1 error)
type FakeCloudFoundryClient ¶
type FakeCloudFoundryClient struct { CountInstancesOfPlanStub func(string, string, *log.Logger) (int, error) CountInstancesOfServiceOfferingStub func(string, *log.Logger) (map[cf.ServicePlan]int, error) GetAPIVersionStub func(*log.Logger) (string, error) GetServiceInstancesStub func(cf.GetInstancesFilter, *log.Logger) ([]cf.Instance, error) // contains filtered or unexported fields }
func (*FakeCloudFoundryClient) CountInstancesOfPlan ¶
func (*FakeCloudFoundryClient) CountInstancesOfPlanArgsForCall ¶
func (*FakeCloudFoundryClient) CountInstancesOfPlanCallCount ¶
func (fake *FakeCloudFoundryClient) CountInstancesOfPlanCallCount() int
func (*FakeCloudFoundryClient) CountInstancesOfPlanCalls ¶
func (*FakeCloudFoundryClient) CountInstancesOfPlanReturns ¶
func (fake *FakeCloudFoundryClient) CountInstancesOfPlanReturns(result1 int, result2 error)
func (*FakeCloudFoundryClient) CountInstancesOfPlanReturnsOnCall ¶
func (fake *FakeCloudFoundryClient) CountInstancesOfPlanReturnsOnCall(i int, result1 int, result2 error)
func (*FakeCloudFoundryClient) CountInstancesOfServiceOffering ¶
func (fake *FakeCloudFoundryClient) CountInstancesOfServiceOffering(arg1 string, arg2 *log.Logger) (map[cf.ServicePlan]int, error)
func (*FakeCloudFoundryClient) CountInstancesOfServiceOfferingArgsForCall ¶
func (fake *FakeCloudFoundryClient) CountInstancesOfServiceOfferingArgsForCall(i int) (string, *log.Logger)
func (*FakeCloudFoundryClient) CountInstancesOfServiceOfferingCallCount ¶
func (fake *FakeCloudFoundryClient) CountInstancesOfServiceOfferingCallCount() int
func (*FakeCloudFoundryClient) CountInstancesOfServiceOfferingCalls ¶
func (fake *FakeCloudFoundryClient) CountInstancesOfServiceOfferingCalls(stub func(string, *log.Logger) (map[cf.ServicePlan]int, error))
func (*FakeCloudFoundryClient) CountInstancesOfServiceOfferingReturns ¶
func (fake *FakeCloudFoundryClient) CountInstancesOfServiceOfferingReturns(result1 map[cf.ServicePlan]int, result2 error)
func (*FakeCloudFoundryClient) CountInstancesOfServiceOfferingReturnsOnCall ¶
func (fake *FakeCloudFoundryClient) CountInstancesOfServiceOfferingReturnsOnCall(i int, result1 map[cf.ServicePlan]int, result2 error)
func (*FakeCloudFoundryClient) GetAPIVersion ¶
func (fake *FakeCloudFoundryClient) GetAPIVersion(arg1 *log.Logger) (string, error)
func (*FakeCloudFoundryClient) GetAPIVersionArgsForCall ¶
func (fake *FakeCloudFoundryClient) GetAPIVersionArgsForCall(i int) *log.Logger
func (*FakeCloudFoundryClient) GetAPIVersionCallCount ¶
func (fake *FakeCloudFoundryClient) GetAPIVersionCallCount() int
func (*FakeCloudFoundryClient) GetAPIVersionCalls ¶
func (fake *FakeCloudFoundryClient) GetAPIVersionCalls(stub func(*log.Logger) (string, error))
func (*FakeCloudFoundryClient) GetAPIVersionReturns ¶
func (fake *FakeCloudFoundryClient) GetAPIVersionReturns(result1 string, result2 error)
func (*FakeCloudFoundryClient) GetAPIVersionReturnsOnCall ¶
func (fake *FakeCloudFoundryClient) GetAPIVersionReturnsOnCall(i int, result1 string, result2 error)
func (*FakeCloudFoundryClient) GetServiceInstances ¶
func (fake *FakeCloudFoundryClient) GetServiceInstances(arg1 cf.GetInstancesFilter, arg2 *log.Logger) ([]cf.Instance, error)
func (*FakeCloudFoundryClient) GetServiceInstancesArgsForCall ¶
func (fake *FakeCloudFoundryClient) GetServiceInstancesArgsForCall(i int) (cf.GetInstancesFilter, *log.Logger)
func (*FakeCloudFoundryClient) GetServiceInstancesCallCount ¶
func (fake *FakeCloudFoundryClient) GetServiceInstancesCallCount() int
func (*FakeCloudFoundryClient) GetServiceInstancesCalls ¶
func (fake *FakeCloudFoundryClient) GetServiceInstancesCalls(stub func(cf.GetInstancesFilter, *log.Logger) ([]cf.Instance, error))
func (*FakeCloudFoundryClient) GetServiceInstancesReturns ¶
func (fake *FakeCloudFoundryClient) GetServiceInstancesReturns(result1 []cf.Instance, result2 error)
func (*FakeCloudFoundryClient) GetServiceInstancesReturnsOnCall ¶
func (fake *FakeCloudFoundryClient) GetServiceInstancesReturnsOnCall(i int, result1 []cf.Instance, result2 error)
func (*FakeCloudFoundryClient) Invocations ¶
func (fake *FakeCloudFoundryClient) Invocations() map[string][][]interface{}
type FakeDecider ¶
type FakeDecider struct { CanProvisionStub func([]domain.Service, string, *domain.MaintenanceInfo, *log.Logger) error DecideOperationStub func([]domain.Service, domain.UpdateDetails, *log.Logger) (decider.Operation, error) // contains filtered or unexported fields }
func (*FakeDecider) CanProvision ¶
func (fake *FakeDecider) CanProvision(arg1 []domain.Service, arg2 string, arg3 *domain.MaintenanceInfo, arg4 *log.Logger) error
func (*FakeDecider) CanProvisionArgsForCall ¶
func (fake *FakeDecider) CanProvisionArgsForCall(i int) ([]domain.Service, string, *domain.MaintenanceInfo, *log.Logger)
func (*FakeDecider) CanProvisionCallCount ¶
func (fake *FakeDecider) CanProvisionCallCount() int
func (*FakeDecider) CanProvisionCalls ¶
func (fake *FakeDecider) CanProvisionCalls(stub func([]domain.Service, string, *domain.MaintenanceInfo, *log.Logger) error)
func (*FakeDecider) CanProvisionReturns ¶
func (fake *FakeDecider) CanProvisionReturns(result1 error)
func (*FakeDecider) CanProvisionReturnsOnCall ¶
func (fake *FakeDecider) CanProvisionReturnsOnCall(i int, result1 error)
func (*FakeDecider) DecideOperation ¶
func (fake *FakeDecider) DecideOperation(arg1 []domain.Service, arg2 domain.UpdateDetails, arg3 *log.Logger) (decider.Operation, error)
func (*FakeDecider) DecideOperationArgsForCall ¶
func (fake *FakeDecider) DecideOperationArgsForCall(i int) ([]domain.Service, domain.UpdateDetails, *log.Logger)
func (*FakeDecider) DecideOperationCallCount ¶
func (fake *FakeDecider) DecideOperationCallCount() int
func (*FakeDecider) DecideOperationCalls ¶
func (fake *FakeDecider) DecideOperationCalls(stub func([]domain.Service, domain.UpdateDetails, *log.Logger) (decider.Operation, error))
func (*FakeDecider) DecideOperationReturns ¶
func (fake *FakeDecider) DecideOperationReturns(result1 decider.Operation, result2 error)
func (*FakeDecider) DecideOperationReturnsOnCall ¶
func (fake *FakeDecider) DecideOperationReturnsOnCall(i int, result1 decider.Operation, result2 error)
func (*FakeDecider) Invocations ¶
func (fake *FakeDecider) Invocations() map[string][][]interface{}
type FakeDeployer ¶
type FakeDeployer struct { CreateStub func(string, string, map[string]interface{}, string, map[string]string, *log.Logger) (int, []byte, error) RecreateStub func(string, string, string, *log.Logger) (int, error) UpdateStub func(string, string, map[string]interface{}, *string, string, map[string]string, map[string]string, *log.Logger) (int, []byte, error) UpgradeStub func(string, config.Plan, map[string]interface{}, string, map[string]string, *log.Logger) (int, []byte, error) // contains filtered or unexported fields }
func (*FakeDeployer) CreateArgsForCall ¶
func (*FakeDeployer) CreateCallCount ¶
func (fake *FakeDeployer) CreateCallCount() int
func (*FakeDeployer) CreateCalls ¶
func (*FakeDeployer) CreateReturns ¶
func (fake *FakeDeployer) CreateReturns(result1 int, result2 []byte, result3 error)
func (*FakeDeployer) CreateReturnsOnCall ¶
func (fake *FakeDeployer) CreateReturnsOnCall(i int, result1 int, result2 []byte, result3 error)
func (*FakeDeployer) Invocations ¶
func (fake *FakeDeployer) Invocations() map[string][][]interface{}
func (*FakeDeployer) RecreateArgsForCall ¶
func (*FakeDeployer) RecreateCallCount ¶
func (fake *FakeDeployer) RecreateCallCount() int
func (*FakeDeployer) RecreateCalls ¶
func (*FakeDeployer) RecreateReturns ¶
func (fake *FakeDeployer) RecreateReturns(result1 int, result2 error)
func (*FakeDeployer) RecreateReturnsOnCall ¶
func (fake *FakeDeployer) RecreateReturnsOnCall(i int, result1 int, result2 error)
func (*FakeDeployer) UpdateArgsForCall ¶
func (*FakeDeployer) UpdateCallCount ¶
func (fake *FakeDeployer) UpdateCallCount() int
func (*FakeDeployer) UpdateCalls ¶
func (*FakeDeployer) UpdateReturns ¶
func (fake *FakeDeployer) UpdateReturns(result1 int, result2 []byte, result3 error)
func (*FakeDeployer) UpdateReturnsOnCall ¶
func (fake *FakeDeployer) UpdateReturnsOnCall(i int, result1 int, result2 []byte, result3 error)
func (*FakeDeployer) UpgradeArgsForCall ¶
func (*FakeDeployer) UpgradeCallCount ¶
func (fake *FakeDeployer) UpgradeCallCount() int
func (*FakeDeployer) UpgradeCalls ¶
func (*FakeDeployer) UpgradeReturns ¶
func (fake *FakeDeployer) UpgradeReturns(result1 int, result2 []byte, result3 error)
func (*FakeDeployer) UpgradeReturnsOnCall ¶
func (fake *FakeDeployer) UpgradeReturnsOnCall(i int, result1 int, result2 []byte, result3 error)
type FakeHasher ¶
type FakeHasher struct { HashStub func(map[string]string) string // contains filtered or unexported fields }
func (*FakeHasher) HashArgsForCall ¶
func (fake *FakeHasher) HashArgsForCall(i int) map[string]string
func (*FakeHasher) HashCallCount ¶
func (fake *FakeHasher) HashCallCount() int
func (*FakeHasher) HashCalls ¶
func (fake *FakeHasher) HashCalls(stub func(map[string]string) string)
func (*FakeHasher) HashReturns ¶
func (fake *FakeHasher) HashReturns(result1 string)
func (*FakeHasher) HashReturnsOnCall ¶
func (fake *FakeHasher) HashReturnsOnCall(i int, result1 string)
func (*FakeHasher) Invocations ¶
func (fake *FakeHasher) Invocations() map[string][][]interface{}
type FakeManifestSecretManager ¶
type FakeManifestSecretManager struct { DeleteSecretsForInstanceStub func(string, *log.Logger) error ResolveManifestSecretsStub func([]byte, []boshdirector.Variable, *log.Logger) (map[string]string, error) // contains filtered or unexported fields }
func (*FakeManifestSecretManager) DeleteSecretsForInstance ¶
func (fake *FakeManifestSecretManager) DeleteSecretsForInstance(arg1 string, arg2 *log.Logger) error
func (*FakeManifestSecretManager) DeleteSecretsForInstanceArgsForCall ¶
func (fake *FakeManifestSecretManager) DeleteSecretsForInstanceArgsForCall(i int) (string, *log.Logger)
func (*FakeManifestSecretManager) DeleteSecretsForInstanceCallCount ¶
func (fake *FakeManifestSecretManager) DeleteSecretsForInstanceCallCount() int
func (*FakeManifestSecretManager) DeleteSecretsForInstanceCalls ¶
func (fake *FakeManifestSecretManager) DeleteSecretsForInstanceCalls(stub func(string, *log.Logger) error)
func (*FakeManifestSecretManager) DeleteSecretsForInstanceReturns ¶
func (fake *FakeManifestSecretManager) DeleteSecretsForInstanceReturns(result1 error)
func (*FakeManifestSecretManager) DeleteSecretsForInstanceReturnsOnCall ¶
func (fake *FakeManifestSecretManager) DeleteSecretsForInstanceReturnsOnCall(i int, result1 error)
func (*FakeManifestSecretManager) Invocations ¶
func (fake *FakeManifestSecretManager) Invocations() map[string][][]interface{}
func (*FakeManifestSecretManager) ResolveManifestSecrets ¶
func (fake *FakeManifestSecretManager) ResolveManifestSecrets(arg1 []byte, arg2 []boshdirector.Variable, arg3 *log.Logger) (map[string]string, error)
func (*FakeManifestSecretManager) ResolveManifestSecretsArgsForCall ¶
func (fake *FakeManifestSecretManager) ResolveManifestSecretsArgsForCall(i int) ([]byte, []boshdirector.Variable, *log.Logger)
func (*FakeManifestSecretManager) ResolveManifestSecretsCallCount ¶
func (fake *FakeManifestSecretManager) ResolveManifestSecretsCallCount() int
func (*FakeManifestSecretManager) ResolveManifestSecretsCalls ¶
func (fake *FakeManifestSecretManager) ResolveManifestSecretsCalls(stub func([]byte, []boshdirector.Variable, *log.Logger) (map[string]string, error))
func (*FakeManifestSecretManager) ResolveManifestSecretsReturns ¶
func (fake *FakeManifestSecretManager) ResolveManifestSecretsReturns(result1 map[string]string, result2 error)
func (*FakeManifestSecretManager) ResolveManifestSecretsReturnsOnCall ¶
func (fake *FakeManifestSecretManager) ResolveManifestSecretsReturnsOnCall(i int, result1 map[string]string, result2 error)
type FakeServiceAdapterClient ¶
type FakeServiceAdapterClient struct { CreateBindingStub func(string, bosh.BoshVMs, []byte, map[string]interface{}, map[string]string, map[string]string, *log.Logger) (serviceadapter.Binding, error) DeleteBindingStub func(string, bosh.BoshVMs, []byte, map[string]interface{}, map[string]string, map[string]string, *log.Logger) error GenerateDashboardUrlStub func(string, serviceadapter.Plan, []byte, *log.Logger) (string, error) GeneratePlanSchemaStub func(serviceadapter.Plan, *log.Logger) (domain.ServiceSchemas, error) // contains filtered or unexported fields }
func (*FakeServiceAdapterClient) CreateBinding ¶
func (*FakeServiceAdapterClient) CreateBindingArgsForCall ¶
func (*FakeServiceAdapterClient) CreateBindingCallCount ¶
func (fake *FakeServiceAdapterClient) CreateBindingCallCount() int
func (*FakeServiceAdapterClient) CreateBindingCalls ¶
func (*FakeServiceAdapterClient) CreateBindingReturns ¶
func (fake *FakeServiceAdapterClient) CreateBindingReturns(result1 serviceadapter.Binding, result2 error)
func (*FakeServiceAdapterClient) CreateBindingReturnsOnCall ¶
func (fake *FakeServiceAdapterClient) CreateBindingReturnsOnCall(i int, result1 serviceadapter.Binding, result2 error)
func (*FakeServiceAdapterClient) DeleteBinding ¶
func (*FakeServiceAdapterClient) DeleteBindingArgsForCall ¶
func (*FakeServiceAdapterClient) DeleteBindingCallCount ¶
func (fake *FakeServiceAdapterClient) DeleteBindingCallCount() int
func (*FakeServiceAdapterClient) DeleteBindingCalls ¶
func (*FakeServiceAdapterClient) DeleteBindingReturns ¶
func (fake *FakeServiceAdapterClient) DeleteBindingReturns(result1 error)
func (*FakeServiceAdapterClient) DeleteBindingReturnsOnCall ¶
func (fake *FakeServiceAdapterClient) DeleteBindingReturnsOnCall(i int, result1 error)
func (*FakeServiceAdapterClient) GenerateDashboardUrl ¶
func (fake *FakeServiceAdapterClient) GenerateDashboardUrl(arg1 string, arg2 serviceadapter.Plan, arg3 []byte, arg4 *log.Logger) (string, error)
func (*FakeServiceAdapterClient) GenerateDashboardUrlArgsForCall ¶
func (fake *FakeServiceAdapterClient) GenerateDashboardUrlArgsForCall(i int) (string, serviceadapter.Plan, []byte, *log.Logger)
func (*FakeServiceAdapterClient) GenerateDashboardUrlCallCount ¶
func (fake *FakeServiceAdapterClient) GenerateDashboardUrlCallCount() int
func (*FakeServiceAdapterClient) GenerateDashboardUrlCalls ¶
func (fake *FakeServiceAdapterClient) GenerateDashboardUrlCalls(stub func(string, serviceadapter.Plan, []byte, *log.Logger) (string, error))
func (*FakeServiceAdapterClient) GenerateDashboardUrlReturns ¶
func (fake *FakeServiceAdapterClient) GenerateDashboardUrlReturns(result1 string, result2 error)
func (*FakeServiceAdapterClient) GenerateDashboardUrlReturnsOnCall ¶
func (fake *FakeServiceAdapterClient) GenerateDashboardUrlReturnsOnCall(i int, result1 string, result2 error)
func (*FakeServiceAdapterClient) GeneratePlanSchema ¶
func (fake *FakeServiceAdapterClient) GeneratePlanSchema(arg1 serviceadapter.Plan, arg2 *log.Logger) (domain.ServiceSchemas, error)
func (*FakeServiceAdapterClient) GeneratePlanSchemaArgsForCall ¶
func (fake *FakeServiceAdapterClient) GeneratePlanSchemaArgsForCall(i int) (serviceadapter.Plan, *log.Logger)
func (*FakeServiceAdapterClient) GeneratePlanSchemaCallCount ¶
func (fake *FakeServiceAdapterClient) GeneratePlanSchemaCallCount() int
func (*FakeServiceAdapterClient) GeneratePlanSchemaCalls ¶
func (fake *FakeServiceAdapterClient) GeneratePlanSchemaCalls(stub func(serviceadapter.Plan, *log.Logger) (domain.ServiceSchemas, error))
func (*FakeServiceAdapterClient) GeneratePlanSchemaReturns ¶
func (fake *FakeServiceAdapterClient) GeneratePlanSchemaReturns(result1 domain.ServiceSchemas, result2 error)
func (*FakeServiceAdapterClient) GeneratePlanSchemaReturnsOnCall ¶
func (fake *FakeServiceAdapterClient) GeneratePlanSchemaReturnsOnCall(i int, result1 domain.ServiceSchemas, result2 error)
func (*FakeServiceAdapterClient) Invocations ¶
func (fake *FakeServiceAdapterClient) Invocations() map[string][][]interface{}
type FakeStartupChecker ¶
type FakeStartupChecker struct { CheckStub func() error // contains filtered or unexported fields }
func (*FakeStartupChecker) Check ¶
func (fake *FakeStartupChecker) Check() error
func (*FakeStartupChecker) CheckCallCount ¶
func (fake *FakeStartupChecker) CheckCallCount() int
func (*FakeStartupChecker) CheckCalls ¶
func (fake *FakeStartupChecker) CheckCalls(stub func() error)
func (*FakeStartupChecker) CheckReturns ¶
func (fake *FakeStartupChecker) CheckReturns(result1 error)
func (*FakeStartupChecker) CheckReturnsOnCall ¶
func (fake *FakeStartupChecker) CheckReturnsOnCall(i int, result1 error)
func (*FakeStartupChecker) Invocations ¶
func (fake *FakeStartupChecker) Invocations() map[string][][]interface{}
type FakeTelemetryLogger ¶
type FakeTelemetryLogger struct { LogInstancesStub func(service.InstanceLister, string, string) // contains filtered or unexported fields }
func (*FakeTelemetryLogger) Invocations ¶
func (fake *FakeTelemetryLogger) Invocations() map[string][][]interface{}
func (*FakeTelemetryLogger) LogInstances ¶
func (fake *FakeTelemetryLogger) LogInstances(arg1 service.InstanceLister, arg2 string, arg3 string)
func (*FakeTelemetryLogger) LogInstancesArgsForCall ¶
func (fake *FakeTelemetryLogger) LogInstancesArgsForCall(i int) (service.InstanceLister, string, string)
func (*FakeTelemetryLogger) LogInstancesCallCount ¶
func (fake *FakeTelemetryLogger) LogInstancesCallCount() int
func (*FakeTelemetryLogger) LogInstancesCalls ¶
func (fake *FakeTelemetryLogger) LogInstancesCalls(stub func(service.InstanceLister, string, string))
type FakeUAAClient ¶
type FakeUAAClient struct { CreateClientStub func(string, string, string) (map[string]string, error) DeleteClientStub func(string) error GetClientStub func(string) (map[string]string, error) HasClientDefinitionStub func() bool UpdateClientStub func(string, string, string) (map[string]string, error) // contains filtered or unexported fields }
func (*FakeUAAClient) CreateClient ¶
func (*FakeUAAClient) CreateClientArgsForCall ¶
func (fake *FakeUAAClient) CreateClientArgsForCall(i int) (string, string, string)
func (*FakeUAAClient) CreateClientCallCount ¶
func (fake *FakeUAAClient) CreateClientCallCount() int
func (*FakeUAAClient) CreateClientCalls ¶
func (*FakeUAAClient) CreateClientReturns ¶
func (fake *FakeUAAClient) CreateClientReturns(result1 map[string]string, result2 error)
func (*FakeUAAClient) CreateClientReturnsOnCall ¶
func (fake *FakeUAAClient) CreateClientReturnsOnCall(i int, result1 map[string]string, result2 error)
func (*FakeUAAClient) DeleteClient ¶
func (fake *FakeUAAClient) DeleteClient(arg1 string) error
func (*FakeUAAClient) DeleteClientArgsForCall ¶
func (fake *FakeUAAClient) DeleteClientArgsForCall(i int) string
func (*FakeUAAClient) DeleteClientCallCount ¶
func (fake *FakeUAAClient) DeleteClientCallCount() int
func (*FakeUAAClient) DeleteClientCalls ¶
func (fake *FakeUAAClient) DeleteClientCalls(stub func(string) error)
func (*FakeUAAClient) DeleteClientReturns ¶
func (fake *FakeUAAClient) DeleteClientReturns(result1 error)
func (*FakeUAAClient) DeleteClientReturnsOnCall ¶
func (fake *FakeUAAClient) DeleteClientReturnsOnCall(i int, result1 error)
func (*FakeUAAClient) GetClient ¶
func (fake *FakeUAAClient) GetClient(arg1 string) (map[string]string, error)
func (*FakeUAAClient) GetClientArgsForCall ¶
func (fake *FakeUAAClient) GetClientArgsForCall(i int) string
func (*FakeUAAClient) GetClientCallCount ¶
func (fake *FakeUAAClient) GetClientCallCount() int
func (*FakeUAAClient) GetClientCalls ¶
func (fake *FakeUAAClient) GetClientCalls(stub func(string) (map[string]string, error))
func (*FakeUAAClient) GetClientReturns ¶
func (fake *FakeUAAClient) GetClientReturns(result1 map[string]string, result2 error)
func (*FakeUAAClient) GetClientReturnsOnCall ¶
func (fake *FakeUAAClient) GetClientReturnsOnCall(i int, result1 map[string]string, result2 error)
func (*FakeUAAClient) HasClientDefinition ¶
func (fake *FakeUAAClient) HasClientDefinition() bool
func (*FakeUAAClient) HasClientDefinitionCallCount ¶
func (fake *FakeUAAClient) HasClientDefinitionCallCount() int
func (*FakeUAAClient) HasClientDefinitionCalls ¶
func (fake *FakeUAAClient) HasClientDefinitionCalls(stub func() bool)
func (*FakeUAAClient) HasClientDefinitionReturns ¶
func (fake *FakeUAAClient) HasClientDefinitionReturns(result1 bool)
func (*FakeUAAClient) HasClientDefinitionReturnsOnCall ¶
func (fake *FakeUAAClient) HasClientDefinitionReturnsOnCall(i int, result1 bool)
func (*FakeUAAClient) Invocations ¶
func (fake *FakeUAAClient) Invocations() map[string][][]interface{}
func (*FakeUAAClient) UpdateClient ¶
func (*FakeUAAClient) UpdateClientArgsForCall ¶
func (fake *FakeUAAClient) UpdateClientArgsForCall(i int) (string, string, string)
func (*FakeUAAClient) UpdateClientCallCount ¶
func (fake *FakeUAAClient) UpdateClientCallCount() int
func (*FakeUAAClient) UpdateClientCalls ¶
func (*FakeUAAClient) UpdateClientReturns ¶
func (fake *FakeUAAClient) UpdateClientReturns(result1 map[string]string, result2 error)
func (*FakeUAAClient) UpdateClientReturnsOnCall ¶
func (fake *FakeUAAClient) UpdateClientReturnsOnCall(i int, result1 map[string]string, result2 error)
Click to show internal directories.
Click to hide internal directories.