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

Method BindRoute

cf/actors/routes.go:23–23  ·  view source on GitHub ↗
(app models.Application, route models.Route)

Source from the content-addressed store, hash-verified

21 CreateRandomTCPRoute(domain models.DomainFields) (models.Route, error)
22 FindOrCreateRoute(hostname string, domain models.DomainFields, path string, port int, useRandomPort bool) (models.Route, error)
23 BindRoute(app models.Application, route models.Route) error
24 UnbindAll(app models.Application) error
25 FindDomain(routeName string) (string, models.DomainFields, error)
26 FindPath(routeName string) (string, string)

Callers 2

createAndBindRouteMethod · 0.65
routes_test.goFile · 0.65

Implementers 2

routeActorcf/actors/routes.go
FakeRouteActorcf/actors/actorsfakes/fake_route_actor

Calls

no outgoing calls

Tested by

no test coverage detected