Documentation ¶
Overview ¶
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) 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) CreateApplicationArgsForCall(i int) ccv3.Application
- func (fake *FakeCloudControllerClient) CreateApplicationCallCount() int
- func (fake *FakeCloudControllerClient) CreateApplicationProcessScale(appGUID string, 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.Warnings, result2 error)
- func (fake *FakeCloudControllerClient) CreateApplicationProcessScaleReturnsOnCall(i int, result1 ccv3.Warnings, result2 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) 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) GetApplicationDroplets(appGUID string, query url.Values) ([]ccv3.Droplet, ccv3.Warnings, error)
- func (fake *FakeCloudControllerClient) GetApplicationDropletsArgsForCall(i int) (string, url.Values)
- func (fake *FakeCloudControllerClient) GetApplicationDropletsCallCount() int
- func (fake *FakeCloudControllerClient) GetApplicationDropletsReturns(result1 []ccv3.Droplet, result2 ccv3.Warnings, result3 error)
- func (fake *FakeCloudControllerClient) GetApplicationDropletsReturnsOnCall(i int, result1 []ccv3.Droplet, result2 ccv3.Warnings, result3 error)
- 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 url.Values) ([]ccv3.Task, ccv3.Warnings, error)
- func (fake *FakeCloudControllerClient) GetApplicationTasksArgsForCall(i int) (string, url.Values)
- 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 url.Values) ([]ccv3.Application, ccv3.Warnings, error)
- func (fake *FakeCloudControllerClient) GetApplicationsArgsForCall(i int) url.Values
- 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) 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 url.Values) ([]ccv3.IsolationSegment, ccv3.Warnings, error)
- func (fake *FakeCloudControllerClient) GetIsolationSegmentsArgsForCall(i int) url.Values
- 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 url.Values) ([]ccv3.Organization, ccv3.Warnings, error)
- func (fake *FakeCloudControllerClient) GetOrganizationsArgsForCall(i int) url.Values
- 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 url.Values) ([]ccv3.Package, ccv3.Warnings, error)
- func (fake *FakeCloudControllerClient) GetPackagesArgsForCall(i int) url.Values
- 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.Instance, ccv3.Warnings, error)
- func (fake *FakeCloudControllerClient) GetProcessInstancesArgsForCall(i int) string
- func (fake *FakeCloudControllerClient) GetProcessInstancesCallCount() int
- func (fake *FakeCloudControllerClient) GetProcessInstancesReturns(result1 []ccv3.Instance, result2 ccv3.Warnings, result3 error)
- func (fake *FakeCloudControllerClient) GetProcessInstancesReturnsOnCall(i int, result1 []ccv3.Instance, 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) Invocations() map[string][][]interface{}
- func (fake *FakeCloudControllerClient) PatchApplicationProcessHealthCheck(processGUID string, processHealthCheckType string, ...) (ccv3.Warnings, error)
- func (fake *FakeCloudControllerClient) PatchApplicationProcessHealthCheckArgsForCall(i int) (string, string, string)
- func (fake *FakeCloudControllerClient) PatchApplicationProcessHealthCheckCallCount() int
- func (fake *FakeCloudControllerClient) PatchApplicationProcessHealthCheckReturns(result1 ccv3.Warnings, result2 error)
- func (fake *FakeCloudControllerClient) PatchApplicationProcessHealthCheckReturnsOnCall(i int, result1 ccv3.Warnings, result2 error)
- func (fake *FakeCloudControllerClient) PatchOrganizationDefaultIsolationSegment(orgGUID string, isolationSegmentGUID string) (ccv3.Warnings, error)
- func (fake *FakeCloudControllerClient) PatchOrganizationDefaultIsolationSegmentArgsForCall(i int) (string, string)
- func (fake *FakeCloudControllerClient) PatchOrganizationDefaultIsolationSegmentCallCount() int
- func (fake *FakeCloudControllerClient) PatchOrganizationDefaultIsolationSegmentReturns(result1 ccv3.Warnings, result2 error)
- func (fake *FakeCloudControllerClient) PatchOrganizationDefaultIsolationSegmentReturnsOnCall(i int, result1 ccv3.Warnings, result2 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) 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.Warnings, error)
- func (fake *FakeCloudControllerClient) StopApplicationArgsForCall(i int) string
- func (fake *FakeCloudControllerClient) StopApplicationCallCount() int
- func (fake *FakeCloudControllerClient) StopApplicationReturns(result1 ccv3.Warnings, result2 error)
- func (fake *FakeCloudControllerClient) StopApplicationReturnsOnCall(i int, result1 ccv3.Warnings, result2 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) 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) 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 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)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type FakeCloudControllerClient ¶
type FakeCloudControllerClient struct { AssignSpaceToIsolationSegmentStub func(spaceGUID string, isolationSegmentGUID string) (ccv3.Relationship, ccv3.Warnings, error) CloudControllerAPIVersionStub func() string CreateApplicationStub func(app ccv3.Application) (ccv3.Application, ccv3.Warnings, error) CreateApplicationProcessScaleStub func(appGUID string, 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) GetApplicationDropletsStub func(appGUID string, query url.Values) ([]ccv3.Droplet, ccv3.Warnings, error) GetApplicationProcessByTypeStub func(appGUID string, processType string) (ccv3.Process, ccv3.Warnings, error) GetApplicationProcessesStub func(appGUID string) ([]ccv3.Process, ccv3.Warnings, error) GetApplicationTasksStub func(appGUID string, query url.Values) ([]ccv3.Task, ccv3.Warnings, error) GetApplicationsStub func(query url.Values) ([]ccv3.Application, ccv3.Warnings, error) GetBuildStub func(guid string) (ccv3.Build, ccv3.Warnings, error) GetIsolationSegmentStub func(guid string) (ccv3.IsolationSegment, ccv3.Warnings, error) GetIsolationSegmentOrganizationsByIsolationSegmentStub func(isolationSegmentGUID string) ([]ccv3.Organization, ccv3.Warnings, error) GetIsolationSegmentsStub func(query url.Values) ([]ccv3.IsolationSegment, ccv3.Warnings, error) GetOrganizationDefaultIsolationSegmentStub func(orgGUID string) (ccv3.Relationship, ccv3.Warnings, error) GetOrganizationsStub func(query url.Values) ([]ccv3.Organization, ccv3.Warnings, error) GetPackagesStub func(query url.Values) ([]ccv3.Package, ccv3.Warnings, error) GetPackageStub func(guid string) (ccv3.Package, ccv3.Warnings, error) GetProcessInstancesStub func(processGUID string) ([]ccv3.Instance, ccv3.Warnings, error) GetSpaceIsolationSegmentStub func(spaceGUID string) (ccv3.Relationship, ccv3.Warnings, error) PatchApplicationProcessHealthCheckStub func(processGUID string, processHealthCheckType string, processHealthCheckEndpoint string) (ccv3.Warnings, error) PatchOrganizationDefaultIsolationSegmentStub func(orgGUID string, isolationSegmentGUID string) (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.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) 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) 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 (fake *FakeCloudControllerClient) CreateApplicationProcessScaleReturns(result1 ccv3.Warnings, result2 error)
func (*FakeCloudControllerClient) CreateApplicationProcessScaleReturnsOnCall ¶
func (fake *FakeCloudControllerClient) CreateApplicationProcessScaleReturnsOnCall(i int, result1 ccv3.Warnings, result2 error)
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) 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) GetApplicationDroplets ¶
func (*FakeCloudControllerClient) GetApplicationDropletsArgsForCall ¶
func (fake *FakeCloudControllerClient) GetApplicationDropletsArgsForCall(i int) (string, url.Values)
func (*FakeCloudControllerClient) GetApplicationDropletsCallCount ¶
func (fake *FakeCloudControllerClient) GetApplicationDropletsCallCount() int
func (*FakeCloudControllerClient) GetApplicationDropletsReturns ¶
func (*FakeCloudControllerClient) GetApplicationDropletsReturnsOnCall ¶
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, url.Values)
func (*FakeCloudControllerClient) GetApplicationTasksCallCount ¶
func (fake *FakeCloudControllerClient) GetApplicationTasksCallCount() int
func (*FakeCloudControllerClient) GetApplicationTasksReturns ¶
func (*FakeCloudControllerClient) GetApplicationTasksReturnsOnCall ¶
func (*FakeCloudControllerClient) GetApplications ¶
func (fake *FakeCloudControllerClient) GetApplications(query url.Values) ([]ccv3.Application, ccv3.Warnings, error)
func (*FakeCloudControllerClient) GetApplicationsArgsForCall ¶
func (fake *FakeCloudControllerClient) GetApplicationsArgsForCall(i int) url.Values
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) 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 url.Values) ([]ccv3.IsolationSegment, ccv3.Warnings, error)
func (*FakeCloudControllerClient) GetIsolationSegmentsArgsForCall ¶
func (fake *FakeCloudControllerClient) GetIsolationSegmentsArgsForCall(i int) url.Values
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 url.Values) ([]ccv3.Organization, ccv3.Warnings, error)
func (*FakeCloudControllerClient) GetOrganizationsArgsForCall ¶
func (fake *FakeCloudControllerClient) GetOrganizationsArgsForCall(i int) url.Values
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) url.Values
func (*FakeCloudControllerClient) GetPackagesCallCount ¶
func (fake *FakeCloudControllerClient) GetPackagesCallCount() int
func (*FakeCloudControllerClient) GetPackagesReturns ¶
func (*FakeCloudControllerClient) GetPackagesReturnsOnCall ¶
func (*FakeCloudControllerClient) GetProcessInstances ¶
func (*FakeCloudControllerClient) GetProcessInstancesArgsForCall ¶
func (fake *FakeCloudControllerClient) GetProcessInstancesArgsForCall(i int) string
func (*FakeCloudControllerClient) GetProcessInstancesCallCount ¶
func (fake *FakeCloudControllerClient) GetProcessInstancesCallCount() int
func (*FakeCloudControllerClient) GetProcessInstancesReturns ¶
func (*FakeCloudControllerClient) GetProcessInstancesReturnsOnCall ¶
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) 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 (fake *FakeCloudControllerClient) PatchApplicationProcessHealthCheckReturns(result1 ccv3.Warnings, result2 error)
func (*FakeCloudControllerClient) PatchApplicationProcessHealthCheckReturnsOnCall ¶
func (fake *FakeCloudControllerClient) PatchApplicationProcessHealthCheckReturnsOnCall(i int, result1 ccv3.Warnings, result2 error)
func (*FakeCloudControllerClient) PatchOrganizationDefaultIsolationSegment ¶
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.Warnings, result2 error)
func (*FakeCloudControllerClient) PatchOrganizationDefaultIsolationSegmentReturnsOnCall ¶
func (fake *FakeCloudControllerClient) PatchOrganizationDefaultIsolationSegmentReturnsOnCall(i int, result1 ccv3.Warnings, result2 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) 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.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.Warnings, result2 error)
func (*FakeCloudControllerClient) StopApplicationReturnsOnCall ¶
func (fake *FakeCloudControllerClient) StopApplicationReturnsOnCall(i int, result1 ccv3.Warnings, result2 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 { PollingIntervalStub func() time.Duration StartupTimeoutStub func() time.Duration StagingTimeoutStub func() time.Duration // contains filtered or unexported fields }
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) 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 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)
Click to show internal directories.
Click to hide internal directories.