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

Method CreateRoute

cf/commands/route/create_route.go:19–19  ·  view source on GitHub ↗
(hostName string, path string, port int, randomPort bool, domain models.DomainFields, space models.SpaceFields)

Source from the content-addressed store, hash-verified

17
18type Creator interface {
19 CreateRoute(hostName string, path string, port int, randomPort bool, domain models.DomainFields, space models.SpaceFields) (route models.Route, apiErr error)
20}
21
22type CreateRoute struct {

Callers 2

ExecuteMethod · 0.65

Implementers 8

FakeActorcommand/v7/v7fakes/fake_actor.go
CreateRoutecf/commands/route/create_route.go
OldFakeRouteCreatorcf/commands/route/routefakes/old_fake_
FakeCreatorcf/commands/route/routefakes/fake_crea
Clientapi/cloudcontroller/ccv3/client.go
Actoractor/v7action/actor.go
FakeCloudControllerClientactor/v7action/v7actionfakes/fake_clou
FakeV7Actoractor/v7pushaction/v7pushactionfakes/f

Calls

no outgoing calls

Tested by

no test coverage detected