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

Method MapRoute

actor/v7pushaction/v7_actor.go:28–28  ·  view source on GitHub ↗
(routeGUID string, appGUID string, destinationProtocol string, destinationPort int)

Source from the content-addressed store, hash-verified

26 GetRouteByAttributes(domain resources.Domain, hostname, path string, port int) (resources.Route, v7action.Warnings, error)
27 GetRouteDestinationByAppGUID(route resources.Route, appGUID string) (resources.RouteDestination, error)
28 MapRoute(routeGUID string, appGUID string, destinationProtocol string, destinationPort int) (v7action.Warnings, error)
29 PollBuild(buildGUID string, appName string) (resources.Droplet, v7action.Warnings, error)
30 PollPackage(pkg resources.Package) (resources.Package, v7action.Warnings, error)
31 PollStart(app resources.Application, noWait bool, handleProcessStats func(string)) (v7action.Warnings, error)

Callers 1

route_test.goFile · 0.65

Implementers 3

FakeActorcommand/v7/v7fakes/fake_actor.go
Actoractor/v7action/actor.go
FakeV7Actoractor/v7pushaction/v7pushactionfakes/f

Calls

no outgoing calls

Tested by

no test coverage detected