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

Method GetDetailedAppSummary

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

Source from the content-addressed store, hash-verified

105 GetCurrentUser() (configv3.User, error)
106 GetDefaultDomain(orgGUID string) (resources.Domain, v7action.Warnings, error)
107 GetDetailedAppSummary(appName string, spaceGUID string, withObfuscatedValues bool) (v7action.DetailedApplicationSummary, v7action.Warnings, error)
108 GetDomain(domainGUID string) (resources.Domain, v7action.Warnings, error)
109 GetDomainByName(domainName string) (resources.Domain, v7action.Warnings, error)
110 GetDomainLabels(domainName string) (map[string]types.NullString, v7action.Warnings, error)

Callers 4

ExecuteMethod · 0.65
showCurrentScaleMethod · 0.65
ExecuteMethod · 0.65

Implementers 1

FakeActorcommand/v7/v7fakes/fake_actor.go

Calls

no outgoing calls

Tested by

no test coverage detected