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

Method GetRouteByAttributes

command/v7/actor.go:143–143  ·  view source on GitHub ↗
(domain resources.Domain, hostname string, path string, port int)

Source from the content-addressed store, hash-verified

141 GetRevisionByApplicationAndVersion(appGUID string, revisionVersion int) (resources.Revision, v7action.Warnings, error)
142 GetRevisionsByApplicationNameAndSpace(appName string, spaceGUID string) ([]resources.Revision, v7action.Warnings, error)
143 GetRouteByAttributes(domain resources.Domain, hostname string, path string, port int) (resources.Route, v7action.Warnings, error)
144 GetRouteDestinationByAppGUID(route resources.Route, appGUID string) (resources.RouteDestination, error)
145 GetRouteLabels(routeName string, spaceGUID string) (map[string]types.NullString, v7action.Warnings, error)
146 GetRouterGroups() ([]v7action.RouterGroup, error)

Callers 8

ExecuteMethod · 0.65
ExecuteMethod · 0.65
ExecuteMethod · 0.65
ExecuteMethod · 0.65
ExecuteMethod · 0.65
ExecuteMethod · 0.65
ExecuteMethod · 0.65
ExecuteMethod · 0.65

Implementers 1

FakeActorcommand/v7/v7fakes/fake_actor.go

Calls

no outgoing calls

Tested by

no test coverage detected