MCPcopy Create free account
hub / github.com/cloudfoundry/cli / GetRoutesByOrg

Method GetRoutesByOrg

command/v7/actor.go:148–148  ·  view source on GitHub ↗
(orgGUID string, labels string)

Source from the content-addressed store, hash-verified

146 GetRouterGroups() ([]v7action.RouterGroup, error)
147 GetRouteSummaries([]resources.Route) ([]v7action.RouteSummary, v7action.Warnings, error)
148 GetRoutesByOrg(orgGUID string, labels string) ([]resources.Route, v7action.Warnings, error)
149 GetRoutesBySpace(spaceGUID string, labels string) ([]resources.Route, v7action.Warnings, error)
150 GetSSHEnabled(appGUID string) (ccv3.SSHEnabled, v7action.Warnings, error)
151 GetSSHEnabledByAppName(appName string, spaceGUID string) (ccv3.SSHEnabled, v7action.Warnings, error)

Callers 2

ExecuteMethod · 0.65
route_test.goFile · 0.65

Implementers 1

FakeActorcommand/v7/v7fakes/fake_actor.go

Calls

no outgoing calls

Tested by

no test coverage detected