MCPcopy Create free account
hub / github.com/cloudfoundry/cli / GetRouteDestinationByAppGUID

Method GetRouteDestinationByAppGUID

command/v7/actor.go:144–144  ·  view source on GitHub ↗
(route resources.Route, appGUID string)

Source from the content-addressed store, hash-verified

142 GetRevisionsByApplicationNameAndSpace(appName string, spaceGUID string) ([]resources.Revision, v7action.Warnings, error)
143 GetRouteByAttributes(domain resources.Domain, hostname string, path string, port int) (resources.Route, v7action.Warnings, error)
144 GetRouteDestinationByAppGUID(route resources.Route, appGUID string) (resources.RouteDestination, error)
145 GetRouteLabels(routeName string, spaceGUID string) (map[string]types.NullString, v7action.Warnings, error)
146 GetRouterGroups() ([]v7action.RouterGroup, error)
147 GetRouteSummaries([]resources.Route) ([]v7action.RouteSummary, v7action.Warnings, error)

Callers 3

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