MCPcopy Index your code
hub / github.com/cloudfoundry/cli / CreateSpace

Method CreateSpace

command/v7/create_space_command.go:12–12  ·  view source on GitHub ↗
(spaceName, orgGUID string)

Source from the content-addressed store, hash-verified

10
11type CreateSpaceActor interface {
12 CreateSpace(spaceName, orgGUID string) (resources.Space, v7action.Warnings, error)
13 CreateSpaceRole(roleType constant.RoleType, orgGUID string, spaceGUID string, userNameOrGUID string, userOrigin string, isClient bool) (v7action.Warnings, error)
14 GetOrganizationByName(orgName string) (resources.Organization, v7action.Warnings, error)
15 ApplySpaceQuotaByName(quotaName string, spaceGUID string, orgGUID string) (v7action.Warnings, error)

Callers 1

ExecuteMethod · 0.65

Implementers 2

FakeActorcommand/v7/v7fakes/fake_actor.go
Actoractor/v7action/actor.go

Calls

no outgoing calls

Tested by

no test coverage detected