MCPcopy
hub / github.com/projectcalico/calico / QueueResync

Method QueueResync

felix/routetable/interface.go:58–60  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

56}
57
58func (cv *ClassView) QueueResync() {
59 cv.routeTable.QueueResync()
60}
61
62func (cv *ClassView) Apply() error {
63 return cv.routeTable.Apply()

Callers

nothing calls this directly

Calls 1

QueueResyncMethod · 0.65

Tested by

no test coverage detected