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.
Index ¶
- type FakeCloudControllerClient
- func (fake *FakeCloudControllerClient) AppSSHEndpoint() string
- func (fake *FakeCloudControllerClient) AppSSHEndpointCallCount() int
- func (fake *FakeCloudControllerClient) AppSSHEndpointReturns(result1 string)
- func (fake *FakeCloudControllerClient) AppSSHEndpointReturnsOnCall(i int, result1 string)
- func (fake *FakeCloudControllerClient) AppSSHHostKeyFingerprint() string
- func (fake *FakeCloudControllerClient) AppSSHHostKeyFingerprintCallCount() int
- func (fake *FakeCloudControllerClient) AppSSHHostKeyFingerprintReturns(result1 string)
- func (fake *FakeCloudControllerClient) AppSSHHostKeyFingerprintReturnsOnCall(i int, result1 string)
- func (fake *FakeCloudControllerClient) AssignSpaceToIsolationSegment(spaceGUID string, isolationSegmentGUID string) (ccv3.Relationship, ccv3.Warnings, error)
- func (fake *FakeCloudControllerClient) AssignSpaceToIsolationSegmentArgsForCall(i int) (string, string)
- func (fake *FakeCloudControllerClient) AssignSpaceToIsolationSegmentCallCount() int
- func (fake *FakeCloudControllerClient) AssignSpaceToIsolationSegmentReturns(result1 ccv3.Relationship, result2 ccv3.Warnings, result3 error)
- func (fake *FakeCloudControllerClient) AssignSpaceToIsolationSegmentReturnsOnCall(i int, result1 ccv3.Relationship, result2 ccv3.Warnings, result3 error)
- func (fake *FakeCloudControllerClient) CloudControllerAPIVersion() string
- func (fake *FakeCloudControllerClient) CloudControllerAPIVersionCallCount() int
- func (fake *FakeCloudControllerClient) CloudControllerAPIVersionReturns(result1 string)
- func (fake *FakeCloudControllerClient) CloudControllerAPIVersionReturnsOnCall(i int, result1 string)
- func (fake *FakeCloudControllerClient) CreateApplication(app ccv3.Application) (ccv3.Application, ccv3.Warnings, error)
- func (fake *FakeCloudControllerClient) CreateApplicationActionsApplyManifestByApplication(rawManifest []byte, appGUID string) (string, ccv3.Warnings, error)
- func (fake *FakeCloudControllerClient) CreateApplicationActionsApplyManifestByApplicationArgsForCall(i int) ([]byte, string)
- func (fake *FakeCloudControllerClient) CreateApplicationActionsApplyManifestByApplicationCallCount() int
- func (fake *FakeCloudControllerClient) CreateApplicationActionsApplyManifestByApplicationReturns(result1 string, result2 ccv3.Warnings, result3 error)
- func (fake *FakeCloudControllerClient) CreateApplicationActionsApplyManifestByApplicationReturnsOnCall(i int, result1 string, result2 ccv3.Warnings, result3 error)
- func (fake *FakeCloudControllerClient) CreateApplicationArgsForCall(i int) ccv3.Application
- func (fake *FakeCloudControllerClient) CreateApplicationCallCount() int
- func (fake *FakeCloudControllerClient) CreateApplicationProcessScale(appGUID string, process ccv3.Process) (ccv3.Process, ccv3.Warnings, error)
- func (fake *FakeCloudControllerClient) CreateApplicationProcessScaleArgsForCall(i int) (string, ccv3.Process)
- func (fake *FakeCloudControllerClient) CreateApplicationProcessScaleCallCount() int
- func (fake *FakeCloudControllerClient) CreateApplicationProcessScaleReturns(result1 ccv3.Process, result2 ccv3.Warnings, result3 error)
- func (fake *FakeCloudControllerClient) CreateApplicationProcessScaleReturnsOnCall(i int, result1 ccv3.Process, result2 ccv3.Warnings, result3 error)
- func (fake *FakeCloudControllerClient) CreateApplicationReturns(result1 ccv3.Application, result2 ccv3.Warnings, result3 error)
- func (fake *FakeCloudControllerClient) CreateApplicationReturnsOnCall(i int, result1 ccv3.Application, result2 ccv3.Warnings, result3 error)
- func (fake *FakeCloudControllerClient) CreateApplicationTask(appGUID string, task ccv3.Task) (ccv3.Task, ccv3.Warnings, error)
- func (fake *FakeCloudControllerClient) CreateApplicationTaskArgsForCall(i int) (string, ccv3.Task)
- func (fake *FakeCloudControllerClient) CreateApplicationTaskCallCount() int
- func (fake *FakeCloudControllerClient) CreateApplicationTaskReturns(result1 ccv3.Task, result2 ccv3.Warnings, result3 error)
- func (fake *FakeCloudControllerClient) CreateApplicationTaskReturnsOnCall(i int, result1 ccv3.Task, result2 ccv3.Warnings, result3 error)
- func (fake *FakeCloudControllerClient) CreateBuild(build ccv3.Build) (ccv3.Build, ccv3.Warnings, error)
- func (fake *FakeCloudControllerClient) CreateBuildArgsForCall(i int) ccv3.Build
- func (fake *FakeCloudControllerClient) CreateBuildCallCount() int
- func (fake *FakeCloudControllerClient) CreateBuildReturns(result1 ccv3.Build, result2 ccv3.Warnings, result3 error)
- func (fake *FakeCloudControllerClient) CreateBuildReturnsOnCall(i int, result1 ccv3.Build, result2 ccv3.Warnings, result3 error)
- func (fake *FakeCloudControllerClient) CreateIsolationSegment(isolationSegment ccv3.IsolationSegment) (ccv3.IsolationSegment, ccv3.Warnings, error)
- func (fake *FakeCloudControllerClient) CreateIsolationSegmentArgsForCall(i int) ccv3.IsolationSegment
- func (fake *FakeCloudControllerClient) CreateIsolationSegmentCallCount() int
- func (fake *FakeCloudControllerClient) CreateIsolationSegmentReturns(result1 ccv3.IsolationSegment, result2 ccv3.Warnings, result3 error)
- func (fake *FakeCloudControllerClient) CreateIsolationSegmentReturnsOnCall(i int, result1 ccv3.IsolationSegment, result2 ccv3.Warnings, result3 error)
- func (fake *FakeCloudControllerClient) CreatePackage(pkg ccv3.Package) (ccv3.Package, ccv3.Warnings, error)
- func (fake *FakeCloudControllerClient) CreatePackageArgsForCall(i int) ccv3.Package
- func (fake *FakeCloudControllerClient) CreatePackageCallCount() int
- func (fake *FakeCloudControllerClient) CreatePackageReturns(result1 ccv3.Package, result2 ccv3.Warnings, result3 error)
- func (fake *FakeCloudControllerClient) CreatePackageReturnsOnCall(i int, result1 ccv3.Package, result2 ccv3.Warnings, result3 error)
- func (fake *FakeCloudControllerClient) DeleteApplication(guid string) (string, ccv3.Warnings, error)
- func (fake *FakeCloudControllerClient) DeleteApplicationArgsForCall(i int) string
- func (fake *FakeCloudControllerClient) DeleteApplicationCallCount() int
- func (fake *FakeCloudControllerClient) DeleteApplicationProcessInstance(appGUID string, processType string, instanceIndex int) (ccv3.Warnings, error)
- func (fake *FakeCloudControllerClient) DeleteApplicationProcessInstanceArgsForCall(i int) (string, string, int)
- func (fake *FakeCloudControllerClient) DeleteApplicationProcessInstanceCallCount() int
- func (fake *FakeCloudControllerClient) DeleteApplicationProcessInstanceReturns(result1 ccv3.Warnings, result2 error)
- func (fake *FakeCloudControllerClient) DeleteApplicationProcessInstanceReturnsOnCall(i int, result1 ccv3.Warnings, result2 error)
- func (fake *FakeCloudControllerClient) DeleteApplicationReturns(result1 string, result2 ccv3.Warnings, result3 error)
- func (fake *FakeCloudControllerClient) DeleteApplicationReturnsOnCall(i int, result1 string, result2 ccv3.Warnings, result3 error)
- func (fake *FakeCloudControllerClient) DeleteIsolationSegment(guid string) (ccv3.Warnings, error)
- func (fake *FakeCloudControllerClient) DeleteIsolationSegmentArgsForCall(i int) string
- func (fake *FakeCloudControllerClient) DeleteIsolationSegmentCallCount() int
- func (fake *FakeCloudControllerClient) DeleteIsolationSegmentReturns(result1 ccv3.Warnings, result2 error)
- func (fake *FakeCloudControllerClient) DeleteIsolationSegmentReturnsOnCall(i int, result1 ccv3.Warnings, result2 error)
- func (fake *FakeCloudControllerClient) DeleteServiceInstanceRelationshipsSharedSpace(serviceInstanceGUID string, sharedToSpaceGUID string) (ccv3.Warnings, error)
- func (fake *FakeCloudControllerClient) DeleteServiceInstanceRelationshipsSharedSpaceArgsForCall(i int) (string, string)
- func (fake *FakeCloudControllerClient) DeleteServiceInstanceRelationshipsSharedSpaceCallCount() int
- func (fake *FakeCloudControllerClient) DeleteServiceInstanceRelationshipsSharedSpaceReturns(result1 ccv3.Warnings, result2 error)
- func (fake *FakeCloudControllerClient) DeleteServiceInstanceRelationshipsSharedSpaceReturnsOnCall(i int, result1 ccv3.Warnings, result2 error)
- func (fake *FakeCloudControllerClient) EntitleIsolationSegmentToOrganizations(isoGUID string, orgGUIDs []string) (ccv3.RelationshipList, ccv3.Warnings, error)
- func (fake *FakeCloudControllerClient) EntitleIsolationSegmentToOrganizationsArgsForCall(i int) (string, []string)
- func (fake *FakeCloudControllerClient) EntitleIsolationSegmentToOrganizationsCallCount() int
- func (fake *FakeCloudControllerClient) EntitleIsolationSegmentToOrganizationsReturns(result1 ccv3.RelationshipList, result2 ccv3.Warnings, result3 error)
- func (fake *FakeCloudControllerClient) EntitleIsolationSegmentToOrganizationsReturnsOnCall(i int, result1 ccv3.RelationshipList, result2 ccv3.Warnings, result3 error)
- func (fake *FakeCloudControllerClient) GetApplicationDropletCurrent(appGUID string) (ccv3.Droplet, ccv3.Warnings, error)
- func (fake *FakeCloudControllerClient) GetApplicationDropletCurrentArgsForCall(i int) string
- func (fake *FakeCloudControllerClient) GetApplicationDropletCurrentCallCount() int
- func (fake *FakeCloudControllerClient) GetApplicationDropletCurrentReturns(result1 ccv3.Droplet, result2 ccv3.Warnings, result3 error)
- func (fake *FakeCloudControllerClient) GetApplicationDropletCurrentReturnsOnCall(i int, result1 ccv3.Droplet, result2 ccv3.Warnings, result3 error)
- func (fake *FakeCloudControllerClient) GetApplicationEnvironmentVariables(appGUID string) (ccv3.EnvironmentVariableGroups, ccv3.Warnings, error)
- func (fake *FakeCloudControllerClient) GetApplicationEnvironmentVariablesArgsForCall(i int) string
- func (fake *FakeCloudControllerClient) GetApplicationEnvironmentVariablesCallCount() int
- func (fake *FakeCloudControllerClient) GetApplicationEnvironmentVariablesReturns(result1 ccv3.EnvironmentVariableGroups, result2 ccv3.Warnings, result3 error)
- func (fake *FakeCloudControllerClient) GetApplicationEnvironmentVariablesReturnsOnCall(i int, result1 ccv3.EnvironmentVariableGroups, result2 ccv3.Warnings, ...)
- func (fake *FakeCloudControllerClient) GetApplicationProcessByType(appGUID string, processType string) (ccv3.Process, ccv3.Warnings, error)
- func (fake *FakeCloudControllerClient) GetApplicationProcessByTypeArgsForCall(i int) (string, string)
- func (fake *FakeCloudControllerClient) GetApplicationProcessByTypeCallCount() int
- func (fake *FakeCloudControllerClient) GetApplicationProcessByTypeReturns(result1 ccv3.Process, result2 ccv3.Warnings, result3 error)
- func (fake *FakeCloudControllerClient) GetApplicationProcessByTypeReturnsOnCall(i int, result1 ccv3.Process, result2 ccv3.Warnings, result3 error)
- func (fake *FakeCloudControllerClient) GetApplicationProcesses(appGUID string) ([]ccv3.Process, ccv3.Warnings, error)
- func (fake *FakeCloudControllerClient) GetApplicationProcessesArgsForCall(i int) string
- func (fake *FakeCloudControllerClient) GetApplicationProcessesCallCount() int
- func (fake *FakeCloudControllerClient) GetApplicationProcessesReturns(result1 []ccv3.Process, result2 ccv3.Warnings, result3 error)
- func (fake *FakeCloudControllerClient) GetApplicationProcessesReturnsOnCall(i int, result1 []ccv3.Process, result2 ccv3.Warnings, result3 error)
- func (fake *FakeCloudControllerClient) GetApplicationTasks(appGUID string, query ...ccv3.Query) ([]ccv3.Task, ccv3.Warnings, error)
- func (fake *FakeCloudControllerClient) GetApplicationTasksArgsForCall(i int) (string, []ccv3.Query)
- func (fake *FakeCloudControllerClient) GetApplicationTasksCallCount() int
- func (fake *FakeCloudControllerClient) GetApplicationTasksReturns(result1 []ccv3.Task, result2 ccv3.Warnings, result3 error)
- func (fake *FakeCloudControllerClient) GetApplicationTasksReturnsOnCall(i int, result1 []ccv3.Task, result2 ccv3.Warnings, result3 error)
- func (fake *FakeCloudControllerClient) GetApplications(query ...ccv3.Query) ([]ccv3.Application, ccv3.Warnings, error)
- func (fake *FakeCloudControllerClient) GetApplicationsArgsForCall(i int) []ccv3.Query
- func (fake *FakeCloudControllerClient) GetApplicationsCallCount() int
- func (fake *FakeCloudControllerClient) GetApplicationsReturns(result1 []ccv3.Application, result2 ccv3.Warnings, result3 error)
- func (fake *FakeCloudControllerClient) GetApplicationsReturnsOnCall(i int, result1 []ccv3.Application, result2 ccv3.Warnings, result3 error)
- func (fake *FakeCloudControllerClient) GetBuild(guid string) (ccv3.Build, ccv3.Warnings, error)
- func (fake *FakeCloudControllerClient) GetBuildArgsForCall(i int) string
- func (fake *FakeCloudControllerClient) GetBuildCallCount() int
- func (fake *FakeCloudControllerClient) GetBuildReturns(result1 ccv3.Build, result2 ccv3.Warnings, result3 error)
- func (fake *FakeCloudControllerClient) GetBuildReturnsOnCall(i int, result1 ccv3.Build, result2 ccv3.Warnings, result3 error)
- func (fake *FakeCloudControllerClient) GetDroplet(guid string) (ccv3.Droplet, ccv3.Warnings, error)
- func (fake *FakeCloudControllerClient) GetDropletArgsForCall(i int) string
- func (fake *FakeCloudControllerClient) GetDropletCallCount() int
- func (fake *FakeCloudControllerClient) GetDropletReturns(result1 ccv3.Droplet, result2 ccv3.Warnings, result3 error)
- func (fake *FakeCloudControllerClient) GetDropletReturnsOnCall(i int, result1 ccv3.Droplet, result2 ccv3.Warnings, result3 error)
- func (fake *FakeCloudControllerClient) GetDroplets(query ...ccv3.Query) ([]ccv3.Droplet, ccv3.Warnings, error)
- func (fake *FakeCloudControllerClient) GetDropletsArgsForCall(i int) []ccv3.Query
- func (fake *FakeCloudControllerClient) GetDropletsCallCount() int
- func (fake *FakeCloudControllerClient) GetDropletsReturns(result1 []ccv3.Droplet, result2 ccv3.Warnings, result3 error)
- func (fake *FakeCloudControllerClient) GetDropletsReturnsOnCall(i int, result1 []ccv3.Droplet, result2 ccv3.Warnings, result3 error)
- func (fake *FakeCloudControllerClient) GetIsolationSegment(guid string) (ccv3.IsolationSegment, ccv3.Warnings, error)
- func (fake *FakeCloudControllerClient) GetIsolationSegmentArgsForCall(i int) string
- func (fake *FakeCloudControllerClient) GetIsolationSegmentCallCount() int
- func (fake *FakeCloudControllerClient) GetIsolationSegmentOrganizationsByIsolationSegment(isolationSegmentGUID string) ([]ccv3.Organization, ccv3.Warnings, error)
- func (fake *FakeCloudControllerClient) GetIsolationSegmentOrganizationsByIsolationSegmentArgsForCall(i int) string
- func (fake *FakeCloudControllerClient) GetIsolationSegmentOrganizationsByIsolationSegmentCallCount() int
- func (fake *FakeCloudControllerClient) GetIsolationSegmentOrganizationsByIsolationSegmentReturns(result1 []ccv3.Organization, result2 ccv3.Warnings, result3 error)
- func (fake *FakeCloudControllerClient) GetIsolationSegmentOrganizationsByIsolationSegmentReturnsOnCall(i int, result1 []ccv3.Organization, result2 ccv3.Warnings, result3 error)
- func (fake *FakeCloudControllerClient) GetIsolationSegmentReturns(result1 ccv3.IsolationSegment, result2 ccv3.Warnings, result3 error)
- func (fake *FakeCloudControllerClient) GetIsolationSegmentReturnsOnCall(i int, result1 ccv3.IsolationSegment, result2 ccv3.Warnings, result3 error)
- func (fake *FakeCloudControllerClient) GetIsolationSegments(query ...ccv3.Query) ([]ccv3.IsolationSegment, ccv3.Warnings, error)
- func (fake *FakeCloudControllerClient) GetIsolationSegmentsArgsForCall(i int) []ccv3.Query
- func (fake *FakeCloudControllerClient) GetIsolationSegmentsCallCount() int
- func (fake *FakeCloudControllerClient) GetIsolationSegmentsReturns(result1 []ccv3.IsolationSegment, result2 ccv3.Warnings, result3 error)
- func (fake *FakeCloudControllerClient) GetIsolationSegmentsReturnsOnCall(i int, result1 []ccv3.IsolationSegment, result2 ccv3.Warnings, result3 error)
- func (fake *FakeCloudControllerClient) GetOrganizationDefaultIsolationSegment(orgGUID string) (ccv3.Relationship, ccv3.Warnings, error)
- func (fake *FakeCloudControllerClient) GetOrganizationDefaultIsolationSegmentArgsForCall(i int) string
- func (fake *FakeCloudControllerClient) GetOrganizationDefaultIsolationSegmentCallCount() int
- func (fake *FakeCloudControllerClient) GetOrganizationDefaultIsolationSegmentReturns(result1 ccv3.Relationship, result2 ccv3.Warnings, result3 error)
- func (fake *FakeCloudControllerClient) GetOrganizationDefaultIsolationSegmentReturnsOnCall(i int, result1 ccv3.Relationship, result2 ccv3.Warnings, result3 error)
- func (fake *FakeCloudControllerClient) GetOrganizations(query ...ccv3.Query) ([]ccv3.Organization, ccv3.Warnings, error)
- func (fake *FakeCloudControllerClient) GetOrganizationsArgsForCall(i int) []ccv3.Query
- func (fake *FakeCloudControllerClient) GetOrganizationsCallCount() int
- func (fake *FakeCloudControllerClient) GetOrganizationsReturns(result1 []ccv3.Organization, result2 ccv3.Warnings, result3 error)
- func (fake *FakeCloudControllerClient) GetOrganizationsReturnsOnCall(i int, result1 []ccv3.Organization, result2 ccv3.Warnings, result3 error)
- func (fake *FakeCloudControllerClient) GetPackage(guid string) (ccv3.Package, ccv3.Warnings, error)
- func (fake *FakeCloudControllerClient) GetPackageArgsForCall(i int) string
- func (fake *FakeCloudControllerClient) GetPackageCallCount() int
- func (fake *FakeCloudControllerClient) GetPackageReturns(result1 ccv3.Package, result2 ccv3.Warnings, result3 error)
- func (fake *FakeCloudControllerClient) GetPackageReturnsOnCall(i int, result1 ccv3.Package, result2 ccv3.Warnings, result3 error)
- func (fake *FakeCloudControllerClient) GetPackages(query ...ccv3.Query) ([]ccv3.Package, ccv3.Warnings, error)
- func (fake *FakeCloudControllerClient) GetPackagesArgsForCall(i int) []ccv3.Query
- func (fake *FakeCloudControllerClient) GetPackagesCallCount() int
- func (fake *FakeCloudControllerClient) GetPackagesReturns(result1 []ccv3.Package, result2 ccv3.Warnings, result3 error)
- func (fake *FakeCloudControllerClient) GetPackagesReturnsOnCall(i int, result1 []ccv3.Package, result2 ccv3.Warnings, result3 error)
- func (fake *FakeCloudControllerClient) GetProcessInstances(processGUID string) ([]ccv3.ProcessInstance, ccv3.Warnings, error)
- func (fake *FakeCloudControllerClient) GetProcessInstancesArgsForCall(i int) string
- func (fake *FakeCloudControllerClient) GetProcessInstancesCallCount() int
- func (fake *FakeCloudControllerClient) GetProcessInstancesReturns(result1 []ccv3.ProcessInstance, result2 ccv3.Warnings, result3 error)
- func (fake *FakeCloudControllerClient) GetProcessInstancesReturnsOnCall(i int, result1 []ccv3.ProcessInstance, result2 ccv3.Warnings, result3 error)
- func (fake *FakeCloudControllerClient) GetServiceInstances(query ...ccv3.Query) ([]ccv3.ServiceInstance, ccv3.Warnings, error)
- func (fake *FakeCloudControllerClient) GetServiceInstancesArgsForCall(i int) []ccv3.Query
- func (fake *FakeCloudControllerClient) GetServiceInstancesCallCount() int
- func (fake *FakeCloudControllerClient) GetServiceInstancesReturns(result1 []ccv3.ServiceInstance, result2 ccv3.Warnings, result3 error)
- func (fake *FakeCloudControllerClient) GetServiceInstancesReturnsOnCall(i int, result1 []ccv3.ServiceInstance, result2 ccv3.Warnings, result3 error)
- func (fake *FakeCloudControllerClient) GetSpaceIsolationSegment(spaceGUID string) (ccv3.Relationship, ccv3.Warnings, error)
- func (fake *FakeCloudControllerClient) GetSpaceIsolationSegmentArgsForCall(i int) string
- func (fake *FakeCloudControllerClient) GetSpaceIsolationSegmentCallCount() int
- func (fake *FakeCloudControllerClient) GetSpaceIsolationSegmentReturns(result1 ccv3.Relationship, result2 ccv3.Warnings, result3 error)
- func (fake *FakeCloudControllerClient) GetSpaceIsolationSegmentReturnsOnCall(i int, result1 ccv3.Relationship, result2 ccv3.Warnings, result3 error)
- func (fake *FakeCloudControllerClient) GetSpaces(query ...ccv3.Query) ([]ccv3.Space, ccv3.Warnings, error)
- func (fake *FakeCloudControllerClient) GetSpacesArgsForCall(i int) []ccv3.Query
- func (fake *FakeCloudControllerClient) GetSpacesCallCount() int
- func (fake *FakeCloudControllerClient) GetSpacesReturns(result1 []ccv3.Space, result2 ccv3.Warnings, result3 error)
- func (fake *FakeCloudControllerClient) GetSpacesReturnsOnCall(i int, result1 []ccv3.Space, result2 ccv3.Warnings, result3 error)
- func (fake *FakeCloudControllerClient) Invocations() map[string][][]interface{}
- func (fake *FakeCloudControllerClient) PatchApplicationProcessHealthCheck(processGUID string, processHealthCheckType string, ...) (ccv3.Process, ccv3.Warnings, error)
- func (fake *FakeCloudControllerClient) PatchApplicationProcessHealthCheckArgsForCall(i int) (string, string, string)
- func (fake *FakeCloudControllerClient) PatchApplicationProcessHealthCheckCallCount() int
- func (fake *FakeCloudControllerClient) PatchApplicationProcessHealthCheckReturns(result1 ccv3.Process, result2 ccv3.Warnings, result3 error)
- func (fake *FakeCloudControllerClient) PatchApplicationProcessHealthCheckReturnsOnCall(i int, result1 ccv3.Process, result2 ccv3.Warnings, result3 error)
- func (fake *FakeCloudControllerClient) PatchApplicationUserProvidedEnvironmentVariables(appGUID string, envVars ccv3.EnvironmentVariables) (ccv3.EnvironmentVariables, ccv3.Warnings, error)
- func (fake *FakeCloudControllerClient) PatchApplicationUserProvidedEnvironmentVariablesArgsForCall(i int) (string, ccv3.EnvironmentVariables)
- func (fake *FakeCloudControllerClient) PatchApplicationUserProvidedEnvironmentVariablesCallCount() int
- func (fake *FakeCloudControllerClient) PatchApplicationUserProvidedEnvironmentVariablesReturns(result1 ccv3.EnvironmentVariables, result2 ccv3.Warnings, result3 error)
- func (fake *FakeCloudControllerClient) PatchApplicationUserProvidedEnvironmentVariablesReturnsOnCall(i int, result1 ccv3.EnvironmentVariables, result2 ccv3.Warnings, result3 error)
- func (fake *FakeCloudControllerClient) PatchOrganizationDefaultIsolationSegment(orgGUID string, isolationSegmentGUID string) (ccv3.Relationship, ccv3.Warnings, error)
- func (fake *FakeCloudControllerClient) PatchOrganizationDefaultIsolationSegmentArgsForCall(i int) (string, string)
- func (fake *FakeCloudControllerClient) PatchOrganizationDefaultIsolationSegmentCallCount() int
- func (fake *FakeCloudControllerClient) PatchOrganizationDefaultIsolationSegmentReturns(result1 ccv3.Relationship, result2 ccv3.Warnings, result3 error)
- func (fake *FakeCloudControllerClient) PatchOrganizationDefaultIsolationSegmentReturnsOnCall(i int, result1 ccv3.Relationship, result2 ccv3.Warnings, result3 error)
- func (fake *FakeCloudControllerClient) PollJob(jobURL string) (ccv3.Warnings, error)
- func (fake *FakeCloudControllerClient) PollJobArgsForCall(i int) string
- func (fake *FakeCloudControllerClient) PollJobCallCount() int
- func (fake *FakeCloudControllerClient) PollJobReturns(result1 ccv3.Warnings, result2 error)
- func (fake *FakeCloudControllerClient) PollJobReturnsOnCall(i int, result1 ccv3.Warnings, result2 error)
- func (fake *FakeCloudControllerClient) RevokeIsolationSegmentFromOrganization(isolationSegmentGUID string, organizationGUID string) (ccv3.Warnings, error)
- func (fake *FakeCloudControllerClient) RevokeIsolationSegmentFromOrganizationArgsForCall(i int) (string, string)
- func (fake *FakeCloudControllerClient) RevokeIsolationSegmentFromOrganizationCallCount() int
- func (fake *FakeCloudControllerClient) RevokeIsolationSegmentFromOrganizationReturns(result1 ccv3.Warnings, result2 error)
- func (fake *FakeCloudControllerClient) RevokeIsolationSegmentFromOrganizationReturnsOnCall(i int, result1 ccv3.Warnings, result2 error)
- func (fake *FakeCloudControllerClient) SetApplicationDroplet(appGUID string, dropletGUID string) (ccv3.Relationship, ccv3.Warnings, error)
- func (fake *FakeCloudControllerClient) SetApplicationDropletArgsForCall(i int) (string, string)
- func (fake *FakeCloudControllerClient) SetApplicationDropletCallCount() int
- func (fake *FakeCloudControllerClient) SetApplicationDropletReturns(result1 ccv3.Relationship, result2 ccv3.Warnings, result3 error)
- func (fake *FakeCloudControllerClient) SetApplicationDropletReturnsOnCall(i int, result1 ccv3.Relationship, result2 ccv3.Warnings, result3 error)
- func (fake *FakeCloudControllerClient) ShareServiceInstanceToSpaces(serviceInstanceGUID string, spaceGUIDs []string) (ccv3.RelationshipList, ccv3.Warnings, error)
- func (fake *FakeCloudControllerClient) ShareServiceInstanceToSpacesArgsForCall(i int) (string, []string)
- func (fake *FakeCloudControllerClient) ShareServiceInstanceToSpacesCallCount() int
- func (fake *FakeCloudControllerClient) ShareServiceInstanceToSpacesReturns(result1 ccv3.RelationshipList, result2 ccv3.Warnings, result3 error)
- func (fake *FakeCloudControllerClient) ShareServiceInstanceToSpacesReturnsOnCall(i int, result1 ccv3.RelationshipList, result2 ccv3.Warnings, result3 error)
- func (fake *FakeCloudControllerClient) StartApplication(appGUID string) (ccv3.Application, ccv3.Warnings, error)
- func (fake *FakeCloudControllerClient) StartApplicationArgsForCall(i int) string
- func (fake *FakeCloudControllerClient) StartApplicationCallCount() int
- func (fake *FakeCloudControllerClient) StartApplicationReturns(result1 ccv3.Application, result2 ccv3.Warnings, result3 error)
- func (fake *FakeCloudControllerClient) StartApplicationReturnsOnCall(i int, result1 ccv3.Application, result2 ccv3.Warnings, result3 error)
- func (fake *FakeCloudControllerClient) StopApplication(appGUID string) (ccv3.Application, ccv3.Warnings, error)
- func (fake *FakeCloudControllerClient) StopApplicationArgsForCall(i int) string
- func (fake *FakeCloudControllerClient) StopApplicationCallCount() int
- func (fake *FakeCloudControllerClient) StopApplicationReturns(result1 ccv3.Application, result2 ccv3.Warnings, result3 error)
- func (fake *FakeCloudControllerClient) StopApplicationReturnsOnCall(i int, result1 ccv3.Application, result2 ccv3.Warnings, result3 error)
- func (fake *FakeCloudControllerClient) UpdateApplication(app ccv3.Application) (ccv3.Application, ccv3.Warnings, error)
- func (fake *FakeCloudControllerClient) UpdateApplicationArgsForCall(i int) ccv3.Application
- func (fake *FakeCloudControllerClient) UpdateApplicationCallCount() int
- func (fake *FakeCloudControllerClient) UpdateApplicationReturns(result1 ccv3.Application, result2 ccv3.Warnings, result3 error)
- func (fake *FakeCloudControllerClient) UpdateApplicationReturnsOnCall(i int, result1 ccv3.Application, result2 ccv3.Warnings, result3 error)
- func (fake *FakeCloudControllerClient) UpdateTask(taskGUID string) (ccv3.Task, ccv3.Warnings, error)
- func (fake *FakeCloudControllerClient) UpdateTaskArgsForCall(i int) string
- func (fake *FakeCloudControllerClient) UpdateTaskCallCount() int
- func (fake *FakeCloudControllerClient) UpdateTaskReturns(result1 ccv3.Task, result2 ccv3.Warnings, result3 error)
- func (fake *FakeCloudControllerClient) UpdateTaskReturnsOnCall(i int, result1 ccv3.Task, result2 ccv3.Warnings, result3 error)
- func (fake *FakeCloudControllerClient) UploadPackage(pkg ccv3.Package, zipFilepath string) (ccv3.Package, ccv3.Warnings, error)
- func (fake *FakeCloudControllerClient) UploadPackageArgsForCall(i int) (ccv3.Package, string)
- func (fake *FakeCloudControllerClient) UploadPackageCallCount() int
- func (fake *FakeCloudControllerClient) UploadPackageReturns(result1 ccv3.Package, result2 ccv3.Warnings, result3 error)
- func (fake *FakeCloudControllerClient) UploadPackageReturnsOnCall(i int, result1 ccv3.Package, result2 ccv3.Warnings, result3 error)
- type FakeConfig
- func (fake *FakeConfig) AccessToken() string
- func (fake *FakeConfig) AccessTokenCallCount() int
- func (fake *FakeConfig) AccessTokenReturns(result1 string)
- func (fake *FakeConfig) AccessTokenReturnsOnCall(i int, result1 string)
- func (fake *FakeConfig) Invocations() map[string][][]interface{}
- func (fake *FakeConfig) PollingInterval() time.Duration
- func (fake *FakeConfig) PollingIntervalCallCount() int
- func (fake *FakeConfig) PollingIntervalReturns(result1 time.Duration)
- func (fake *FakeConfig) PollingIntervalReturnsOnCall(i int, result1 time.Duration)
- func (fake *FakeConfig) SSHOAuthClient() string
- func (fake *FakeConfig) SSHOAuthClientCallCount() int
- func (fake *FakeConfig) SSHOAuthClientReturns(result1 string)
- func (fake *FakeConfig) SSHOAuthClientReturnsOnCall(i int, result1 string)
- func (fake *FakeConfig) StagingTimeout() time.Duration
- func (fake *FakeConfig) StagingTimeoutCallCount() int
- func (fake *FakeConfig) StagingTimeoutReturns(result1 time.Duration)
- func (fake *FakeConfig) StagingTimeoutReturnsOnCall(i int, result1 time.Duration)
- func (fake *FakeConfig) StartupTimeout() time.Duration
- func (fake *FakeConfig) StartupTimeoutCallCount() int
- func (fake *FakeConfig) StartupTimeoutReturns(result1 time.Duration)
- func (fake *FakeConfig) StartupTimeoutReturnsOnCall(i int, result1 time.Duration)
- type FakeManifestParser
- func (fake *FakeManifestParser) AppNames() []string
- func (fake *FakeManifestParser) AppNamesCallCount() int
- func (fake *FakeManifestParser) AppNamesReturns(result1 []string)
- func (fake *FakeManifestParser) AppNamesReturnsOnCall(i int, result1 []string)
- func (fake *FakeManifestParser) Invocations() map[string][][]interface{}
- func (fake *FakeManifestParser) RawManifest(name string) ([]byte, error)
- func (fake *FakeManifestParser) RawManifestArgsForCall(i int) string
- func (fake *FakeManifestParser) RawManifestCallCount() int
- func (fake *FakeManifestParser) RawManifestReturns(result1 []byte, result2 error)
- func (fake *FakeManifestParser) RawManifestReturnsOnCall(i int, result1 []byte, result2 error)
- type FakeNOAAClient
- func (fake *FakeNOAAClient) Close() error
- func (fake *FakeNOAAClient) CloseCallCount() int
- func (fake *FakeNOAAClient) CloseReturns(result1 error)
- func (fake *FakeNOAAClient) CloseReturnsOnCall(i int, result1 error)
- func (fake *FakeNOAAClient) Invocations() map[string][][]interface{}
- func (fake *FakeNOAAClient) RecentLogs(appGuid string, authToken string) ([]*events.LogMessage, error)
- func (fake *FakeNOAAClient) RecentLogsArgsForCall(i int) (string, string)
- func (fake *FakeNOAAClient) RecentLogsCallCount() int
- func (fake *FakeNOAAClient) RecentLogsReturns(result1 []*events.LogMessage, result2 error)
- func (fake *FakeNOAAClient) RecentLogsReturnsOnCall(i int, result1 []*events.LogMessage, result2 error)
- func (fake *FakeNOAAClient) TailingLogs(appGuid string, authToken string) (<-chan *events.LogMessage, <-chan error)
- func (fake *FakeNOAAClient) TailingLogsArgsForCall(i int) (string, string)
- func (fake *FakeNOAAClient) TailingLogsCallCount() int
- func (fake *FakeNOAAClient) TailingLogsReturns(result1 <-chan *events.LogMessage, result2 <-chan error)
- func (fake *FakeNOAAClient) TailingLogsReturnsOnCall(i int, result1 <-chan *events.LogMessage, result2 <-chan error)
- type FakeSSHActor
- func (fake *FakeSSHActor) ExecuteSecureShell(sshOptions sharedaction.SSHOptions) error
- func (fake *FakeSSHActor) ExecuteSecureShellArgsForCall(i int) sharedaction.SSHOptions
- func (fake *FakeSSHActor) ExecuteSecureShellCallCount() int
- func (fake *FakeSSHActor) ExecuteSecureShellReturns(result1 error)
- func (fake *FakeSSHActor) ExecuteSecureShellReturnsOnCall(i int, result1 error)
- func (fake *FakeSSHActor) Invocations() map[string][][]interface{}
- type FakeSharedActor
- func (fake *FakeSharedActor) GatherArchiveResources(archivePath string) ([]sharedaction.Resource, error)
- func (fake *FakeSharedActor) GatherArchiveResourcesArgsForCall(i int) string
- func (fake *FakeSharedActor) GatherArchiveResourcesCallCount() int
- func (fake *FakeSharedActor) GatherArchiveResourcesReturns(result1 []sharedaction.Resource, result2 error)
- func (fake *FakeSharedActor) GatherArchiveResourcesReturnsOnCall(i int, result1 []sharedaction.Resource, result2 error)
- func (fake *FakeSharedActor) GatherDirectoryResources(sourceDir string) ([]sharedaction.Resource, error)
- func (fake *FakeSharedActor) GatherDirectoryResourcesArgsForCall(i int) string
- func (fake *FakeSharedActor) GatherDirectoryResourcesCallCount() int
- func (fake *FakeSharedActor) GatherDirectoryResourcesReturns(result1 []sharedaction.Resource, result2 error)
- func (fake *FakeSharedActor) GatherDirectoryResourcesReturnsOnCall(i int, result1 []sharedaction.Resource, result2 error)
- func (fake *FakeSharedActor) Invocations() map[string][][]interface{}
- func (fake *FakeSharedActor) ZipArchiveResources(sourceArchivePath string, filesToInclude []sharedaction.Resource) (string, error)
- func (fake *FakeSharedActor) ZipArchiveResourcesArgsForCall(i int) (string, []sharedaction.Resource)
- func (fake *FakeSharedActor) ZipArchiveResourcesCallCount() int
- func (fake *FakeSharedActor) ZipArchiveResourcesReturns(result1 string, result2 error)
- func (fake *FakeSharedActor) ZipArchiveResourcesReturnsOnCall(i int, result1 string, result2 error)
- func (fake *FakeSharedActor) ZipDirectoryResources(sourceDir string, filesToInclude []sharedaction.Resource) (string, error)
- func (fake *FakeSharedActor) ZipDirectoryResourcesArgsForCall(i int) (string, []sharedaction.Resource)
- func (fake *FakeSharedActor) ZipDirectoryResourcesCallCount() int
- func (fake *FakeSharedActor) ZipDirectoryResourcesReturns(result1 string, result2 error)
- func (fake *FakeSharedActor) ZipDirectoryResourcesReturnsOnCall(i int, result1 string, result2 error)
- type FakeUAAClient
- func (fake *FakeUAAClient) GetSSHPasscode(accessToken string, sshOAuthClient string) (string, error)
- func (fake *FakeUAAClient) GetSSHPasscodeArgsForCall(i int) (string, string)
- func (fake *FakeUAAClient) GetSSHPasscodeCallCount() int
- func (fake *FakeUAAClient) GetSSHPasscodeReturns(result1 string, result2 error)
- func (fake *FakeUAAClient) GetSSHPasscodeReturnsOnCall(i int, result1 string, result2 error)
- func (fake *FakeUAAClient) Invocations() map[string][][]interface{}
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type FakeCloudControllerClient ¶
type FakeCloudControllerClient struct { AppSSHEndpointStub func() string AppSSHHostKeyFingerprintStub func() string AssignSpaceToIsolationSegmentStub func(spaceGUID string, isolationSegmentGUID string) (ccv3.Relationship, ccv3.Warnings, error) CloudControllerAPIVersionStub func() string CreateApplicationStub func(app ccv3.Application) (ccv3.Application, ccv3.Warnings, error) CreateApplicationActionsApplyManifestByApplicationStub func(rawManifest []byte, appGUID string) (string, ccv3.Warnings, error) CreateApplicationProcessScaleStub func(appGUID string, process ccv3.Process) (ccv3.Process, ccv3.Warnings, error) CreateApplicationTaskStub func(appGUID string, task ccv3.Task) (ccv3.Task, ccv3.Warnings, error) CreateBuildStub func(build ccv3.Build) (ccv3.Build, ccv3.Warnings, error) CreateIsolationSegmentStub func(isolationSegment ccv3.IsolationSegment) (ccv3.IsolationSegment, ccv3.Warnings, error) CreatePackageStub func(pkg ccv3.Package) (ccv3.Package, ccv3.Warnings, error) DeleteApplicationStub func(guid string) (string, ccv3.Warnings, error) DeleteApplicationProcessInstanceStub func(appGUID string, processType string, instanceIndex int) (ccv3.Warnings, error) DeleteIsolationSegmentStub func(guid string) (ccv3.Warnings, error) EntitleIsolationSegmentToOrganizationsStub func(isoGUID string, orgGUIDs []string) (ccv3.RelationshipList, ccv3.Warnings, error) GetApplicationDropletCurrentStub func(appGUID string) (ccv3.Droplet, ccv3.Warnings, error) GetApplicationEnvironmentVariablesStub func(appGUID string) (ccv3.EnvironmentVariableGroups, ccv3.Warnings, error) GetApplicationProcessByTypeStub func(appGUID string, processType string) (ccv3.Process, ccv3.Warnings, error) GetApplicationProcessesStub func(appGUID string) ([]ccv3.Process, ccv3.Warnings, error) GetApplicationsStub func(query ...ccv3.Query) ([]ccv3.Application, ccv3.Warnings, error) GetApplicationTasksStub func(appGUID string, query ...ccv3.Query) ([]ccv3.Task, ccv3.Warnings, error) GetBuildStub func(guid string) (ccv3.Build, ccv3.Warnings, error) GetDropletStub func(guid string) (ccv3.Droplet, ccv3.Warnings, error) GetDropletsStub func(query ...ccv3.Query) ([]ccv3.Droplet, ccv3.Warnings, error) GetIsolationSegmentStub func(guid string) (ccv3.IsolationSegment, ccv3.Warnings, error) GetIsolationSegmentOrganizationsByIsolationSegmentStub func(isolationSegmentGUID string) ([]ccv3.Organization, ccv3.Warnings, error) GetIsolationSegmentsStub func(query ...ccv3.Query) ([]ccv3.IsolationSegment, ccv3.Warnings, error) GetOrganizationDefaultIsolationSegmentStub func(orgGUID string) (ccv3.Relationship, ccv3.Warnings, error) GetOrganizationsStub func(query ...ccv3.Query) ([]ccv3.Organization, ccv3.Warnings, error) GetPackageStub func(guid string) (ccv3.Package, ccv3.Warnings, error) GetPackagesStub func(query ...ccv3.Query) ([]ccv3.Package, ccv3.Warnings, error) GetProcessInstancesStub func(processGUID string) ([]ccv3.ProcessInstance, ccv3.Warnings, error) GetServiceInstancesStub func(query ...ccv3.Query) ([]ccv3.ServiceInstance, ccv3.Warnings, error) GetSpaceIsolationSegmentStub func(spaceGUID string) (ccv3.Relationship, ccv3.Warnings, error) GetSpacesStub func(query ...ccv3.Query) ([]ccv3.Space, ccv3.Warnings, error) PatchApplicationProcessHealthCheckStub func(processGUID string, processHealthCheckType string, processHealthCheckEndpoint string) (ccv3.Process, ccv3.Warnings, error) PatchApplicationUserProvidedEnvironmentVariablesStub func(appGUID string, envVars ccv3.EnvironmentVariables) (ccv3.EnvironmentVariables, ccv3.Warnings, error) PatchOrganizationDefaultIsolationSegmentStub func(orgGUID string, isolationSegmentGUID string) (ccv3.Relationship, ccv3.Warnings, error) PollJobStub func(jobURL string) (ccv3.Warnings, error) RevokeIsolationSegmentFromOrganizationStub func(isolationSegmentGUID string, organizationGUID string) (ccv3.Warnings, error) SetApplicationDropletStub func(appGUID string, dropletGUID string) (ccv3.Relationship, ccv3.Warnings, error) StartApplicationStub func(appGUID string) (ccv3.Application, ccv3.Warnings, error) StopApplicationStub func(appGUID string) (ccv3.Application, ccv3.Warnings, error) UpdateApplicationStub func(app ccv3.Application) (ccv3.Application, ccv3.Warnings, error) UpdateTaskStub func(taskGUID string) (ccv3.Task, ccv3.Warnings, error) UploadPackageStub func(pkg ccv3.Package, zipFilepath string) (ccv3.Package, ccv3.Warnings, error) // contains filtered or unexported fields }
func (*FakeCloudControllerClient) AppSSHEndpoint ¶
func (fake *FakeCloudControllerClient) AppSSHEndpoint() string
func (*FakeCloudControllerClient) AppSSHEndpointCallCount ¶
func (fake *FakeCloudControllerClient) AppSSHEndpointCallCount() int
func (*FakeCloudControllerClient) AppSSHEndpointReturns ¶
func (fake *FakeCloudControllerClient) AppSSHEndpointReturns(result1 string)
func (*FakeCloudControllerClient) AppSSHEndpointReturnsOnCall ¶
func (fake *FakeCloudControllerClient) AppSSHEndpointReturnsOnCall(i int, result1 string)
func (*FakeCloudControllerClient) AppSSHHostKeyFingerprint ¶
func (fake *FakeCloudControllerClient) AppSSHHostKeyFingerprint() string
func (*FakeCloudControllerClient) AppSSHHostKeyFingerprintCallCount ¶
func (fake *FakeCloudControllerClient) AppSSHHostKeyFingerprintCallCount() int
func (*FakeCloudControllerClient) AppSSHHostKeyFingerprintReturns ¶
func (fake *FakeCloudControllerClient) AppSSHHostKeyFingerprintReturns(result1 string)
func (*FakeCloudControllerClient) AppSSHHostKeyFingerprintReturnsOnCall ¶
func (fake *FakeCloudControllerClient) AppSSHHostKeyFingerprintReturnsOnCall(i int, result1 string)
func (*FakeCloudControllerClient) AssignSpaceToIsolationSegment ¶
func (fake *FakeCloudControllerClient) AssignSpaceToIsolationSegment(spaceGUID string, isolationSegmentGUID string) (ccv3.Relationship, ccv3.Warnings, error)
func (*FakeCloudControllerClient) AssignSpaceToIsolationSegmentArgsForCall ¶
func (fake *FakeCloudControllerClient) AssignSpaceToIsolationSegmentArgsForCall(i int) (string, string)
func (*FakeCloudControllerClient) AssignSpaceToIsolationSegmentCallCount ¶
func (fake *FakeCloudControllerClient) AssignSpaceToIsolationSegmentCallCount() int
func (*FakeCloudControllerClient) AssignSpaceToIsolationSegmentReturns ¶
func (fake *FakeCloudControllerClient) AssignSpaceToIsolationSegmentReturns(result1 ccv3.Relationship, result2 ccv3.Warnings, result3 error)
func (*FakeCloudControllerClient) AssignSpaceToIsolationSegmentReturnsOnCall ¶
func (fake *FakeCloudControllerClient) AssignSpaceToIsolationSegmentReturnsOnCall(i int, result1 ccv3.Relationship, result2 ccv3.Warnings, result3 error)
func (*FakeCloudControllerClient) CloudControllerAPIVersion ¶
func (fake *FakeCloudControllerClient) CloudControllerAPIVersion() string
func (*FakeCloudControllerClient) CloudControllerAPIVersionCallCount ¶
func (fake *FakeCloudControllerClient) CloudControllerAPIVersionCallCount() int
func (*FakeCloudControllerClient) CloudControllerAPIVersionReturns ¶
func (fake *FakeCloudControllerClient) CloudControllerAPIVersionReturns(result1 string)
func (*FakeCloudControllerClient) CloudControllerAPIVersionReturnsOnCall ¶
func (fake *FakeCloudControllerClient) CloudControllerAPIVersionReturnsOnCall(i int, result1 string)
func (*FakeCloudControllerClient) CreateApplication ¶
func (fake *FakeCloudControllerClient) CreateApplication(app ccv3.Application) (ccv3.Application, ccv3.Warnings, error)
func (*FakeCloudControllerClient) CreateApplicationActionsApplyManifestByApplication ¶
func (*FakeCloudControllerClient) CreateApplicationActionsApplyManifestByApplicationArgsForCall ¶
func (fake *FakeCloudControllerClient) CreateApplicationActionsApplyManifestByApplicationArgsForCall(i int) ([]byte, string)
func (*FakeCloudControllerClient) CreateApplicationActionsApplyManifestByApplicationCallCount ¶
func (fake *FakeCloudControllerClient) CreateApplicationActionsApplyManifestByApplicationCallCount() int
func (*FakeCloudControllerClient) CreateApplicationActionsApplyManifestByApplicationReturns ¶
func (fake *FakeCloudControllerClient) CreateApplicationActionsApplyManifestByApplicationReturns(result1 string, result2 ccv3.Warnings, result3 error)
func (*FakeCloudControllerClient) CreateApplicationActionsApplyManifestByApplicationReturnsOnCall ¶
func (*FakeCloudControllerClient) CreateApplicationArgsForCall ¶
func (fake *FakeCloudControllerClient) CreateApplicationArgsForCall(i int) ccv3.Application
func (*FakeCloudControllerClient) CreateApplicationCallCount ¶
func (fake *FakeCloudControllerClient) CreateApplicationCallCount() int
func (*FakeCloudControllerClient) CreateApplicationProcessScale ¶
func (*FakeCloudControllerClient) CreateApplicationProcessScaleArgsForCall ¶
func (fake *FakeCloudControllerClient) CreateApplicationProcessScaleArgsForCall(i int) (string, ccv3.Process)
func (*FakeCloudControllerClient) CreateApplicationProcessScaleCallCount ¶
func (fake *FakeCloudControllerClient) CreateApplicationProcessScaleCallCount() int
func (*FakeCloudControllerClient) CreateApplicationProcessScaleReturns ¶
func (*FakeCloudControllerClient) CreateApplicationProcessScaleReturnsOnCall ¶
func (*FakeCloudControllerClient) CreateApplicationReturns ¶
func (fake *FakeCloudControllerClient) CreateApplicationReturns(result1 ccv3.Application, result2 ccv3.Warnings, result3 error)
func (*FakeCloudControllerClient) CreateApplicationReturnsOnCall ¶
func (fake *FakeCloudControllerClient) CreateApplicationReturnsOnCall(i int, result1 ccv3.Application, result2 ccv3.Warnings, result3 error)
func (*FakeCloudControllerClient) CreateApplicationTask ¶
func (*FakeCloudControllerClient) CreateApplicationTaskArgsForCall ¶
func (fake *FakeCloudControllerClient) CreateApplicationTaskArgsForCall(i int) (string, ccv3.Task)
func (*FakeCloudControllerClient) CreateApplicationTaskCallCount ¶
func (fake *FakeCloudControllerClient) CreateApplicationTaskCallCount() int
func (*FakeCloudControllerClient) CreateApplicationTaskReturns ¶
func (*FakeCloudControllerClient) CreateApplicationTaskReturnsOnCall ¶
func (*FakeCloudControllerClient) CreateBuild ¶
func (*FakeCloudControllerClient) CreateBuildArgsForCall ¶
func (fake *FakeCloudControllerClient) CreateBuildArgsForCall(i int) ccv3.Build
func (*FakeCloudControllerClient) CreateBuildCallCount ¶
func (fake *FakeCloudControllerClient) CreateBuildCallCount() int
func (*FakeCloudControllerClient) CreateBuildReturns ¶
func (*FakeCloudControllerClient) CreateBuildReturnsOnCall ¶
func (*FakeCloudControllerClient) CreateIsolationSegment ¶
func (fake *FakeCloudControllerClient) CreateIsolationSegment(isolationSegment ccv3.IsolationSegment) (ccv3.IsolationSegment, ccv3.Warnings, error)
func (*FakeCloudControllerClient) CreateIsolationSegmentArgsForCall ¶
func (fake *FakeCloudControllerClient) CreateIsolationSegmentArgsForCall(i int) ccv3.IsolationSegment
func (*FakeCloudControllerClient) CreateIsolationSegmentCallCount ¶
func (fake *FakeCloudControllerClient) CreateIsolationSegmentCallCount() int
func (*FakeCloudControllerClient) CreateIsolationSegmentReturns ¶
func (fake *FakeCloudControllerClient) CreateIsolationSegmentReturns(result1 ccv3.IsolationSegment, result2 ccv3.Warnings, result3 error)
func (*FakeCloudControllerClient) CreateIsolationSegmentReturnsOnCall ¶
func (fake *FakeCloudControllerClient) CreateIsolationSegmentReturnsOnCall(i int, result1 ccv3.IsolationSegment, result2 ccv3.Warnings, result3 error)
func (*FakeCloudControllerClient) CreatePackage ¶
func (*FakeCloudControllerClient) CreatePackageArgsForCall ¶
func (fake *FakeCloudControllerClient) CreatePackageArgsForCall(i int) ccv3.Package
func (*FakeCloudControllerClient) CreatePackageCallCount ¶
func (fake *FakeCloudControllerClient) CreatePackageCallCount() int
func (*FakeCloudControllerClient) CreatePackageReturns ¶
func (*FakeCloudControllerClient) CreatePackageReturnsOnCall ¶
func (*FakeCloudControllerClient) DeleteApplication ¶
func (*FakeCloudControllerClient) DeleteApplicationArgsForCall ¶
func (fake *FakeCloudControllerClient) DeleteApplicationArgsForCall(i int) string
func (*FakeCloudControllerClient) DeleteApplicationCallCount ¶
func (fake *FakeCloudControllerClient) DeleteApplicationCallCount() int
func (*FakeCloudControllerClient) DeleteApplicationProcessInstance ¶
func (*FakeCloudControllerClient) DeleteApplicationProcessInstanceArgsForCall ¶
func (fake *FakeCloudControllerClient) DeleteApplicationProcessInstanceArgsForCall(i int) (string, string, int)
func (*FakeCloudControllerClient) DeleteApplicationProcessInstanceCallCount ¶
func (fake *FakeCloudControllerClient) DeleteApplicationProcessInstanceCallCount() int
func (*FakeCloudControllerClient) DeleteApplicationProcessInstanceReturns ¶
func (fake *FakeCloudControllerClient) DeleteApplicationProcessInstanceReturns(result1 ccv3.Warnings, result2 error)
func (*FakeCloudControllerClient) DeleteApplicationProcessInstanceReturnsOnCall ¶
func (fake *FakeCloudControllerClient) DeleteApplicationProcessInstanceReturnsOnCall(i int, result1 ccv3.Warnings, result2 error)
func (*FakeCloudControllerClient) DeleteApplicationReturns ¶
func (fake *FakeCloudControllerClient) DeleteApplicationReturns(result1 string, result2 ccv3.Warnings, result3 error)
func (*FakeCloudControllerClient) DeleteApplicationReturnsOnCall ¶
func (*FakeCloudControllerClient) DeleteIsolationSegment ¶
func (fake *FakeCloudControllerClient) DeleteIsolationSegment(guid string) (ccv3.Warnings, error)
func (*FakeCloudControllerClient) DeleteIsolationSegmentArgsForCall ¶
func (fake *FakeCloudControllerClient) DeleteIsolationSegmentArgsForCall(i int) string
func (*FakeCloudControllerClient) DeleteIsolationSegmentCallCount ¶
func (fake *FakeCloudControllerClient) DeleteIsolationSegmentCallCount() int
func (*FakeCloudControllerClient) DeleteIsolationSegmentReturns ¶
func (fake *FakeCloudControllerClient) DeleteIsolationSegmentReturns(result1 ccv3.Warnings, result2 error)
func (*FakeCloudControllerClient) DeleteIsolationSegmentReturnsOnCall ¶
func (fake *FakeCloudControllerClient) DeleteIsolationSegmentReturnsOnCall(i int, result1 ccv3.Warnings, result2 error)
func (*FakeCloudControllerClient) DeleteServiceInstanceRelationshipsSharedSpace ¶
func (*FakeCloudControllerClient) DeleteServiceInstanceRelationshipsSharedSpaceArgsForCall ¶
func (fake *FakeCloudControllerClient) DeleteServiceInstanceRelationshipsSharedSpaceArgsForCall(i int) (string, string)
func (*FakeCloudControllerClient) DeleteServiceInstanceRelationshipsSharedSpaceCallCount ¶
func (fake *FakeCloudControllerClient) DeleteServiceInstanceRelationshipsSharedSpaceCallCount() int
func (*FakeCloudControllerClient) DeleteServiceInstanceRelationshipsSharedSpaceReturns ¶
func (fake *FakeCloudControllerClient) DeleteServiceInstanceRelationshipsSharedSpaceReturns(result1 ccv3.Warnings, result2 error)
func (*FakeCloudControllerClient) DeleteServiceInstanceRelationshipsSharedSpaceReturnsOnCall ¶
func (fake *FakeCloudControllerClient) DeleteServiceInstanceRelationshipsSharedSpaceReturnsOnCall(i int, result1 ccv3.Warnings, result2 error)
func (*FakeCloudControllerClient) EntitleIsolationSegmentToOrganizations ¶
func (fake *FakeCloudControllerClient) EntitleIsolationSegmentToOrganizations(isoGUID string, orgGUIDs []string) (ccv3.RelationshipList, ccv3.Warnings, error)
func (*FakeCloudControllerClient) EntitleIsolationSegmentToOrganizationsArgsForCall ¶
func (fake *FakeCloudControllerClient) EntitleIsolationSegmentToOrganizationsArgsForCall(i int) (string, []string)
func (*FakeCloudControllerClient) EntitleIsolationSegmentToOrganizationsCallCount ¶
func (fake *FakeCloudControllerClient) EntitleIsolationSegmentToOrganizationsCallCount() int
func (*FakeCloudControllerClient) EntitleIsolationSegmentToOrganizationsReturns ¶
func (fake *FakeCloudControllerClient) EntitleIsolationSegmentToOrganizationsReturns(result1 ccv3.RelationshipList, result2 ccv3.Warnings, result3 error)
func (*FakeCloudControllerClient) EntitleIsolationSegmentToOrganizationsReturnsOnCall ¶
func (fake *FakeCloudControllerClient) EntitleIsolationSegmentToOrganizationsReturnsOnCall(i int, result1 ccv3.RelationshipList, result2 ccv3.Warnings, result3 error)
func (*FakeCloudControllerClient) GetApplicationDropletCurrent ¶
func (*FakeCloudControllerClient) GetApplicationDropletCurrentArgsForCall ¶
func (fake *FakeCloudControllerClient) GetApplicationDropletCurrentArgsForCall(i int) string
func (*FakeCloudControllerClient) GetApplicationDropletCurrentCallCount ¶
func (fake *FakeCloudControllerClient) GetApplicationDropletCurrentCallCount() int
func (*FakeCloudControllerClient) GetApplicationDropletCurrentReturns ¶
func (*FakeCloudControllerClient) GetApplicationDropletCurrentReturnsOnCall ¶
func (*FakeCloudControllerClient) GetApplicationEnvironmentVariables ¶
func (fake *FakeCloudControllerClient) GetApplicationEnvironmentVariables(appGUID string) (ccv3.EnvironmentVariableGroups, ccv3.Warnings, error)
func (*FakeCloudControllerClient) GetApplicationEnvironmentVariablesArgsForCall ¶
func (fake *FakeCloudControllerClient) GetApplicationEnvironmentVariablesArgsForCall(i int) string
func (*FakeCloudControllerClient) GetApplicationEnvironmentVariablesCallCount ¶
func (fake *FakeCloudControllerClient) GetApplicationEnvironmentVariablesCallCount() int
func (*FakeCloudControllerClient) GetApplicationEnvironmentVariablesReturns ¶
func (fake *FakeCloudControllerClient) GetApplicationEnvironmentVariablesReturns(result1 ccv3.EnvironmentVariableGroups, result2 ccv3.Warnings, result3 error)
func (*FakeCloudControllerClient) GetApplicationEnvironmentVariablesReturnsOnCall ¶
func (fake *FakeCloudControllerClient) GetApplicationEnvironmentVariablesReturnsOnCall(i int, result1 ccv3.EnvironmentVariableGroups, result2 ccv3.Warnings, result3 error)
func (*FakeCloudControllerClient) GetApplicationProcessByType ¶
func (*FakeCloudControllerClient) GetApplicationProcessByTypeArgsForCall ¶
func (fake *FakeCloudControllerClient) GetApplicationProcessByTypeArgsForCall(i int) (string, string)
func (*FakeCloudControllerClient) GetApplicationProcessByTypeCallCount ¶
func (fake *FakeCloudControllerClient) GetApplicationProcessByTypeCallCount() int
func (*FakeCloudControllerClient) GetApplicationProcessByTypeReturns ¶
func (*FakeCloudControllerClient) GetApplicationProcessByTypeReturnsOnCall ¶
func (*FakeCloudControllerClient) GetApplicationProcesses ¶
func (*FakeCloudControllerClient) GetApplicationProcessesArgsForCall ¶
func (fake *FakeCloudControllerClient) GetApplicationProcessesArgsForCall(i int) string
func (*FakeCloudControllerClient) GetApplicationProcessesCallCount ¶
func (fake *FakeCloudControllerClient) GetApplicationProcessesCallCount() int
func (*FakeCloudControllerClient) GetApplicationProcessesReturns ¶
func (*FakeCloudControllerClient) GetApplicationProcessesReturnsOnCall ¶
func (*FakeCloudControllerClient) GetApplicationTasks ¶
func (*FakeCloudControllerClient) GetApplicationTasksArgsForCall ¶
func (fake *FakeCloudControllerClient) GetApplicationTasksArgsForCall(i int) (string, []ccv3.Query)
func (*FakeCloudControllerClient) GetApplicationTasksCallCount ¶
func (fake *FakeCloudControllerClient) GetApplicationTasksCallCount() int
func (*FakeCloudControllerClient) GetApplicationTasksReturns ¶
func (*FakeCloudControllerClient) GetApplicationTasksReturnsOnCall ¶
func (*FakeCloudControllerClient) GetApplications ¶
func (fake *FakeCloudControllerClient) GetApplications(query ...ccv3.Query) ([]ccv3.Application, ccv3.Warnings, error)
func (*FakeCloudControllerClient) GetApplicationsArgsForCall ¶
func (fake *FakeCloudControllerClient) GetApplicationsArgsForCall(i int) []ccv3.Query
func (*FakeCloudControllerClient) GetApplicationsCallCount ¶
func (fake *FakeCloudControllerClient) GetApplicationsCallCount() int
func (*FakeCloudControllerClient) GetApplicationsReturns ¶
func (fake *FakeCloudControllerClient) GetApplicationsReturns(result1 []ccv3.Application, result2 ccv3.Warnings, result3 error)
func (*FakeCloudControllerClient) GetApplicationsReturnsOnCall ¶
func (fake *FakeCloudControllerClient) GetApplicationsReturnsOnCall(i int, result1 []ccv3.Application, result2 ccv3.Warnings, result3 error)
func (*FakeCloudControllerClient) GetBuildArgsForCall ¶
func (fake *FakeCloudControllerClient) GetBuildArgsForCall(i int) string
func (*FakeCloudControllerClient) GetBuildCallCount ¶
func (fake *FakeCloudControllerClient) GetBuildCallCount() int
func (*FakeCloudControllerClient) GetBuildReturns ¶
func (*FakeCloudControllerClient) GetBuildReturnsOnCall ¶
func (*FakeCloudControllerClient) GetDroplet ¶
func (*FakeCloudControllerClient) GetDropletArgsForCall ¶
func (fake *FakeCloudControllerClient) GetDropletArgsForCall(i int) string
func (*FakeCloudControllerClient) GetDropletCallCount ¶
func (fake *FakeCloudControllerClient) GetDropletCallCount() int
func (*FakeCloudControllerClient) GetDropletReturns ¶
func (*FakeCloudControllerClient) GetDropletReturnsOnCall ¶
func (*FakeCloudControllerClient) GetDroplets ¶
func (*FakeCloudControllerClient) GetDropletsArgsForCall ¶
func (fake *FakeCloudControllerClient) GetDropletsArgsForCall(i int) []ccv3.Query
func (*FakeCloudControllerClient) GetDropletsCallCount ¶
func (fake *FakeCloudControllerClient) GetDropletsCallCount() int
func (*FakeCloudControllerClient) GetDropletsReturns ¶
func (*FakeCloudControllerClient) GetDropletsReturnsOnCall ¶
func (*FakeCloudControllerClient) GetIsolationSegment ¶
func (fake *FakeCloudControllerClient) GetIsolationSegment(guid string) (ccv3.IsolationSegment, ccv3.Warnings, error)
func (*FakeCloudControllerClient) GetIsolationSegmentArgsForCall ¶
func (fake *FakeCloudControllerClient) GetIsolationSegmentArgsForCall(i int) string
func (*FakeCloudControllerClient) GetIsolationSegmentCallCount ¶
func (fake *FakeCloudControllerClient) GetIsolationSegmentCallCount() int
func (*FakeCloudControllerClient) GetIsolationSegmentOrganizationsByIsolationSegment ¶
func (fake *FakeCloudControllerClient) GetIsolationSegmentOrganizationsByIsolationSegment(isolationSegmentGUID string) ([]ccv3.Organization, ccv3.Warnings, error)
func (*FakeCloudControllerClient) GetIsolationSegmentOrganizationsByIsolationSegmentArgsForCall ¶
func (fake *FakeCloudControllerClient) GetIsolationSegmentOrganizationsByIsolationSegmentArgsForCall(i int) string
func (*FakeCloudControllerClient) GetIsolationSegmentOrganizationsByIsolationSegmentCallCount ¶
func (fake *FakeCloudControllerClient) GetIsolationSegmentOrganizationsByIsolationSegmentCallCount() int
func (*FakeCloudControllerClient) GetIsolationSegmentOrganizationsByIsolationSegmentReturns ¶
func (fake *FakeCloudControllerClient) GetIsolationSegmentOrganizationsByIsolationSegmentReturns(result1 []ccv3.Organization, result2 ccv3.Warnings, result3 error)
func (*FakeCloudControllerClient) GetIsolationSegmentOrganizationsByIsolationSegmentReturnsOnCall ¶
func (fake *FakeCloudControllerClient) GetIsolationSegmentOrganizationsByIsolationSegmentReturnsOnCall(i int, result1 []ccv3.Organization, result2 ccv3.Warnings, result3 error)
func (*FakeCloudControllerClient) GetIsolationSegmentReturns ¶
func (fake *FakeCloudControllerClient) GetIsolationSegmentReturns(result1 ccv3.IsolationSegment, result2 ccv3.Warnings, result3 error)
func (*FakeCloudControllerClient) GetIsolationSegmentReturnsOnCall ¶
func (fake *FakeCloudControllerClient) GetIsolationSegmentReturnsOnCall(i int, result1 ccv3.IsolationSegment, result2 ccv3.Warnings, result3 error)
func (*FakeCloudControllerClient) GetIsolationSegments ¶
func (fake *FakeCloudControllerClient) GetIsolationSegments(query ...ccv3.Query) ([]ccv3.IsolationSegment, ccv3.Warnings, error)
func (*FakeCloudControllerClient) GetIsolationSegmentsArgsForCall ¶
func (fake *FakeCloudControllerClient) GetIsolationSegmentsArgsForCall(i int) []ccv3.Query
func (*FakeCloudControllerClient) GetIsolationSegmentsCallCount ¶
func (fake *FakeCloudControllerClient) GetIsolationSegmentsCallCount() int
func (*FakeCloudControllerClient) GetIsolationSegmentsReturns ¶
func (fake *FakeCloudControllerClient) GetIsolationSegmentsReturns(result1 []ccv3.IsolationSegment, result2 ccv3.Warnings, result3 error)
func (*FakeCloudControllerClient) GetIsolationSegmentsReturnsOnCall ¶
func (fake *FakeCloudControllerClient) GetIsolationSegmentsReturnsOnCall(i int, result1 []ccv3.IsolationSegment, result2 ccv3.Warnings, result3 error)
func (*FakeCloudControllerClient) GetOrganizationDefaultIsolationSegment ¶
func (fake *FakeCloudControllerClient) GetOrganizationDefaultIsolationSegment(orgGUID string) (ccv3.Relationship, ccv3.Warnings, error)
func (*FakeCloudControllerClient) GetOrganizationDefaultIsolationSegmentArgsForCall ¶
func (fake *FakeCloudControllerClient) GetOrganizationDefaultIsolationSegmentArgsForCall(i int) string
func (*FakeCloudControllerClient) GetOrganizationDefaultIsolationSegmentCallCount ¶
func (fake *FakeCloudControllerClient) GetOrganizationDefaultIsolationSegmentCallCount() int
func (*FakeCloudControllerClient) GetOrganizationDefaultIsolationSegmentReturns ¶
func (fake *FakeCloudControllerClient) GetOrganizationDefaultIsolationSegmentReturns(result1 ccv3.Relationship, result2 ccv3.Warnings, result3 error)
func (*FakeCloudControllerClient) GetOrganizationDefaultIsolationSegmentReturnsOnCall ¶
func (fake *FakeCloudControllerClient) GetOrganizationDefaultIsolationSegmentReturnsOnCall(i int, result1 ccv3.Relationship, result2 ccv3.Warnings, result3 error)
func (*FakeCloudControllerClient) GetOrganizations ¶
func (fake *FakeCloudControllerClient) GetOrganizations(query ...ccv3.Query) ([]ccv3.Organization, ccv3.Warnings, error)
func (*FakeCloudControllerClient) GetOrganizationsArgsForCall ¶
func (fake *FakeCloudControllerClient) GetOrganizationsArgsForCall(i int) []ccv3.Query
func (*FakeCloudControllerClient) GetOrganizationsCallCount ¶
func (fake *FakeCloudControllerClient) GetOrganizationsCallCount() int
func (*FakeCloudControllerClient) GetOrganizationsReturns ¶
func (fake *FakeCloudControllerClient) GetOrganizationsReturns(result1 []ccv3.Organization, result2 ccv3.Warnings, result3 error)
func (*FakeCloudControllerClient) GetOrganizationsReturnsOnCall ¶
func (fake *FakeCloudControllerClient) GetOrganizationsReturnsOnCall(i int, result1 []ccv3.Organization, result2 ccv3.Warnings, result3 error)
func (*FakeCloudControllerClient) GetPackage ¶
func (*FakeCloudControllerClient) GetPackageArgsForCall ¶
func (fake *FakeCloudControllerClient) GetPackageArgsForCall(i int) string
func (*FakeCloudControllerClient) GetPackageCallCount ¶
func (fake *FakeCloudControllerClient) GetPackageCallCount() int
func (*FakeCloudControllerClient) GetPackageReturns ¶
func (*FakeCloudControllerClient) GetPackageReturnsOnCall ¶
func (*FakeCloudControllerClient) GetPackages ¶
func (*FakeCloudControllerClient) GetPackagesArgsForCall ¶
func (fake *FakeCloudControllerClient) GetPackagesArgsForCall(i int) []ccv3.Query
func (*FakeCloudControllerClient) GetPackagesCallCount ¶
func (fake *FakeCloudControllerClient) GetPackagesCallCount() int
func (*FakeCloudControllerClient) GetPackagesReturns ¶
func (*FakeCloudControllerClient) GetPackagesReturnsOnCall ¶
func (*FakeCloudControllerClient) GetProcessInstances ¶
func (fake *FakeCloudControllerClient) GetProcessInstances(processGUID string) ([]ccv3.ProcessInstance, ccv3.Warnings, error)
func (*FakeCloudControllerClient) GetProcessInstancesArgsForCall ¶
func (fake *FakeCloudControllerClient) GetProcessInstancesArgsForCall(i int) string
func (*FakeCloudControllerClient) GetProcessInstancesCallCount ¶
func (fake *FakeCloudControllerClient) GetProcessInstancesCallCount() int
func (*FakeCloudControllerClient) GetProcessInstancesReturns ¶
func (fake *FakeCloudControllerClient) GetProcessInstancesReturns(result1 []ccv3.ProcessInstance, result2 ccv3.Warnings, result3 error)
func (*FakeCloudControllerClient) GetProcessInstancesReturnsOnCall ¶
func (fake *FakeCloudControllerClient) GetProcessInstancesReturnsOnCall(i int, result1 []ccv3.ProcessInstance, result2 ccv3.Warnings, result3 error)
func (*FakeCloudControllerClient) GetServiceInstances ¶
func (fake *FakeCloudControllerClient) GetServiceInstances(query ...ccv3.Query) ([]ccv3.ServiceInstance, ccv3.Warnings, error)
func (*FakeCloudControllerClient) GetServiceInstancesArgsForCall ¶
func (fake *FakeCloudControllerClient) GetServiceInstancesArgsForCall(i int) []ccv3.Query
func (*FakeCloudControllerClient) GetServiceInstancesCallCount ¶
func (fake *FakeCloudControllerClient) GetServiceInstancesCallCount() int
func (*FakeCloudControllerClient) GetServiceInstancesReturns ¶
func (fake *FakeCloudControllerClient) GetServiceInstancesReturns(result1 []ccv3.ServiceInstance, result2 ccv3.Warnings, result3 error)
func (*FakeCloudControllerClient) GetServiceInstancesReturnsOnCall ¶
func (fake *FakeCloudControllerClient) GetServiceInstancesReturnsOnCall(i int, result1 []ccv3.ServiceInstance, result2 ccv3.Warnings, result3 error)
func (*FakeCloudControllerClient) GetSpaceIsolationSegment ¶
func (fake *FakeCloudControllerClient) GetSpaceIsolationSegment(spaceGUID string) (ccv3.Relationship, ccv3.Warnings, error)
func (*FakeCloudControllerClient) GetSpaceIsolationSegmentArgsForCall ¶
func (fake *FakeCloudControllerClient) GetSpaceIsolationSegmentArgsForCall(i int) string
func (*FakeCloudControllerClient) GetSpaceIsolationSegmentCallCount ¶
func (fake *FakeCloudControllerClient) GetSpaceIsolationSegmentCallCount() int
func (*FakeCloudControllerClient) GetSpaceIsolationSegmentReturns ¶
func (fake *FakeCloudControllerClient) GetSpaceIsolationSegmentReturns(result1 ccv3.Relationship, result2 ccv3.Warnings, result3 error)
func (*FakeCloudControllerClient) GetSpaceIsolationSegmentReturnsOnCall ¶
func (fake *FakeCloudControllerClient) GetSpaceIsolationSegmentReturnsOnCall(i int, result1 ccv3.Relationship, result2 ccv3.Warnings, result3 error)
func (*FakeCloudControllerClient) GetSpacesArgsForCall ¶
func (fake *FakeCloudControllerClient) GetSpacesArgsForCall(i int) []ccv3.Query
func (*FakeCloudControllerClient) GetSpacesCallCount ¶
func (fake *FakeCloudControllerClient) GetSpacesCallCount() int
func (*FakeCloudControllerClient) GetSpacesReturns ¶
func (*FakeCloudControllerClient) GetSpacesReturnsOnCall ¶
func (*FakeCloudControllerClient) Invocations ¶
func (fake *FakeCloudControllerClient) Invocations() map[string][][]interface{}
func (*FakeCloudControllerClient) PatchApplicationProcessHealthCheck ¶
func (*FakeCloudControllerClient) PatchApplicationProcessHealthCheckArgsForCall ¶
func (fake *FakeCloudControllerClient) PatchApplicationProcessHealthCheckArgsForCall(i int) (string, string, string)
func (*FakeCloudControllerClient) PatchApplicationProcessHealthCheckCallCount ¶
func (fake *FakeCloudControllerClient) PatchApplicationProcessHealthCheckCallCount() int
func (*FakeCloudControllerClient) PatchApplicationProcessHealthCheckReturns ¶
func (*FakeCloudControllerClient) PatchApplicationProcessHealthCheckReturnsOnCall ¶
func (*FakeCloudControllerClient) PatchApplicationUserProvidedEnvironmentVariables ¶
func (fake *FakeCloudControllerClient) PatchApplicationUserProvidedEnvironmentVariables(appGUID string, envVars ccv3.EnvironmentVariables) (ccv3.EnvironmentVariables, ccv3.Warnings, error)
func (*FakeCloudControllerClient) PatchApplicationUserProvidedEnvironmentVariablesArgsForCall ¶
func (fake *FakeCloudControllerClient) PatchApplicationUserProvidedEnvironmentVariablesArgsForCall(i int) (string, ccv3.EnvironmentVariables)
func (*FakeCloudControllerClient) PatchApplicationUserProvidedEnvironmentVariablesCallCount ¶
func (fake *FakeCloudControllerClient) PatchApplicationUserProvidedEnvironmentVariablesCallCount() int
func (*FakeCloudControllerClient) PatchApplicationUserProvidedEnvironmentVariablesReturns ¶
func (fake *FakeCloudControllerClient) PatchApplicationUserProvidedEnvironmentVariablesReturns(result1 ccv3.EnvironmentVariables, result2 ccv3.Warnings, result3 error)
func (*FakeCloudControllerClient) PatchApplicationUserProvidedEnvironmentVariablesReturnsOnCall ¶
func (fake *FakeCloudControllerClient) PatchApplicationUserProvidedEnvironmentVariablesReturnsOnCall(i int, result1 ccv3.EnvironmentVariables, result2 ccv3.Warnings, result3 error)
func (*FakeCloudControllerClient) PatchOrganizationDefaultIsolationSegment ¶
func (fake *FakeCloudControllerClient) PatchOrganizationDefaultIsolationSegment(orgGUID string, isolationSegmentGUID string) (ccv3.Relationship, ccv3.Warnings, error)
func (*FakeCloudControllerClient) PatchOrganizationDefaultIsolationSegmentArgsForCall ¶
func (fake *FakeCloudControllerClient) PatchOrganizationDefaultIsolationSegmentArgsForCall(i int) (string, string)
func (*FakeCloudControllerClient) PatchOrganizationDefaultIsolationSegmentCallCount ¶
func (fake *FakeCloudControllerClient) PatchOrganizationDefaultIsolationSegmentCallCount() int
func (*FakeCloudControllerClient) PatchOrganizationDefaultIsolationSegmentReturns ¶
func (fake *FakeCloudControllerClient) PatchOrganizationDefaultIsolationSegmentReturns(result1 ccv3.Relationship, result2 ccv3.Warnings, result3 error)
func (*FakeCloudControllerClient) PatchOrganizationDefaultIsolationSegmentReturnsOnCall ¶
func (fake *FakeCloudControllerClient) PatchOrganizationDefaultIsolationSegmentReturnsOnCall(i int, result1 ccv3.Relationship, result2 ccv3.Warnings, result3 error)
func (*FakeCloudControllerClient) PollJob ¶
func (fake *FakeCloudControllerClient) PollJob(jobURL string) (ccv3.Warnings, error)
func (*FakeCloudControllerClient) PollJobArgsForCall ¶
func (fake *FakeCloudControllerClient) PollJobArgsForCall(i int) string
func (*FakeCloudControllerClient) PollJobCallCount ¶
func (fake *FakeCloudControllerClient) PollJobCallCount() int
func (*FakeCloudControllerClient) PollJobReturns ¶
func (fake *FakeCloudControllerClient) PollJobReturns(result1 ccv3.Warnings, result2 error)
func (*FakeCloudControllerClient) PollJobReturnsOnCall ¶
func (fake *FakeCloudControllerClient) PollJobReturnsOnCall(i int, result1 ccv3.Warnings, result2 error)
func (*FakeCloudControllerClient) RevokeIsolationSegmentFromOrganization ¶
func (*FakeCloudControllerClient) RevokeIsolationSegmentFromOrganizationArgsForCall ¶
func (fake *FakeCloudControllerClient) RevokeIsolationSegmentFromOrganizationArgsForCall(i int) (string, string)
func (*FakeCloudControllerClient) RevokeIsolationSegmentFromOrganizationCallCount ¶
func (fake *FakeCloudControllerClient) RevokeIsolationSegmentFromOrganizationCallCount() int
func (*FakeCloudControllerClient) RevokeIsolationSegmentFromOrganizationReturns ¶
func (fake *FakeCloudControllerClient) RevokeIsolationSegmentFromOrganizationReturns(result1 ccv3.Warnings, result2 error)
func (*FakeCloudControllerClient) RevokeIsolationSegmentFromOrganizationReturnsOnCall ¶
func (fake *FakeCloudControllerClient) RevokeIsolationSegmentFromOrganizationReturnsOnCall(i int, result1 ccv3.Warnings, result2 error)
func (*FakeCloudControllerClient) SetApplicationDroplet ¶
func (fake *FakeCloudControllerClient) SetApplicationDroplet(appGUID string, dropletGUID string) (ccv3.Relationship, ccv3.Warnings, error)
func (*FakeCloudControllerClient) SetApplicationDropletArgsForCall ¶
func (fake *FakeCloudControllerClient) SetApplicationDropletArgsForCall(i int) (string, string)
func (*FakeCloudControllerClient) SetApplicationDropletCallCount ¶
func (fake *FakeCloudControllerClient) SetApplicationDropletCallCount() int
func (*FakeCloudControllerClient) SetApplicationDropletReturns ¶
func (fake *FakeCloudControllerClient) SetApplicationDropletReturns(result1 ccv3.Relationship, result2 ccv3.Warnings, result3 error)
func (*FakeCloudControllerClient) SetApplicationDropletReturnsOnCall ¶
func (fake *FakeCloudControllerClient) SetApplicationDropletReturnsOnCall(i int, result1 ccv3.Relationship, result2 ccv3.Warnings, result3 error)
func (*FakeCloudControllerClient) ShareServiceInstanceToSpaces ¶
func (fake *FakeCloudControllerClient) ShareServiceInstanceToSpaces(serviceInstanceGUID string, spaceGUIDs []string) (ccv3.RelationshipList, ccv3.Warnings, error)
func (*FakeCloudControllerClient) ShareServiceInstanceToSpacesArgsForCall ¶
func (fake *FakeCloudControllerClient) ShareServiceInstanceToSpacesArgsForCall(i int) (string, []string)
func (*FakeCloudControllerClient) ShareServiceInstanceToSpacesCallCount ¶
func (fake *FakeCloudControllerClient) ShareServiceInstanceToSpacesCallCount() int
func (*FakeCloudControllerClient) ShareServiceInstanceToSpacesReturns ¶
func (fake *FakeCloudControllerClient) ShareServiceInstanceToSpacesReturns(result1 ccv3.RelationshipList, result2 ccv3.Warnings, result3 error)
func (*FakeCloudControllerClient) ShareServiceInstanceToSpacesReturnsOnCall ¶
func (fake *FakeCloudControllerClient) ShareServiceInstanceToSpacesReturnsOnCall(i int, result1 ccv3.RelationshipList, result2 ccv3.Warnings, result3 error)
func (*FakeCloudControllerClient) StartApplication ¶
func (fake *FakeCloudControllerClient) StartApplication(appGUID string) (ccv3.Application, ccv3.Warnings, error)
func (*FakeCloudControllerClient) StartApplicationArgsForCall ¶
func (fake *FakeCloudControllerClient) StartApplicationArgsForCall(i int) string
func (*FakeCloudControllerClient) StartApplicationCallCount ¶
func (fake *FakeCloudControllerClient) StartApplicationCallCount() int
func (*FakeCloudControllerClient) StartApplicationReturns ¶
func (fake *FakeCloudControllerClient) StartApplicationReturns(result1 ccv3.Application, result2 ccv3.Warnings, result3 error)
func (*FakeCloudControllerClient) StartApplicationReturnsOnCall ¶
func (fake *FakeCloudControllerClient) StartApplicationReturnsOnCall(i int, result1 ccv3.Application, result2 ccv3.Warnings, result3 error)
func (*FakeCloudControllerClient) StopApplication ¶
func (fake *FakeCloudControllerClient) StopApplication(appGUID string) (ccv3.Application, ccv3.Warnings, error)
func (*FakeCloudControllerClient) StopApplicationArgsForCall ¶
func (fake *FakeCloudControllerClient) StopApplicationArgsForCall(i int) string
func (*FakeCloudControllerClient) StopApplicationCallCount ¶
func (fake *FakeCloudControllerClient) StopApplicationCallCount() int
func (*FakeCloudControllerClient) StopApplicationReturns ¶
func (fake *FakeCloudControllerClient) StopApplicationReturns(result1 ccv3.Application, result2 ccv3.Warnings, result3 error)
func (*FakeCloudControllerClient) StopApplicationReturnsOnCall ¶
func (fake *FakeCloudControllerClient) StopApplicationReturnsOnCall(i int, result1 ccv3.Application, result2 ccv3.Warnings, result3 error)
func (*FakeCloudControllerClient) UpdateApplication ¶
func (fake *FakeCloudControllerClient) UpdateApplication(app ccv3.Application) (ccv3.Application, ccv3.Warnings, error)
func (*FakeCloudControllerClient) UpdateApplicationArgsForCall ¶
func (fake *FakeCloudControllerClient) UpdateApplicationArgsForCall(i int) ccv3.Application
func (*FakeCloudControllerClient) UpdateApplicationCallCount ¶
func (fake *FakeCloudControllerClient) UpdateApplicationCallCount() int
func (*FakeCloudControllerClient) UpdateApplicationReturns ¶
func (fake *FakeCloudControllerClient) UpdateApplicationReturns(result1 ccv3.Application, result2 ccv3.Warnings, result3 error)
func (*FakeCloudControllerClient) UpdateApplicationReturnsOnCall ¶
func (fake *FakeCloudControllerClient) UpdateApplicationReturnsOnCall(i int, result1 ccv3.Application, result2 ccv3.Warnings, result3 error)
func (*FakeCloudControllerClient) UpdateTask ¶
func (*FakeCloudControllerClient) UpdateTaskArgsForCall ¶
func (fake *FakeCloudControllerClient) UpdateTaskArgsForCall(i int) string
func (*FakeCloudControllerClient) UpdateTaskCallCount ¶
func (fake *FakeCloudControllerClient) UpdateTaskCallCount() int
func (*FakeCloudControllerClient) UpdateTaskReturns ¶
func (*FakeCloudControllerClient) UpdateTaskReturnsOnCall ¶
func (*FakeCloudControllerClient) UploadPackage ¶
func (*FakeCloudControllerClient) UploadPackageArgsForCall ¶
func (fake *FakeCloudControllerClient) UploadPackageArgsForCall(i int) (ccv3.Package, string)
func (*FakeCloudControllerClient) UploadPackageCallCount ¶
func (fake *FakeCloudControllerClient) UploadPackageCallCount() int
func (*FakeCloudControllerClient) UploadPackageReturns ¶
func (*FakeCloudControllerClient) UploadPackageReturnsOnCall ¶
type FakeConfig ¶
type FakeConfig struct { AccessTokenStub func() string PollingIntervalStub func() time.Duration SSHOAuthClientStub func() string StartupTimeoutStub func() time.Duration StagingTimeoutStub func() time.Duration // contains filtered or unexported fields }
func (*FakeConfig) AccessToken ¶
func (fake *FakeConfig) AccessToken() string
func (*FakeConfig) AccessTokenCallCount ¶
func (fake *FakeConfig) AccessTokenCallCount() int
func (*FakeConfig) AccessTokenReturns ¶
func (fake *FakeConfig) AccessTokenReturns(result1 string)
func (*FakeConfig) AccessTokenReturnsOnCall ¶
func (fake *FakeConfig) AccessTokenReturnsOnCall(i int, result1 string)
func (*FakeConfig) Invocations ¶
func (fake *FakeConfig) Invocations() map[string][][]interface{}
func (*FakeConfig) PollingInterval ¶
func (fake *FakeConfig) PollingInterval() time.Duration
func (*FakeConfig) PollingIntervalCallCount ¶
func (fake *FakeConfig) PollingIntervalCallCount() int
func (*FakeConfig) PollingIntervalReturns ¶
func (fake *FakeConfig) PollingIntervalReturns(result1 time.Duration)
func (*FakeConfig) PollingIntervalReturnsOnCall ¶
func (fake *FakeConfig) PollingIntervalReturnsOnCall(i int, result1 time.Duration)
func (*FakeConfig) SSHOAuthClient ¶
func (fake *FakeConfig) SSHOAuthClient() string
func (*FakeConfig) SSHOAuthClientCallCount ¶
func (fake *FakeConfig) SSHOAuthClientCallCount() int
func (*FakeConfig) SSHOAuthClientReturns ¶
func (fake *FakeConfig) SSHOAuthClientReturns(result1 string)
func (*FakeConfig) SSHOAuthClientReturnsOnCall ¶
func (fake *FakeConfig) SSHOAuthClientReturnsOnCall(i int, result1 string)
func (*FakeConfig) StagingTimeout ¶
func (fake *FakeConfig) StagingTimeout() time.Duration
func (*FakeConfig) StagingTimeoutCallCount ¶
func (fake *FakeConfig) StagingTimeoutCallCount() int
func (*FakeConfig) StagingTimeoutReturns ¶
func (fake *FakeConfig) StagingTimeoutReturns(result1 time.Duration)
func (*FakeConfig) StagingTimeoutReturnsOnCall ¶
func (fake *FakeConfig) StagingTimeoutReturnsOnCall(i int, result1 time.Duration)
func (*FakeConfig) StartupTimeout ¶
func (fake *FakeConfig) StartupTimeout() time.Duration
func (*FakeConfig) StartupTimeoutCallCount ¶
func (fake *FakeConfig) StartupTimeoutCallCount() int
func (*FakeConfig) StartupTimeoutReturns ¶
func (fake *FakeConfig) StartupTimeoutReturns(result1 time.Duration)
func (*FakeConfig) StartupTimeoutReturnsOnCall ¶
func (fake *FakeConfig) StartupTimeoutReturnsOnCall(i int, result1 time.Duration)
type FakeManifestParser ¶
type FakeManifestParser struct { AppNamesStub func() []string RawManifestStub func(name string) ([]byte, error) // contains filtered or unexported fields }
func (*FakeManifestParser) AppNames ¶
func (fake *FakeManifestParser) AppNames() []string
func (*FakeManifestParser) AppNamesCallCount ¶
func (fake *FakeManifestParser) AppNamesCallCount() int
func (*FakeManifestParser) AppNamesReturns ¶
func (fake *FakeManifestParser) AppNamesReturns(result1 []string)
func (*FakeManifestParser) AppNamesReturnsOnCall ¶
func (fake *FakeManifestParser) AppNamesReturnsOnCall(i int, result1 []string)
func (*FakeManifestParser) Invocations ¶
func (fake *FakeManifestParser) Invocations() map[string][][]interface{}
func (*FakeManifestParser) RawManifest ¶
func (fake *FakeManifestParser) RawManifest(name string) ([]byte, error)
func (*FakeManifestParser) RawManifestArgsForCall ¶
func (fake *FakeManifestParser) RawManifestArgsForCall(i int) string
func (*FakeManifestParser) RawManifestCallCount ¶
func (fake *FakeManifestParser) RawManifestCallCount() int
func (*FakeManifestParser) RawManifestReturns ¶
func (fake *FakeManifestParser) RawManifestReturns(result1 []byte, result2 error)
func (*FakeManifestParser) RawManifestReturnsOnCall ¶
func (fake *FakeManifestParser) RawManifestReturnsOnCall(i int, result1 []byte, result2 error)
type FakeNOAAClient ¶
type FakeNOAAClient struct { CloseStub func() error RecentLogsStub func(appGuid string, authToken string) ([]*events.LogMessage, error) TailingLogsStub func(appGuid, authToken string) (<-chan *events.LogMessage, <-chan error) // contains filtered or unexported fields }
func (*FakeNOAAClient) Close ¶
func (fake *FakeNOAAClient) Close() error
func (*FakeNOAAClient) CloseCallCount ¶
func (fake *FakeNOAAClient) CloseCallCount() int
func (*FakeNOAAClient) CloseReturns ¶
func (fake *FakeNOAAClient) CloseReturns(result1 error)
func (*FakeNOAAClient) CloseReturnsOnCall ¶
func (fake *FakeNOAAClient) CloseReturnsOnCall(i int, result1 error)
func (*FakeNOAAClient) Invocations ¶
func (fake *FakeNOAAClient) Invocations() map[string][][]interface{}
func (*FakeNOAAClient) RecentLogs ¶
func (fake *FakeNOAAClient) RecentLogs(appGuid string, authToken string) ([]*events.LogMessage, error)
func (*FakeNOAAClient) RecentLogsArgsForCall ¶
func (fake *FakeNOAAClient) RecentLogsArgsForCall(i int) (string, string)
func (*FakeNOAAClient) RecentLogsCallCount ¶
func (fake *FakeNOAAClient) RecentLogsCallCount() int
func (*FakeNOAAClient) RecentLogsReturns ¶
func (fake *FakeNOAAClient) RecentLogsReturns(result1 []*events.LogMessage, result2 error)
func (*FakeNOAAClient) RecentLogsReturnsOnCall ¶
func (fake *FakeNOAAClient) RecentLogsReturnsOnCall(i int, result1 []*events.LogMessage, result2 error)
func (*FakeNOAAClient) TailingLogs ¶
func (fake *FakeNOAAClient) TailingLogs(appGuid string, authToken string) (<-chan *events.LogMessage, <-chan error)
func (*FakeNOAAClient) TailingLogsArgsForCall ¶
func (fake *FakeNOAAClient) TailingLogsArgsForCall(i int) (string, string)
func (*FakeNOAAClient) TailingLogsCallCount ¶
func (fake *FakeNOAAClient) TailingLogsCallCount() int
func (*FakeNOAAClient) TailingLogsReturns ¶
func (fake *FakeNOAAClient) TailingLogsReturns(result1 <-chan *events.LogMessage, result2 <-chan error)
func (*FakeNOAAClient) TailingLogsReturnsOnCall ¶
func (fake *FakeNOAAClient) TailingLogsReturnsOnCall(i int, result1 <-chan *events.LogMessage, result2 <-chan error)
type FakeSSHActor ¶
type FakeSSHActor struct { ExecuteSecureShellStub func(sshOptions sharedaction.SSHOptions) error // contains filtered or unexported fields }
func (*FakeSSHActor) ExecuteSecureShell ¶
func (fake *FakeSSHActor) ExecuteSecureShell(sshOptions sharedaction.SSHOptions) error
func (*FakeSSHActor) ExecuteSecureShellArgsForCall ¶
func (fake *FakeSSHActor) ExecuteSecureShellArgsForCall(i int) sharedaction.SSHOptions
func (*FakeSSHActor) ExecuteSecureShellCallCount ¶
func (fake *FakeSSHActor) ExecuteSecureShellCallCount() int
func (*FakeSSHActor) ExecuteSecureShellReturns ¶
func (fake *FakeSSHActor) ExecuteSecureShellReturns(result1 error)
func (*FakeSSHActor) ExecuteSecureShellReturnsOnCall ¶
func (fake *FakeSSHActor) ExecuteSecureShellReturnsOnCall(i int, result1 error)
func (*FakeSSHActor) Invocations ¶
func (fake *FakeSSHActor) Invocations() map[string][][]interface{}
type FakeSharedActor ¶
type FakeSharedActor struct { // contains filtered or unexported fields }
func (*FakeSharedActor) GatherArchiveResources ¶
func (fake *FakeSharedActor) GatherArchiveResources(archivePath string) ([]sharedaction.Resource, error)
func (*FakeSharedActor) GatherArchiveResourcesArgsForCall ¶
func (fake *FakeSharedActor) GatherArchiveResourcesArgsForCall(i int) string
func (*FakeSharedActor) GatherArchiveResourcesCallCount ¶
func (fake *FakeSharedActor) GatherArchiveResourcesCallCount() int
func (*FakeSharedActor) GatherArchiveResourcesReturns ¶
func (fake *FakeSharedActor) GatherArchiveResourcesReturns(result1 []sharedaction.Resource, result2 error)
func (*FakeSharedActor) GatherArchiveResourcesReturnsOnCall ¶
func (fake *FakeSharedActor) GatherArchiveResourcesReturnsOnCall(i int, result1 []sharedaction.Resource, result2 error)
func (*FakeSharedActor) GatherDirectoryResources ¶
func (fake *FakeSharedActor) GatherDirectoryResources(sourceDir string) ([]sharedaction.Resource, error)
func (*FakeSharedActor) GatherDirectoryResourcesArgsForCall ¶
func (fake *FakeSharedActor) GatherDirectoryResourcesArgsForCall(i int) string
func (*FakeSharedActor) GatherDirectoryResourcesCallCount ¶
func (fake *FakeSharedActor) GatherDirectoryResourcesCallCount() int
func (*FakeSharedActor) GatherDirectoryResourcesReturns ¶
func (fake *FakeSharedActor) GatherDirectoryResourcesReturns(result1 []sharedaction.Resource, result2 error)
func (*FakeSharedActor) GatherDirectoryResourcesReturnsOnCall ¶
func (fake *FakeSharedActor) GatherDirectoryResourcesReturnsOnCall(i int, result1 []sharedaction.Resource, result2 error)
func (*FakeSharedActor) Invocations ¶
func (fake *FakeSharedActor) Invocations() map[string][][]interface{}
func (*FakeSharedActor) ZipArchiveResources ¶
func (fake *FakeSharedActor) ZipArchiveResources(sourceArchivePath string, filesToInclude []sharedaction.Resource) (string, error)
func (*FakeSharedActor) ZipArchiveResourcesArgsForCall ¶
func (fake *FakeSharedActor) ZipArchiveResourcesArgsForCall(i int) (string, []sharedaction.Resource)
func (*FakeSharedActor) ZipArchiveResourcesCallCount ¶
func (fake *FakeSharedActor) ZipArchiveResourcesCallCount() int
func (*FakeSharedActor) ZipArchiveResourcesReturns ¶
func (fake *FakeSharedActor) ZipArchiveResourcesReturns(result1 string, result2 error)
func (*FakeSharedActor) ZipArchiveResourcesReturnsOnCall ¶
func (fake *FakeSharedActor) ZipArchiveResourcesReturnsOnCall(i int, result1 string, result2 error)
func (*FakeSharedActor) ZipDirectoryResources ¶
func (fake *FakeSharedActor) ZipDirectoryResources(sourceDir string, filesToInclude []sharedaction.Resource) (string, error)
func (*FakeSharedActor) ZipDirectoryResourcesArgsForCall ¶
func (fake *FakeSharedActor) ZipDirectoryResourcesArgsForCall(i int) (string, []sharedaction.Resource)
func (*FakeSharedActor) ZipDirectoryResourcesCallCount ¶
func (fake *FakeSharedActor) ZipDirectoryResourcesCallCount() int
func (*FakeSharedActor) ZipDirectoryResourcesReturns ¶
func (fake *FakeSharedActor) ZipDirectoryResourcesReturns(result1 string, result2 error)
func (*FakeSharedActor) ZipDirectoryResourcesReturnsOnCall ¶
func (fake *FakeSharedActor) ZipDirectoryResourcesReturnsOnCall(i int, result1 string, result2 error)
type FakeUAAClient ¶
type FakeUAAClient struct { GetSSHPasscodeStub func(accessToken string, sshOAuthClient string) (string, error) // contains filtered or unexported fields }
func (*FakeUAAClient) GetSSHPasscode ¶
func (fake *FakeUAAClient) GetSSHPasscode(accessToken string, sshOAuthClient string) (string, error)
func (*FakeUAAClient) GetSSHPasscodeArgsForCall ¶
func (fake *FakeUAAClient) GetSSHPasscodeArgsForCall(i int) (string, string)
func (*FakeUAAClient) GetSSHPasscodeCallCount ¶
func (fake *FakeUAAClient) GetSSHPasscodeCallCount() int
func (*FakeUAAClient) GetSSHPasscodeReturns ¶
func (fake *FakeUAAClient) GetSSHPasscodeReturns(result1 string, result2 error)
func (*FakeUAAClient) GetSSHPasscodeReturnsOnCall ¶
func (fake *FakeUAAClient) GetSSHPasscodeReturnsOnCall(i int, result1 string, result2 error)
func (*FakeUAAClient) Invocations ¶
func (fake *FakeUAAClient) Invocations() map[string][][]interface{}
Click to show internal directories.
Click to hide internal directories.