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

Method GetProcessByTypeAndApplication

command/v7/actor.go:136–136  ·  view source on GitHub ↗
(processType string, appGUID string)

Source from the content-addressed store, hash-verified

134 GetOrganizationSummaryByName(orgName string) (v7action.OrganizationSummary, v7action.Warnings, error)
135 GetOrganizations(labelSelector string) ([]resources.Organization, v7action.Warnings, error)
136 GetProcessByTypeAndApplication(processType string, appGUID string) (resources.Process, v7action.Warnings, error)
137 GetRawApplicationManifestByNameAndSpace(appName string, spaceGUID string) ([]byte, v7action.Warnings, error)
138 GetRecentEventsByApplicationNameAndSpace(appName string, spaceGUID string) ([]v7action.Event, v7action.Warnings, error)
139 GetRecentLogsForApplicationByNameAndSpace(appName string, spaceGUID string, client sharedaction.LogCacheClient) ([]sharedaction.LogMessage, v7action.Warnings, error)

Callers 2

ExecuteMethod · 0.65
process_test.goFile · 0.65

Implementers 1

FakeActorcommand/v7/v7fakes/fake_actor.go

Calls

no outgoing calls

Tested by

no test coverage detected