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

Method Bind

cf/api/routes.go:27–27  ·  view source on GitHub ↗
(routeGUID, appGUID string)

Source from the content-addressed store, hash-verified

25 CheckIfExists(host string, domain models.DomainFields, path string) (found bool, apiErr error)
26 CreateInSpace(host, path, domainGUID, spaceGUID string, port int, randomPort bool) (createdRoute models.Route, apiErr error)
27 Bind(routeGUID, appGUID string) (apiErr error)
28 Unbind(routeGUID, appGUID string) (apiErr error)
29 Delete(routeGUID string) (apiErr error)
30}

Callers 7

ExecuteMethod · 0.65
ExecuteMethod · 0.65
routes_test.goFile · 0.65
BindToRunningSetMethod · 0.65
BindToStagingSetMethod · 0.65
BindRouteMethod · 0.65

Implementers 2

FakeRouteRepositorycf/api/apifakes/fake_route_repository.

Calls

no outgoing calls

Tested by

no test coverage detected