v3actionfakes

package
v6.28.0+incompatible Latest Latest
Warning

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

Go to latest
Published: Jun 27, 2017 License: Apache-2.0 Imports: 6 Imported by: 0

Documentation

Overview

Code generated by counterfeiter. DO NOT EDIT.

Code generated by counterfeiter. DO NOT EDIT.

Code generated by counterfeiter. DO NOT EDIT.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type 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)

	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)

	DeleteIsolationSegmentStub func(guid string) (ccv3.Warnings, error)

	EntitleIsolationSegmentToOrganizationsStub func(isoGUID string, orgGUIDs []string) (ccv3.RelationshipList, ccv3.Warnings, error)

	GetApplicationsStub func(query url.Values) ([]ccv3.Application, ccv3.Warnings, error)

	GetApplicationCurrentDropletStub func(appGUID string) (ccv3.Droplet, ccv3.Warnings, error)

	GetApplicationProcessesStub func(appGUID string) ([]ccv3.Process, ccv3.Warnings, error)

	GetProcessInstancesStub func(processGUID string) ([]ccv3.Instance, ccv3.Warnings, error)

	GetApplicationTasksStub func(appGUID string, query url.Values) ([]ccv3.Task, 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)

	GetPackageStub func(guid string) (ccv3.Package, ccv3.Warnings, error)

	GetSpaceIsolationSegmentStub func(spaceGUID string) (ccv3.Relationship, 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)

	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) 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 (fake *FakeCloudControllerClient) CreateApplicationTask(appGUID string, task ccv3.Task) (ccv3.Task, ccv3.Warnings, error)

func (*FakeCloudControllerClient) CreateApplicationTaskArgsForCall

func (fake *FakeCloudControllerClient) CreateApplicationTaskArgsForCall(i int) (string, ccv3.Task)

func (*FakeCloudControllerClient) CreateApplicationTaskCallCount

func (fake *FakeCloudControllerClient) CreateApplicationTaskCallCount() int

func (*FakeCloudControllerClient) CreateApplicationTaskReturns

func (fake *FakeCloudControllerClient) CreateApplicationTaskReturns(result1 ccv3.Task, result2 ccv3.Warnings, result3 error)

func (*FakeCloudControllerClient) CreateApplicationTaskReturnsOnCall

func (fake *FakeCloudControllerClient) CreateApplicationTaskReturnsOnCall(i int, result1 ccv3.Task, result2 ccv3.Warnings, result3 error)

func (*FakeCloudControllerClient) CreateBuild

func (fake *FakeCloudControllerClient) CreateBuild(build ccv3.Build) (ccv3.Build, ccv3.Warnings, error)

func (*FakeCloudControllerClient) CreateBuildArgsForCall

func (fake *FakeCloudControllerClient) CreateBuildArgsForCall(i int) ccv3.Build

func (*FakeCloudControllerClient) CreateBuildCallCount

func (fake *FakeCloudControllerClient) CreateBuildCallCount() int

func (*FakeCloudControllerClient) CreateBuildReturns

func (fake *FakeCloudControllerClient) CreateBuildReturns(result1 ccv3.Build, result2 ccv3.Warnings, result3 error)

func (*FakeCloudControllerClient) CreateBuildReturnsOnCall

func (fake *FakeCloudControllerClient) CreateBuildReturnsOnCall(i int, result1 ccv3.Build, result2 ccv3.Warnings, result3 error)

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 (fake *FakeCloudControllerClient) CreatePackage(pkg ccv3.Package) (ccv3.Package, ccv3.Warnings, error)

func (*FakeCloudControllerClient) CreatePackageArgsForCall

func (fake *FakeCloudControllerClient) CreatePackageArgsForCall(i int) ccv3.Package

func (*FakeCloudControllerClient) CreatePackageCallCount

func (fake *FakeCloudControllerClient) CreatePackageCallCount() int

func (*FakeCloudControllerClient) CreatePackageReturns

func (fake *FakeCloudControllerClient) CreatePackageReturns(result1 ccv3.Package, result2 ccv3.Warnings, result3 error)

func (*FakeCloudControllerClient) CreatePackageReturnsOnCall

func (fake *FakeCloudControllerClient) CreatePackageReturnsOnCall(i int, result1 ccv3.Package, result2 ccv3.Warnings, result3 error)

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) GetApplicationCurrentDroplet

func (fake *FakeCloudControllerClient) GetApplicationCurrentDroplet(appGUID string) (ccv3.Droplet, ccv3.Warnings, error)

func (*FakeCloudControllerClient) GetApplicationCurrentDropletArgsForCall

func (fake *FakeCloudControllerClient) GetApplicationCurrentDropletArgsForCall(i int) string

func (*FakeCloudControllerClient) GetApplicationCurrentDropletCallCount

func (fake *FakeCloudControllerClient) GetApplicationCurrentDropletCallCount() int

func (*FakeCloudControllerClient) GetApplicationCurrentDropletReturns

func (fake *FakeCloudControllerClient) GetApplicationCurrentDropletReturns(result1 ccv3.Droplet, result2 ccv3.Warnings, result3 error)

func (*FakeCloudControllerClient) GetApplicationCurrentDropletReturnsOnCall

func (fake *FakeCloudControllerClient) GetApplicationCurrentDropletReturnsOnCall(i int, result1 ccv3.Droplet, result2 ccv3.Warnings, result3 error)

func (*FakeCloudControllerClient) GetApplicationProcesses

func (fake *FakeCloudControllerClient) GetApplicationProcesses(appGUID string) ([]ccv3.Process, ccv3.Warnings, error)

func (*FakeCloudControllerClient) GetApplicationProcessesArgsForCall

func (fake *FakeCloudControllerClient) GetApplicationProcessesArgsForCall(i int) string

func (*FakeCloudControllerClient) GetApplicationProcessesCallCount

func (fake *FakeCloudControllerClient) GetApplicationProcessesCallCount() int

func (*FakeCloudControllerClient) GetApplicationProcessesReturns

func (fake *FakeCloudControllerClient) GetApplicationProcessesReturns(result1 []ccv3.Process, result2 ccv3.Warnings, result3 error)

func (*FakeCloudControllerClient) GetApplicationProcessesReturnsOnCall

func (fake *FakeCloudControllerClient) GetApplicationProcessesReturnsOnCall(i int, result1 []ccv3.Process, result2 ccv3.Warnings, result3 error)

func (*FakeCloudControllerClient) GetApplicationTasks

func (fake *FakeCloudControllerClient) GetApplicationTasks(appGUID string, query url.Values) ([]ccv3.Task, ccv3.Warnings, error)

func (*FakeCloudControllerClient) GetApplicationTasksArgsForCall

func (fake *FakeCloudControllerClient) GetApplicationTasksArgsForCall(i int) (string, url.Values)

func (*FakeCloudControllerClient) GetApplicationTasksCallCount

func (fake *FakeCloudControllerClient) GetApplicationTasksCallCount() int

func (*FakeCloudControllerClient) GetApplicationTasksReturns

func (fake *FakeCloudControllerClient) GetApplicationTasksReturns(result1 []ccv3.Task, result2 ccv3.Warnings, result3 error)

func (*FakeCloudControllerClient) GetApplicationTasksReturnsOnCall

func (fake *FakeCloudControllerClient) GetApplicationTasksReturnsOnCall(i int, result1 []ccv3.Task, result2 ccv3.Warnings, result3 error)

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) GetBuild

func (fake *FakeCloudControllerClient) GetBuild(guid string) (ccv3.Build, ccv3.Warnings, error)

func (*FakeCloudControllerClient) GetBuildArgsForCall

func (fake *FakeCloudControllerClient) GetBuildArgsForCall(i int) string

func (*FakeCloudControllerClient) GetBuildCallCount

func (fake *FakeCloudControllerClient) GetBuildCallCount() int

func (*FakeCloudControllerClient) GetBuildReturns

func (fake *FakeCloudControllerClient) GetBuildReturns(result1 ccv3.Build, result2 ccv3.Warnings, result3 error)

func (*FakeCloudControllerClient) GetBuildReturnsOnCall

func (fake *FakeCloudControllerClient) GetBuildReturnsOnCall(i int, result1 ccv3.Build, result2 ccv3.Warnings, result3 error)

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 (fake *FakeCloudControllerClient) GetPackage(guid string) (ccv3.Package, ccv3.Warnings, error)

func (*FakeCloudControllerClient) GetPackageArgsForCall

func (fake *FakeCloudControllerClient) GetPackageArgsForCall(i int) string

func (*FakeCloudControllerClient) GetPackageCallCount

func (fake *FakeCloudControllerClient) GetPackageCallCount() int

func (*FakeCloudControllerClient) GetPackageReturns

func (fake *FakeCloudControllerClient) GetPackageReturns(result1 ccv3.Package, result2 ccv3.Warnings, result3 error)

func (*FakeCloudControllerClient) GetPackageReturnsOnCall

func (fake *FakeCloudControllerClient) GetPackageReturnsOnCall(i int, result1 ccv3.Package, result2 ccv3.Warnings, result3 error)

func (*FakeCloudControllerClient) GetProcessInstances

func (fake *FakeCloudControllerClient) GetProcessInstances(processGUID string) ([]ccv3.Instance, 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.Instance, result2 ccv3.Warnings, result3 error)

func (*FakeCloudControllerClient) GetProcessInstancesReturnsOnCall

func (fake *FakeCloudControllerClient) GetProcessInstancesReturnsOnCall(i int, result1 []ccv3.Instance, 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) Invocations

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

func (*FakeCloudControllerClient) RevokeIsolationSegmentFromOrganization

func (fake *FakeCloudControllerClient) RevokeIsolationSegmentFromOrganization(isolationSegmentGUID string, organizationGUID string) (ccv3.Warnings, error)

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) UpdateTask

func (fake *FakeCloudControllerClient) UpdateTask(taskGUID string) (ccv3.Task, ccv3.Warnings, error)

func (*FakeCloudControllerClient) UpdateTaskArgsForCall

func (fake *FakeCloudControllerClient) UpdateTaskArgsForCall(i int) string

func (*FakeCloudControllerClient) UpdateTaskCallCount

func (fake *FakeCloudControllerClient) UpdateTaskCallCount() int

func (*FakeCloudControllerClient) UpdateTaskReturns

func (fake *FakeCloudControllerClient) UpdateTaskReturns(result1 ccv3.Task, result2 ccv3.Warnings, result3 error)

func (*FakeCloudControllerClient) UpdateTaskReturnsOnCall

func (fake *FakeCloudControllerClient) UpdateTaskReturnsOnCall(i int, result1 ccv3.Task, result2 ccv3.Warnings, result3 error)

func (*FakeCloudControllerClient) UploadPackage

func (fake *FakeCloudControllerClient) UploadPackage(pkg ccv3.Package, zipFilepath string) (ccv3.Package, ccv3.Warnings, error)

func (*FakeCloudControllerClient) UploadPackageArgsForCall

func (fake *FakeCloudControllerClient) UploadPackageArgsForCall(i int) (ccv3.Package, string)

func (*FakeCloudControllerClient) UploadPackageCallCount

func (fake *FakeCloudControllerClient) UploadPackageCallCount() int

func (*FakeCloudControllerClient) UploadPackageReturns

func (fake *FakeCloudControllerClient) UploadPackageReturns(result1 ccv3.Package, result2 ccv3.Warnings, result3 error)

func (*FakeCloudControllerClient) UploadPackageReturnsOnCall

func (fake *FakeCloudControllerClient) UploadPackageReturnsOnCall(i int, result1 ccv3.Package, result2 ccv3.Warnings, result3 error)

type FakeConfig

type FakeConfig struct {
	PollingIntervalStub func() time.Duration

	StartupTimeoutStub 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) 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)

Jump to

Keyboard shortcuts

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