MCPcopy Create free account
hub / github.com/zalando/skipper / Algorithm

TypeAlias Algorithm

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

Algorithm indicates the used load balancing algorithm.

Source from the content-addressed store, hash-verified

18
19// Algorithm indicates the used load balancing algorithm.
20type Algorithm int
21
22const (
23 // None is the default non-specified algorithm.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected