v3actionfakes

package
v6.26.0+incompatible Latest Latest
Warning

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

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

Documentation

Overview

This file was generated by counterfeiter

This file was generated by counterfeiter

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)

	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)

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

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

Jump to

Keyboard shortcuts

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