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

Method FindByName

cf/api/quotas/quotas.go:19–19  ·  view source on GitHub ↗
(name string)

Source from the content-addressed store, hash-verified

17type QuotaRepository interface {
18 FindAll() (quotas []models.QuotaFields, apiErr error)
19 FindByName(name string) (quota models.QuotaFields, apiErr error)
20
21 AssignQuotaToOrg(orgGUID, quotaGUID string) error
22

Callers 15

ExecuteMethod · 0.65
ExecuteMethod · 0.65
ExecuteMethod · 0.65
setOrganizationMethod · 0.65
setSpaceMethod · 0.65
setOrganizationMethod · 0.65
setSpaceMethod · 0.65
ExecuteMethod · 0.65
RequirementsMethod · 0.65
RequirementsMethod · 0.65
RequirementsMethod · 0.65
RequirementsMethod · 0.65

Implementers 2

CloudControllerQuotaRepositorycf/api/quotas/quotas.go
FakeQuotaRepositorycf/api/quotas/quotasfakes/fake_quota_r

Calls

no outgoing calls

Tested by

no test coverage detected