Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/zalando/skipper
/ LoadAll
Method
LoadAll
routing/routing.go:54–54 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
52
// route definitions.
53
type
DataClient
interface
{
54
LoadAll() ([]*eskip.Route, error)
55
LoadUpdate() ([]*eskip.Route, []string, error)
56
}
57
Callers
15
run
Function · 0.65
TestReceivesError
Function · 0.65
TestAllEndpointsFailed
Function · 0.65
TestFailedEndpointsRotation
Function · 0.65
TestValidatesDocument
Function · 0.65
TestReceivesInitial
Function · 0.65
TestReceivesUpdates
Function · 0.65
TestReceiveInsert
Function · 0.65
TestReceiveExpire
Function · 0.65
TestReceiveDelete
Function · 0.65
TestUpsertNew
Function · 0.65
TestUpsertExisting
Function · 0.65
Implementers
9
Client
etcd/etcd.go
Client
eskipfile/file.go
WatchClient
eskipfile/watch.go
remoteEskipFile
eskipfile/remote.go
fadeInDataClient
proxy/fadeintesting_test.go
valueDataClient
routing/routing_test.go
Client
routing/testdataclient/dataclient.go
routes
dataclients/routestring/string.go
Client
dataclients/kubernetes/kube.go
Calls
no outgoing calls
Tested by
15
TestReceivesError
Function · 0.52
TestAllEndpointsFailed
Function · 0.52
TestFailedEndpointsRotation
Function · 0.52
TestValidatesDocument
Function · 0.52
TestReceivesInitial
Function · 0.52
TestReceivesUpdates
Function · 0.52
TestReceiveInsert
Function · 0.52
TestReceiveExpire
Function · 0.52
TestReceiveDelete
Function · 0.52
TestUpsertNew
Function · 0.52
TestUpsertExisting
Function · 0.52
TestDelete
Function · 0.52