v3fakes

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: 4 Imported by: 0

Documentation

Overview

This file was generated by counterfeiter

This file was generated by counterfeiter

This file was generated by counterfeiter

This file was generated by counterfeiter

This file was generated by counterfeiter

This file was generated by counterfeiter

This file was generated by counterfeiter

This file was generated by counterfeiter

This file was generated by counterfeiter

This file was generated by counterfeiter

This file was generated by counterfeiter

This file was generated by counterfeiter

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 FakeCreateIsolationSegmentActor

type FakeCreateIsolationSegmentActor struct {
	CloudControllerAPIVersionStub func() string

	CreateIsolationSegmentByNameStub func(isolationSegment v3action.IsolationSegment) (v3action.Warnings, error)
	// contains filtered or unexported fields
}

func (*FakeCreateIsolationSegmentActor) CloudControllerAPIVersion

func (fake *FakeCreateIsolationSegmentActor) CloudControllerAPIVersion() string

func (*FakeCreateIsolationSegmentActor) CloudControllerAPIVersionCallCount

func (fake *FakeCreateIsolationSegmentActor) CloudControllerAPIVersionCallCount() int

func (*FakeCreateIsolationSegmentActor) CloudControllerAPIVersionReturns

func (fake *FakeCreateIsolationSegmentActor) CloudControllerAPIVersionReturns(result1 string)

func (*FakeCreateIsolationSegmentActor) CloudControllerAPIVersionReturnsOnCall

func (fake *FakeCreateIsolationSegmentActor) CloudControllerAPIVersionReturnsOnCall(i int, result1 string)

func (*FakeCreateIsolationSegmentActor) CreateIsolationSegmentByName

func (fake *FakeCreateIsolationSegmentActor) CreateIsolationSegmentByName(isolationSegment v3action.IsolationSegment) (v3action.Warnings, error)

func (*FakeCreateIsolationSegmentActor) CreateIsolationSegmentByNameArgsForCall

func (fake *FakeCreateIsolationSegmentActor) CreateIsolationSegmentByNameArgsForCall(i int) v3action.IsolationSegment

func (*FakeCreateIsolationSegmentActor) CreateIsolationSegmentByNameCallCount

func (fake *FakeCreateIsolationSegmentActor) CreateIsolationSegmentByNameCallCount() int

func (*FakeCreateIsolationSegmentActor) CreateIsolationSegmentByNameReturns

func (fake *FakeCreateIsolationSegmentActor) CreateIsolationSegmentByNameReturns(result1 v3action.Warnings, result2 error)

func (*FakeCreateIsolationSegmentActor) CreateIsolationSegmentByNameReturnsOnCall

func (fake *FakeCreateIsolationSegmentActor) CreateIsolationSegmentByNameReturnsOnCall(i int, result1 v3action.Warnings, result2 error)

func (*FakeCreateIsolationSegmentActor) Invocations

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

type FakeDeleteIsolationSegmentActor

type FakeDeleteIsolationSegmentActor struct {
	CloudControllerAPIVersionStub func() string

	DeleteIsolationSegmentByNameStub func(name string) (v3action.Warnings, error)
	// contains filtered or unexported fields
}

func (*FakeDeleteIsolationSegmentActor) CloudControllerAPIVersion

func (fake *FakeDeleteIsolationSegmentActor) CloudControllerAPIVersion() string

func (*FakeDeleteIsolationSegmentActor) CloudControllerAPIVersionCallCount

func (fake *FakeDeleteIsolationSegmentActor) CloudControllerAPIVersionCallCount() int

func (*FakeDeleteIsolationSegmentActor) CloudControllerAPIVersionReturns

func (fake *FakeDeleteIsolationSegmentActor) CloudControllerAPIVersionReturns(result1 string)

func (*FakeDeleteIsolationSegmentActor) CloudControllerAPIVersionReturnsOnCall

func (fake *FakeDeleteIsolationSegmentActor) CloudControllerAPIVersionReturnsOnCall(i int, result1 string)

func (*FakeDeleteIsolationSegmentActor) DeleteIsolationSegmentByName

func (fake *FakeDeleteIsolationSegmentActor) DeleteIsolationSegmentByName(name string) (v3action.Warnings, error)

func (*FakeDeleteIsolationSegmentActor) DeleteIsolationSegmentByNameArgsForCall

func (fake *FakeDeleteIsolationSegmentActor) DeleteIsolationSegmentByNameArgsForCall(i int) string

func (*FakeDeleteIsolationSegmentActor) DeleteIsolationSegmentByNameCallCount

func (fake *FakeDeleteIsolationSegmentActor) DeleteIsolationSegmentByNameCallCount() int

func (*FakeDeleteIsolationSegmentActor) DeleteIsolationSegmentByNameReturns

func (fake *FakeDeleteIsolationSegmentActor) DeleteIsolationSegmentByNameReturns(result1 v3action.Warnings, result2 error)

func (*FakeDeleteIsolationSegmentActor) DeleteIsolationSegmentByNameReturnsOnCall

func (fake *FakeDeleteIsolationSegmentActor) DeleteIsolationSegmentByNameReturnsOnCall(i int, result1 v3action.Warnings, result2 error)

func (*FakeDeleteIsolationSegmentActor) Invocations

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

type FakeDisableOrgIsolationActor

type FakeDisableOrgIsolationActor struct {
	CloudControllerAPIVersionStub func() string

	RevokeIsolationSegmentFromOrganizationByNameStub func(isolationSegmentName string, orgName string) (v3action.Warnings, error)
	// contains filtered or unexported fields
}

func (*FakeDisableOrgIsolationActor) CloudControllerAPIVersion

func (fake *FakeDisableOrgIsolationActor) CloudControllerAPIVersion() string

func (*FakeDisableOrgIsolationActor) CloudControllerAPIVersionCallCount

func (fake *FakeDisableOrgIsolationActor) CloudControllerAPIVersionCallCount() int

func (*FakeDisableOrgIsolationActor) CloudControllerAPIVersionReturns

func (fake *FakeDisableOrgIsolationActor) CloudControllerAPIVersionReturns(result1 string)

func (*FakeDisableOrgIsolationActor) CloudControllerAPIVersionReturnsOnCall

func (fake *FakeDisableOrgIsolationActor) CloudControllerAPIVersionReturnsOnCall(i int, result1 string)

func (*FakeDisableOrgIsolationActor) Invocations

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

func (*FakeDisableOrgIsolationActor) RevokeIsolationSegmentFromOrganizationByName

func (fake *FakeDisableOrgIsolationActor) RevokeIsolationSegmentFromOrganizationByName(isolationSegmentName string, orgName string) (v3action.Warnings, error)

func (*FakeDisableOrgIsolationActor) RevokeIsolationSegmentFromOrganizationByNameArgsForCall

func (fake *FakeDisableOrgIsolationActor) RevokeIsolationSegmentFromOrganizationByNameArgsForCall(i int) (string, string)

func (*FakeDisableOrgIsolationActor) RevokeIsolationSegmentFromOrganizationByNameCallCount

func (fake *FakeDisableOrgIsolationActor) RevokeIsolationSegmentFromOrganizationByNameCallCount() int

func (*FakeDisableOrgIsolationActor) RevokeIsolationSegmentFromOrganizationByNameReturns

func (fake *FakeDisableOrgIsolationActor) RevokeIsolationSegmentFromOrganizationByNameReturns(result1 v3action.Warnings, result2 error)

func (*FakeDisableOrgIsolationActor) RevokeIsolationSegmentFromOrganizationByNameReturnsOnCall

func (fake *FakeDisableOrgIsolationActor) RevokeIsolationSegmentFromOrganizationByNameReturnsOnCall(i int, result1 v3action.Warnings, result2 error)

type FakeEnableOrgIsolationActor

type FakeEnableOrgIsolationActor struct {
	CloudControllerAPIVersionStub func() string

	EntitleIsolationSegmentToOrganizationByNameStub func(isolationSegmentName string, orgName string) (v3action.Warnings, error)
	// contains filtered or unexported fields
}

func (*FakeEnableOrgIsolationActor) CloudControllerAPIVersion

func (fake *FakeEnableOrgIsolationActor) CloudControllerAPIVersion() string

func (*FakeEnableOrgIsolationActor) CloudControllerAPIVersionCallCount

func (fake *FakeEnableOrgIsolationActor) CloudControllerAPIVersionCallCount() int

func (*FakeEnableOrgIsolationActor) CloudControllerAPIVersionReturns

func (fake *FakeEnableOrgIsolationActor) CloudControllerAPIVersionReturns(result1 string)

func (*FakeEnableOrgIsolationActor) CloudControllerAPIVersionReturnsOnCall

func (fake *FakeEnableOrgIsolationActor) CloudControllerAPIVersionReturnsOnCall(i int, result1 string)

func (*FakeEnableOrgIsolationActor) EntitleIsolationSegmentToOrganizationByName

func (fake *FakeEnableOrgIsolationActor) EntitleIsolationSegmentToOrganizationByName(isolationSegmentName string, orgName string) (v3action.Warnings, error)

func (*FakeEnableOrgIsolationActor) EntitleIsolationSegmentToOrganizationByNameArgsForCall

func (fake *FakeEnableOrgIsolationActor) EntitleIsolationSegmentToOrganizationByNameArgsForCall(i int) (string, string)

func (*FakeEnableOrgIsolationActor) EntitleIsolationSegmentToOrganizationByNameCallCount

func (fake *FakeEnableOrgIsolationActor) EntitleIsolationSegmentToOrganizationByNameCallCount() int

func (*FakeEnableOrgIsolationActor) EntitleIsolationSegmentToOrganizationByNameReturns

func (fake *FakeEnableOrgIsolationActor) EntitleIsolationSegmentToOrganizationByNameReturns(result1 v3action.Warnings, result2 error)

func (*FakeEnableOrgIsolationActor) EntitleIsolationSegmentToOrganizationByNameReturnsOnCall

func (fake *FakeEnableOrgIsolationActor) EntitleIsolationSegmentToOrganizationByNameReturnsOnCall(i int, result1 v3action.Warnings, result2 error)

func (*FakeEnableOrgIsolationActor) Invocations

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

type FakeIsolationSegmentsActor

type FakeIsolationSegmentsActor struct {
	CloudControllerAPIVersionStub func() string

	GetIsolationSegmentSummariesStub func() ([]v3action.IsolationSegmentSummary, v3action.Warnings, error)
	// contains filtered or unexported fields
}

func (*FakeIsolationSegmentsActor) CloudControllerAPIVersion

func (fake *FakeIsolationSegmentsActor) CloudControllerAPIVersion() string

func (*FakeIsolationSegmentsActor) CloudControllerAPIVersionCallCount

func (fake *FakeIsolationSegmentsActor) CloudControllerAPIVersionCallCount() int

func (*FakeIsolationSegmentsActor) CloudControllerAPIVersionReturns

func (fake *FakeIsolationSegmentsActor) CloudControllerAPIVersionReturns(result1 string)

func (*FakeIsolationSegmentsActor) CloudControllerAPIVersionReturnsOnCall

func (fake *FakeIsolationSegmentsActor) CloudControllerAPIVersionReturnsOnCall(i int, result1 string)

func (*FakeIsolationSegmentsActor) GetIsolationSegmentSummaries

func (fake *FakeIsolationSegmentsActor) GetIsolationSegmentSummaries() ([]v3action.IsolationSegmentSummary, v3action.Warnings, error)

func (*FakeIsolationSegmentsActor) GetIsolationSegmentSummariesCallCount

func (fake *FakeIsolationSegmentsActor) GetIsolationSegmentSummariesCallCount() int

func (*FakeIsolationSegmentsActor) GetIsolationSegmentSummariesReturns

func (fake *FakeIsolationSegmentsActor) GetIsolationSegmentSummariesReturns(result1 []v3action.IsolationSegmentSummary, result2 v3action.Warnings, result3 error)

func (*FakeIsolationSegmentsActor) GetIsolationSegmentSummariesReturnsOnCall

func (fake *FakeIsolationSegmentsActor) GetIsolationSegmentSummariesReturnsOnCall(i int, result1 []v3action.IsolationSegmentSummary, result2 v3action.Warnings, result3 error)

func (*FakeIsolationSegmentsActor) Invocations

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

type FakeResetSpaceIsolationSegmentActor

type FakeResetSpaceIsolationSegmentActor struct {
	CloudControllerAPIVersionStub func() string

	ResetSpaceIsolationSegmentStub func(orgGUID string, spaceGUID string) (string, v3action.Warnings, error)
	// contains filtered or unexported fields
}

func (*FakeResetSpaceIsolationSegmentActor) CloudControllerAPIVersion

func (fake *FakeResetSpaceIsolationSegmentActor) CloudControllerAPIVersion() string

func (*FakeResetSpaceIsolationSegmentActor) CloudControllerAPIVersionCallCount

func (fake *FakeResetSpaceIsolationSegmentActor) CloudControllerAPIVersionCallCount() int

func (*FakeResetSpaceIsolationSegmentActor) CloudControllerAPIVersionReturns

func (fake *FakeResetSpaceIsolationSegmentActor) CloudControllerAPIVersionReturns(result1 string)

func (*FakeResetSpaceIsolationSegmentActor) CloudControllerAPIVersionReturnsOnCall

func (fake *FakeResetSpaceIsolationSegmentActor) CloudControllerAPIVersionReturnsOnCall(i int, result1 string)

func (*FakeResetSpaceIsolationSegmentActor) Invocations

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

func (*FakeResetSpaceIsolationSegmentActor) ResetSpaceIsolationSegment

func (fake *FakeResetSpaceIsolationSegmentActor) ResetSpaceIsolationSegment(orgGUID string, spaceGUID string) (string, v3action.Warnings, error)

func (*FakeResetSpaceIsolationSegmentActor) ResetSpaceIsolationSegmentArgsForCall

func (fake *FakeResetSpaceIsolationSegmentActor) ResetSpaceIsolationSegmentArgsForCall(i int) (string, string)

func (*FakeResetSpaceIsolationSegmentActor) ResetSpaceIsolationSegmentCallCount

func (fake *FakeResetSpaceIsolationSegmentActor) ResetSpaceIsolationSegmentCallCount() int

func (*FakeResetSpaceIsolationSegmentActor) ResetSpaceIsolationSegmentReturns

func (fake *FakeResetSpaceIsolationSegmentActor) ResetSpaceIsolationSegmentReturns(result1 string, result2 v3action.Warnings, result3 error)

func (*FakeResetSpaceIsolationSegmentActor) ResetSpaceIsolationSegmentReturnsOnCall

func (fake *FakeResetSpaceIsolationSegmentActor) ResetSpaceIsolationSegmentReturnsOnCall(i int, result1 string, result2 v3action.Warnings, result3 error)

type FakeResetSpaceIsolationSegmentActorV2

type FakeResetSpaceIsolationSegmentActorV2 struct {
	GetSpaceByOrganizationAndNameStub func(orgGUID string, spaceName string) (v2action.Space, v2action.Warnings, error)
	// contains filtered or unexported fields
}

func (*FakeResetSpaceIsolationSegmentActorV2) GetSpaceByOrganizationAndName

func (fake *FakeResetSpaceIsolationSegmentActorV2) GetSpaceByOrganizationAndName(orgGUID string, spaceName string) (v2action.Space, v2action.Warnings, error)

func (*FakeResetSpaceIsolationSegmentActorV2) GetSpaceByOrganizationAndNameArgsForCall

func (fake *FakeResetSpaceIsolationSegmentActorV2) GetSpaceByOrganizationAndNameArgsForCall(i int) (string, string)

func (*FakeResetSpaceIsolationSegmentActorV2) GetSpaceByOrganizationAndNameCallCount

func (fake *FakeResetSpaceIsolationSegmentActorV2) GetSpaceByOrganizationAndNameCallCount() int

func (*FakeResetSpaceIsolationSegmentActorV2) GetSpaceByOrganizationAndNameReturns

func (fake *FakeResetSpaceIsolationSegmentActorV2) GetSpaceByOrganizationAndNameReturns(result1 v2action.Space, result2 v2action.Warnings, result3 error)

func (*FakeResetSpaceIsolationSegmentActorV2) GetSpaceByOrganizationAndNameReturnsOnCall

func (fake *FakeResetSpaceIsolationSegmentActorV2) GetSpaceByOrganizationAndNameReturnsOnCall(i int, result1 v2action.Space, result2 v2action.Warnings, result3 error)

func (*FakeResetSpaceIsolationSegmentActorV2) Invocations

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

type FakeRunTaskActor

type FakeRunTaskActor struct {
	GetApplicationByNameAndSpaceStub func(appName string, spaceGUID string) (v3action.Application, v3action.Warnings, error)

	RunTaskStub func(appGUID string, task v3action.Task) (v3action.Task, v3action.Warnings, error)

	CloudControllerAPIVersionStub func() string
	// contains filtered or unexported fields
}

func (*FakeRunTaskActor) CloudControllerAPIVersion

func (fake *FakeRunTaskActor) CloudControllerAPIVersion() string

func (*FakeRunTaskActor) CloudControllerAPIVersionCallCount

func (fake *FakeRunTaskActor) CloudControllerAPIVersionCallCount() int

func (*FakeRunTaskActor) CloudControllerAPIVersionReturns

func (fake *FakeRunTaskActor) CloudControllerAPIVersionReturns(result1 string)

func (*FakeRunTaskActor) CloudControllerAPIVersionReturnsOnCall

func (fake *FakeRunTaskActor) CloudControllerAPIVersionReturnsOnCall(i int, result1 string)

func (*FakeRunTaskActor) GetApplicationByNameAndSpace

func (fake *FakeRunTaskActor) GetApplicationByNameAndSpace(appName string, spaceGUID string) (v3action.Application, v3action.Warnings, error)

func (*FakeRunTaskActor) GetApplicationByNameAndSpaceArgsForCall

func (fake *FakeRunTaskActor) GetApplicationByNameAndSpaceArgsForCall(i int) (string, string)

func (*FakeRunTaskActor) GetApplicationByNameAndSpaceCallCount

func (fake *FakeRunTaskActor) GetApplicationByNameAndSpaceCallCount() int

func (*FakeRunTaskActor) GetApplicationByNameAndSpaceReturns

func (fake *FakeRunTaskActor) GetApplicationByNameAndSpaceReturns(result1 v3action.Application, result2 v3action.Warnings, result3 error)

func (*FakeRunTaskActor) GetApplicationByNameAndSpaceReturnsOnCall

func (fake *FakeRunTaskActor) GetApplicationByNameAndSpaceReturnsOnCall(i int, result1 v3action.Application, result2 v3action.Warnings, result3 error)

func (*FakeRunTaskActor) Invocations

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

func (*FakeRunTaskActor) RunTask

func (fake *FakeRunTaskActor) RunTask(appGUID string, task v3action.Task) (v3action.Task, v3action.Warnings, error)

func (*FakeRunTaskActor) RunTaskArgsForCall

func (fake *FakeRunTaskActor) RunTaskArgsForCall(i int) (string, v3action.Task)

func (*FakeRunTaskActor) RunTaskCallCount

func (fake *FakeRunTaskActor) RunTaskCallCount() int

func (*FakeRunTaskActor) RunTaskReturns

func (fake *FakeRunTaskActor) RunTaskReturns(result1 v3action.Task, result2 v3action.Warnings, result3 error)

func (*FakeRunTaskActor) RunTaskReturnsOnCall

func (fake *FakeRunTaskActor) RunTaskReturnsOnCall(i int, result1 v3action.Task, result2 v3action.Warnings, result3 error)

type FakeSetSpaceIsolationSegmentActor

type FakeSetSpaceIsolationSegmentActor struct {
	CloudControllerAPIVersionStub func() string

	AssignIsolationSegmentToSpaceByNameAndSpaceStub func(isolationSegmentName string, spaceGUID string) (v3action.Warnings, error)
	// contains filtered or unexported fields
}

func (*FakeSetSpaceIsolationSegmentActor) AssignIsolationSegmentToSpaceByNameAndSpace

func (fake *FakeSetSpaceIsolationSegmentActor) AssignIsolationSegmentToSpaceByNameAndSpace(isolationSegmentName string, spaceGUID string) (v3action.Warnings, error)

func (*FakeSetSpaceIsolationSegmentActor) AssignIsolationSegmentToSpaceByNameAndSpaceArgsForCall

func (fake *FakeSetSpaceIsolationSegmentActor) AssignIsolationSegmentToSpaceByNameAndSpaceArgsForCall(i int) (string, string)

func (*FakeSetSpaceIsolationSegmentActor) AssignIsolationSegmentToSpaceByNameAndSpaceCallCount

func (fake *FakeSetSpaceIsolationSegmentActor) AssignIsolationSegmentToSpaceByNameAndSpaceCallCount() int

func (*FakeSetSpaceIsolationSegmentActor) AssignIsolationSegmentToSpaceByNameAndSpaceReturns

func (fake *FakeSetSpaceIsolationSegmentActor) AssignIsolationSegmentToSpaceByNameAndSpaceReturns(result1 v3action.Warnings, result2 error)

func (*FakeSetSpaceIsolationSegmentActor) AssignIsolationSegmentToSpaceByNameAndSpaceReturnsOnCall

func (fake *FakeSetSpaceIsolationSegmentActor) AssignIsolationSegmentToSpaceByNameAndSpaceReturnsOnCall(i int, result1 v3action.Warnings, result2 error)

func (*FakeSetSpaceIsolationSegmentActor) CloudControllerAPIVersion

func (fake *FakeSetSpaceIsolationSegmentActor) CloudControllerAPIVersion() string

func (*FakeSetSpaceIsolationSegmentActor) CloudControllerAPIVersionCallCount

func (fake *FakeSetSpaceIsolationSegmentActor) CloudControllerAPIVersionCallCount() int

func (*FakeSetSpaceIsolationSegmentActor) CloudControllerAPIVersionReturns

func (fake *FakeSetSpaceIsolationSegmentActor) CloudControllerAPIVersionReturns(result1 string)

func (*FakeSetSpaceIsolationSegmentActor) CloudControllerAPIVersionReturnsOnCall

func (fake *FakeSetSpaceIsolationSegmentActor) CloudControllerAPIVersionReturnsOnCall(i int, result1 string)

func (*FakeSetSpaceIsolationSegmentActor) Invocations

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

type FakeSetSpaceIsolationSegmentActorV2

type FakeSetSpaceIsolationSegmentActorV2 struct {
	GetSpaceByOrganizationAndNameStub func(orgGUID string, spaceName string) (v2action.Space, v2action.Warnings, error)
	// contains filtered or unexported fields
}

func (*FakeSetSpaceIsolationSegmentActorV2) GetSpaceByOrganizationAndName

func (fake *FakeSetSpaceIsolationSegmentActorV2) GetSpaceByOrganizationAndName(orgGUID string, spaceName string) (v2action.Space, v2action.Warnings, error)

func (*FakeSetSpaceIsolationSegmentActorV2) GetSpaceByOrganizationAndNameArgsForCall

func (fake *FakeSetSpaceIsolationSegmentActorV2) GetSpaceByOrganizationAndNameArgsForCall(i int) (string, string)

func (*FakeSetSpaceIsolationSegmentActorV2) GetSpaceByOrganizationAndNameCallCount

func (fake *FakeSetSpaceIsolationSegmentActorV2) GetSpaceByOrganizationAndNameCallCount() int

func (*FakeSetSpaceIsolationSegmentActorV2) GetSpaceByOrganizationAndNameReturns

func (fake *FakeSetSpaceIsolationSegmentActorV2) GetSpaceByOrganizationAndNameReturns(result1 v2action.Space, result2 v2action.Warnings, result3 error)

func (*FakeSetSpaceIsolationSegmentActorV2) GetSpaceByOrganizationAndNameReturnsOnCall

func (fake *FakeSetSpaceIsolationSegmentActorV2) GetSpaceByOrganizationAndNameReturnsOnCall(i int, result1 v2action.Space, result2 v2action.Warnings, result3 error)

func (*FakeSetSpaceIsolationSegmentActorV2) Invocations

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

type FakeTasksActor

type FakeTasksActor struct {
	GetApplicationByNameAndSpaceStub func(appName string, spaceGUID string) (v3action.Application, v3action.Warnings, error)

	GetApplicationTasksStub func(appGUID string, sortOrder v3action.SortOrder) ([]v3action.Task, v3action.Warnings, error)

	CloudControllerAPIVersionStub func() string
	// contains filtered or unexported fields
}

func (*FakeTasksActor) CloudControllerAPIVersion

func (fake *FakeTasksActor) CloudControllerAPIVersion() string

func (*FakeTasksActor) CloudControllerAPIVersionCallCount

func (fake *FakeTasksActor) CloudControllerAPIVersionCallCount() int

func (*FakeTasksActor) CloudControllerAPIVersionReturns

func (fake *FakeTasksActor) CloudControllerAPIVersionReturns(result1 string)

func (*FakeTasksActor) CloudControllerAPIVersionReturnsOnCall

func (fake *FakeTasksActor) CloudControllerAPIVersionReturnsOnCall(i int, result1 string)

func (*FakeTasksActor) GetApplicationByNameAndSpace

func (fake *FakeTasksActor) GetApplicationByNameAndSpace(appName string, spaceGUID string) (v3action.Application, v3action.Warnings, error)

func (*FakeTasksActor) GetApplicationByNameAndSpaceArgsForCall

func (fake *FakeTasksActor) GetApplicationByNameAndSpaceArgsForCall(i int) (string, string)

func (*FakeTasksActor) GetApplicationByNameAndSpaceCallCount

func (fake *FakeTasksActor) GetApplicationByNameAndSpaceCallCount() int

func (*FakeTasksActor) GetApplicationByNameAndSpaceReturns

func (fake *FakeTasksActor) GetApplicationByNameAndSpaceReturns(result1 v3action.Application, result2 v3action.Warnings, result3 error)

func (*FakeTasksActor) GetApplicationByNameAndSpaceReturnsOnCall

func (fake *FakeTasksActor) GetApplicationByNameAndSpaceReturnsOnCall(i int, result1 v3action.Application, result2 v3action.Warnings, result3 error)

func (*FakeTasksActor) GetApplicationTasks

func (fake *FakeTasksActor) GetApplicationTasks(appGUID string, sortOrder v3action.SortOrder) ([]v3action.Task, v3action.Warnings, error)

func (*FakeTasksActor) GetApplicationTasksArgsForCall

func (fake *FakeTasksActor) GetApplicationTasksArgsForCall(i int) (string, v3action.SortOrder)

func (*FakeTasksActor) GetApplicationTasksCallCount

func (fake *FakeTasksActor) GetApplicationTasksCallCount() int

func (*FakeTasksActor) GetApplicationTasksReturns

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

func (*FakeTasksActor) GetApplicationTasksReturnsOnCall

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

func (*FakeTasksActor) Invocations

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

type FakeTerminateTaskActor

type FakeTerminateTaskActor struct {
	GetApplicationByNameAndSpaceStub func(appName string, spaceGUID string) (v3action.Application, v3action.Warnings, error)

	GetTaskBySequenceIDAndApplicationStub func(sequenceID int, appGUID string) (v3action.Task, v3action.Warnings, error)

	TerminateTaskStub func(taskGUID string) (v3action.Task, v3action.Warnings, error)

	CloudControllerAPIVersionStub func() string
	// contains filtered or unexported fields
}

func (*FakeTerminateTaskActor) CloudControllerAPIVersion

func (fake *FakeTerminateTaskActor) CloudControllerAPIVersion() string

func (*FakeTerminateTaskActor) CloudControllerAPIVersionCallCount

func (fake *FakeTerminateTaskActor) CloudControllerAPIVersionCallCount() int

func (*FakeTerminateTaskActor) CloudControllerAPIVersionReturns

func (fake *FakeTerminateTaskActor) CloudControllerAPIVersionReturns(result1 string)

func (*FakeTerminateTaskActor) CloudControllerAPIVersionReturnsOnCall

func (fake *FakeTerminateTaskActor) CloudControllerAPIVersionReturnsOnCall(i int, result1 string)

func (*FakeTerminateTaskActor) GetApplicationByNameAndSpace

func (fake *FakeTerminateTaskActor) GetApplicationByNameAndSpace(appName string, spaceGUID string) (v3action.Application, v3action.Warnings, error)

func (*FakeTerminateTaskActor) GetApplicationByNameAndSpaceArgsForCall

func (fake *FakeTerminateTaskActor) GetApplicationByNameAndSpaceArgsForCall(i int) (string, string)

func (*FakeTerminateTaskActor) GetApplicationByNameAndSpaceCallCount

func (fake *FakeTerminateTaskActor) GetApplicationByNameAndSpaceCallCount() int

func (*FakeTerminateTaskActor) GetApplicationByNameAndSpaceReturns

func (fake *FakeTerminateTaskActor) GetApplicationByNameAndSpaceReturns(result1 v3action.Application, result2 v3action.Warnings, result3 error)

func (*FakeTerminateTaskActor) GetApplicationByNameAndSpaceReturnsOnCall

func (fake *FakeTerminateTaskActor) GetApplicationByNameAndSpaceReturnsOnCall(i int, result1 v3action.Application, result2 v3action.Warnings, result3 error)

func (*FakeTerminateTaskActor) GetTaskBySequenceIDAndApplication

func (fake *FakeTerminateTaskActor) GetTaskBySequenceIDAndApplication(sequenceID int, appGUID string) (v3action.Task, v3action.Warnings, error)

func (*FakeTerminateTaskActor) GetTaskBySequenceIDAndApplicationArgsForCall

func (fake *FakeTerminateTaskActor) GetTaskBySequenceIDAndApplicationArgsForCall(i int) (int, string)

func (*FakeTerminateTaskActor) GetTaskBySequenceIDAndApplicationCallCount

func (fake *FakeTerminateTaskActor) GetTaskBySequenceIDAndApplicationCallCount() int

func (*FakeTerminateTaskActor) GetTaskBySequenceIDAndApplicationReturns

func (fake *FakeTerminateTaskActor) GetTaskBySequenceIDAndApplicationReturns(result1 v3action.Task, result2 v3action.Warnings, result3 error)

func (*FakeTerminateTaskActor) GetTaskBySequenceIDAndApplicationReturnsOnCall

func (fake *FakeTerminateTaskActor) GetTaskBySequenceIDAndApplicationReturnsOnCall(i int, result1 v3action.Task, result2 v3action.Warnings, result3 error)

func (*FakeTerminateTaskActor) Invocations

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

func (*FakeTerminateTaskActor) TerminateTask

func (fake *FakeTerminateTaskActor) TerminateTask(taskGUID string) (v3action.Task, v3action.Warnings, error)

func (*FakeTerminateTaskActor) TerminateTaskArgsForCall

func (fake *FakeTerminateTaskActor) TerminateTaskArgsForCall(i int) string

func (*FakeTerminateTaskActor) TerminateTaskCallCount

func (fake *FakeTerminateTaskActor) TerminateTaskCallCount() int

func (*FakeTerminateTaskActor) TerminateTaskReturns

func (fake *FakeTerminateTaskActor) TerminateTaskReturns(result1 v3action.Task, result2 v3action.Warnings, result3 error)

func (*FakeTerminateTaskActor) TerminateTaskReturnsOnCall

func (fake *FakeTerminateTaskActor) TerminateTaskReturnsOnCall(i int, result1 v3action.Task, result2 v3action.Warnings, result3 error)

type FakeV3CreateAppActor

type FakeV3CreateAppActor struct {
	CreateApplicationByNameAndSpaceStub func(name string, spaceGUID string) (v3action.Application, v3action.Warnings, error)
	// contains filtered or unexported fields
}

func (*FakeV3CreateAppActor) CreateApplicationByNameAndSpace

func (fake *FakeV3CreateAppActor) CreateApplicationByNameAndSpace(name string, spaceGUID string) (v3action.Application, v3action.Warnings, error)

func (*FakeV3CreateAppActor) CreateApplicationByNameAndSpaceArgsForCall

func (fake *FakeV3CreateAppActor) CreateApplicationByNameAndSpaceArgsForCall(i int) (string, string)

func (*FakeV3CreateAppActor) CreateApplicationByNameAndSpaceCallCount

func (fake *FakeV3CreateAppActor) CreateApplicationByNameAndSpaceCallCount() int

func (*FakeV3CreateAppActor) CreateApplicationByNameAndSpaceReturns

func (fake *FakeV3CreateAppActor) CreateApplicationByNameAndSpaceReturns(result1 v3action.Application, result2 v3action.Warnings, result3 error)

func (*FakeV3CreateAppActor) CreateApplicationByNameAndSpaceReturnsOnCall

func (fake *FakeV3CreateAppActor) CreateApplicationByNameAndSpaceReturnsOnCall(i int, result1 v3action.Application, result2 v3action.Warnings, result3 error)

func (*FakeV3CreateAppActor) Invocations

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

type FakeV3CreatePackageActor

type FakeV3CreatePackageActor struct {
	CreateAndUploadPackageByApplicationNameAndSpaceStub func(appName string, spaceGUID string, bitsPath string) (v3action.Package, v3action.Warnings, error)
	// contains filtered or unexported fields
}

func (*FakeV3CreatePackageActor) CreateAndUploadPackageByApplicationNameAndSpace

func (fake *FakeV3CreatePackageActor) CreateAndUploadPackageByApplicationNameAndSpace(appName string, spaceGUID string, bitsPath string) (v3action.Package, v3action.Warnings, error)

func (*FakeV3CreatePackageActor) CreateAndUploadPackageByApplicationNameAndSpaceArgsForCall

func (fake *FakeV3CreatePackageActor) CreateAndUploadPackageByApplicationNameAndSpaceArgsForCall(i int) (string, string, string)

func (*FakeV3CreatePackageActor) CreateAndUploadPackageByApplicationNameAndSpaceCallCount

func (fake *FakeV3CreatePackageActor) CreateAndUploadPackageByApplicationNameAndSpaceCallCount() int

func (*FakeV3CreatePackageActor) CreateAndUploadPackageByApplicationNameAndSpaceReturns

func (fake *FakeV3CreatePackageActor) CreateAndUploadPackageByApplicationNameAndSpaceReturns(result1 v3action.Package, result2 v3action.Warnings, result3 error)

func (*FakeV3CreatePackageActor) CreateAndUploadPackageByApplicationNameAndSpaceReturnsOnCall

func (fake *FakeV3CreatePackageActor) CreateAndUploadPackageByApplicationNameAndSpaceReturnsOnCall(i int, result1 v3action.Package, result2 v3action.Warnings, result3 error)

func (*FakeV3CreatePackageActor) Invocations

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

Jump to

Keyboard shortcuts

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