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

Method Unbind

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

Source from the content-addressed store, hash-verified

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}
31

Callers 5

UnbindRouteMethod · 0.65
ExecuteMethod · 0.65
routes_test.goFile · 0.65
UnbindAllMethod · 0.65

Implementers 2

FakeRouteRepositorycf/api/apifakes/fake_route_repository.

Calls

no outgoing calls

Tested by

no test coverage detected