MCPcopy
hub / github.com/cloudfoundry/cli / GetSpaceQuotaByName

Method GetSpaceQuotaByName

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

Source from the content-addressed store, hash-verified

174 GetSpaceFeature(spaceName string, orgGUID string, feature string) (bool, v7action.Warnings, error)
175 GetSpaceLabels(spaceName string, orgGUID string) (map[string]types.NullString, v7action.Warnings, error)
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)

Callers 2

ExecuteMethod · 0.65

Implementers 1

FakeActorcommand/v7/v7fakes/fake_actor.go

Calls

no outgoing calls

Tested by

no test coverage detected