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

Method CreateRoute

actor/v7pushaction/v7_actor.go:19–19  ·  view source on GitHub ↗
(spaceGUID, domainName, hostname, path string, port int, options map[string]*string)

Source from the content-addressed store, hash-verified

17 CreateDeployment(dep resources.Deployment) (string, v7action.Warnings, error)
18 CreateDockerPackageByApplication(appGUID string, dockerImageCredentials v7action.DockerImageCredentials) (resources.Package, v7action.Warnings, error)
19 CreateRoute(spaceGUID, domainName, hostname, path string, port int, options map[string]*string) (resources.Route, v7action.Warnings, error)
20 GetApplicationByNameAndSpace(appName string, spaceGUID string) (resources.Application, v7action.Warnings, error)
21 GetApplicationDroplets(appName string, spaceGUID string) ([]resources.Droplet, v7action.Warnings, error)
22 GetApplicationRoutes(appGUID string) ([]resources.Route, v7action.Warnings, error)

Callers 1

route_test.goFile · 0.65

Implementers 3

FakeActorcommand/v7/v7fakes/fake_actor.go
Actoractor/v7action/actor.go
FakeV7Actoractor/v7pushaction/v7pushactionfakes/f

Calls

no outgoing calls

Tested by

no test coverage detected