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

Method GetSpaceSummaryByNameAndOrganization

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

Source from the content-addressed store, hash-verified

176 GetSpaceQuotaByName(spaceQuotaName string, orgGUID string) (resources.SpaceQuota, v7action.Warnings, error)
177 GetSpaceQuotasByOrgGUID(orgGUID string) ([]resources.SpaceQuota, v7action.Warnings, error)
178 GetSpaceSummaryByNameAndOrganization(spaceName string, orgGUID string) (v7action.SpaceSummary, v7action.Warnings, error)
179 GetSpaceUsersByRoleType(spaceGuid string) (map[constant.RoleType][]resources.User, v7action.Warnings, error)
180 GetStackByName(stackName string) (resources.Stack, v7action.Warnings, error)
181 GetStackLabels(stackName string) (map[string]types.NullString, v7action.Warnings, error)

Callers 2

ExecuteMethod · 0.65
space_test.goFile · 0.65

Implementers 1

FakeActorcommand/v7/v7fakes/fake_actor.go

Calls

no outgoing calls

Tested by

no test coverage detected