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

Function NewAlgorithmProvider

loadbalancer/algorithm.go:274–276  ·  view source on GitHub ↗

NewAlgorithmProvider creates a routing.PostProcessor used to initialize the algorithm of load balancing routes.

()

Source from the content-addressed store, hash-verified

272// NewAlgorithmProvider creates a routing.PostProcessor used to initialize
273// the algorithm of load balancing routes.
274func NewAlgorithmProvider() routing.PostProcessor {
275 return &algorithmProvider{}
276}
277
278// AlgorithmFromString parses the string representation of the algorithm definition.
279func AlgorithmFromString(a string) (Algorithm, error) {

Calls

no outgoing calls

Used in the wild real call sites across dependent graphs

searching dependent graphs…