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

Method MoveRoute

command/v7/actor.go:194–194  ·  view source on GitHub ↗
(routeGUID string, spaceGUID string)

Source from the content-addressed store, hash-verified

192 MapRoute(routeGUID string, appGUID string, destinationProtocol string, destinationPort int) (v7action.Warnings, error)
193 Marketplace(filter v7action.MarketplaceFilter) ([]v7action.ServiceOfferingWithPlans, v7action.Warnings, error)
194 MoveRoute(routeGUID string, spaceGUID string) (v7action.Warnings, error)
195 ParseAccessToken(accessToken string) (jwt.JWT, error)
196 PollBuild(buildGUID string, appName string) (resources.Droplet, v7action.Warnings, error)
197 PollPackage(pkg resources.Package) (resources.Package, v7action.Warnings, error)

Callers 1

ExecuteMethod · 0.65

Implementers 1

FakeActorcommand/v7/v7fakes/fake_actor.go

Calls

no outgoing calls

Tested by

no test coverage detected