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

Method CreateRouteBinding

command/v7/actor.go:49–49  ·  view source on GitHub ↗
(params v7action.CreateRouteBindingParams)

Source from the content-addressed store, hash-verified

47 CreatePrivateDomain(domainName string, orgName string) (v7action.Warnings, error)
48 CreateRoute(spaceGUID, domainName, hostname, path string, port int, options map[string]*string) (resources.Route, v7action.Warnings, error)
49 CreateRouteBinding(params v7action.CreateRouteBindingParams) (chan v7action.PollJobEvent, v7action.Warnings, error)
50 CreateSecurityGroup(name, filePath string) (v7action.Warnings, error)
51 CreateServiceAppBinding(params v7action.CreateServiceAppBindingParams) (chan v7action.PollJobEvent, v7action.Warnings, error)
52 CreateServiceBroker(model resources.ServiceBroker) (v7action.Warnings, error)

Callers 1

ExecuteMethod · 0.65

Implementers 1

FakeActorcommand/v7/v7fakes/fake_actor.go

Calls

no outgoing calls

Tested by

no test coverage detected