MCPcopy Index your code
hub / github.com/zalando/skipper / WithRoutingOptions

Function WithRoutingOptions

proxy/proxytest/proxytest.go:63–65  ·  view source on GitHub ↗
(fr filters.Registry, o routing.Options, routes ...*eskip.Route)

Source from the content-addressed store, hash-verified

61}
62
63func WithRoutingOptions(fr filters.Registry, o routing.Options, routes ...*eskip.Route) *TestProxy {
64 return WithParamsAndRoutingOptions(fr, proxy.Params{CloseIdleConnsPeriod: -time.Second}, o, routes...)
65}
66
67func WithRoutingOptionsWithWait(fr filters.Registry, o routing.Options, wait time.Duration, routes ...*eskip.Route) *TestProxy {
68 return WithParamsAndRoutingOptionsAndWait(fr, proxy.Params{CloseIdleConnsPeriod: -time.Second}, o, wait, routes...)

Calls 1

Used in the wild real call sites across dependent graphs

searching dependent graphs…