MCPcopy
hub / github.com/cilium/cilium / syncControllerName

Function syncControllerName

pkg/allocator/cache.go:191–193  ·  view source on GitHub ↗
(id idpool.ID)

Source from the content-addressed store, hash-verified

189const syncIdentityControllerGroup = "sync-identity"
190
191func syncControllerName(id idpool.ID) string {
192 return syncIdentityControllerGroup + "-" + id.String()
193}
194
195// no max interval by default, exposed as a variable for testing.
196var masterKeyRecreateMaxInterval = time.Duration(0)

Callers 1

onDeleteLockedMethod · 0.85

Calls 1

StringMethod · 0.65

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…