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

Method GetSpaceByNameAndOrganization

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

Source from the content-addressed store, hash-verified

171 GetServicePlanLabels(servicePlanName, serviceOfferingName, serviceBrokerName string) (map[string]types.NullString, v7action.Warnings, error)
172 GetServicePlanByNameOfferingAndBroker(servicePlanName, serviceOfferingName, serviceBrokerName string) (resources.ServicePlan, v7action.Warnings, error)
173 GetSpaceByNameAndOrganization(spaceName string, orgGUID string) (resources.Space, v7action.Warnings, error)
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)

Callers 15

ExecuteMethod · 0.65
ExecuteMethod · 0.65
ExecuteMethod · 0.65
ExecuteMethod · 0.65
filterOrgsForSpaceMethod · 0.65
ExecuteMethod · 0.65
ExecuteMethod · 0.65
ExecuteMethod · 0.65
ExecuteMethod · 0.65
ExecuteMethod · 0.65
displaySpaceGUIDMethod · 0.65
ExecuteMethod · 0.65

Implementers 1

FakeActorcommand/v7/v7fakes/fake_actor.go

Calls

no outgoing calls

Tested by

no test coverage detected