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

Method GetOrganizationQuotaByName

command/v7/actor.go:130–130  ·  view source on GitHub ↗
(orgQuotaName string)

Source from the content-addressed store, hash-verified

128 GetOrganizationDomains(string, string) ([]resources.Domain, v7action.Warnings, error)
129 GetOrganizationLabels(orgName string) (map[string]types.NullString, v7action.Warnings, error)
130 GetOrganizationQuotaByName(orgQuotaName string) (resources.OrganizationQuota, v7action.Warnings, error)
131 GetOrganizationQuotas() ([]resources.OrganizationQuota, v7action.Warnings, error)
132 GetOrganizationSpaces(orgGUID string) ([]resources.Space, v7action.Warnings, error)
133 GetOrganizationSpacesWithLabelSelector(orgGUID string, labelSelector string) ([]resources.Space, 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