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

Method UnmapRoute

actor/v7pushaction/v7_actor.go:41–41  ·  view source on GitHub ↗
(routeGUID string, destinationGUID string)

Source from the content-addressed store, hash-verified

39 StageApplicationPackage(pkgGUID string) (resources.Build, v7action.Warnings, error)
40 StopApplication(appGUID string) (v7action.Warnings, error)
41 UnmapRoute(routeGUID string, destinationGUID string) (v7action.Warnings, error)
42 UpdateApplication(app resources.Application) (resources.Application, v7action.Warnings, error)
43 UpdateProcessByTypeAndApplication(processType string, appGUID string, updatedProcess resources.Process) (v7action.Warnings, error)
44 UpdateRoute(routeGUID string, options map[string]*string) (resources.Route, 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