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

Method GetApplicationDroplets

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

Source from the content-addressed store, hash-verified

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)
95 GetApplicationLabels(appName string, spaceGUID string) (map[string]types.NullString, v7action.Warnings, error)
96 GetApplicationPackages(appName string, spaceGUID string) ([]resources.Package, v7action.Warnings, error)
97 GetApplicationProcessHealthChecksByNameAndSpace(appName string, spaceGUID string) ([]v7action.ProcessHealthCheck, v7action.Warnings, error)

Callers 1

ExecuteMethod · 0.65

Implementers 1

FakeActorcommand/v7/v7fakes/fake_actor.go

Calls

no outgoing calls

Tested by

no test coverage detected