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

Method Update

routing/testdataclient/dataclient.go:110–112  ·  view source on GitHub ↗

Updates the current set of routes with new/modified and deleted route definitions.

(upsert []*eskip.Route, deletedIDs []string)

Source from the content-addressed store, hash-verified

108// Updates the current set of routes with new/modified and deleted
109// route definitions.
110func (c *Client) Update(upsert []*eskip.Route, deletedIDs []string) {
111 c.signalUpdate <- incomingUpdate{upsert, deletedIDs}
112}
113
114// Updates the current set of routes with new/modified and deleted
115// route definitions in eskip format. In case the parsing of the

Callers 1

UpdateDocMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected