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

Method GetApplicationByNameAndSpace

command/v7/actor.go:91–91  ·  view source on GitHub ↗
(appName string, spaceGUID string)

Source from the content-addressed store, hash-verified

89 GetAppFeature(appGUID string, featureName string) (resources.ApplicationFeature, v7action.Warnings, error)
90 GetAppSummariesForSpace(spaceGUID string, labels string, omitStats bool) ([]v7action.ApplicationSummary, v7action.Warnings, error)
91 GetApplicationByNameAndSpace(appName string, spaceGUID string) (resources.Application, v7action.Warnings, error)
92 GetApplicationMapForRoute(route resources.Route) (map[string]resources.Application, v7action.Warnings, error)
93 GetApplicationsByGUIDs(appGUIDs []string) ([]resources.Application, v7action.Warnings, error)
94 GetApplicationDroplets(appName string, spaceGUID string) ([]resources.Droplet, v7action.Warnings, error)

Callers 15

ExecuteMethod · 0.65
ExecuteMethod · 0.65
ExecuteMethod · 0.65
displayAppGUIDMethod · 0.65
ExecuteMethod · 0.65
ExecuteMethod · 0.65
ExecuteMethod · 0.65
ExecuteMethod · 0.65
ExecuteMethod · 0.65
ExecuteMethod · 0.65
ExecuteMethod · 0.65
ExecuteMethod · 0.65

Implementers 1

FakeActorcommand/v7/v7fakes/fake_actor.go

Calls

no outgoing calls

Tested by

no test coverage detected