MCPcopy
hub / github.com/cilium/cilium / WithoutAutostart

Function WithoutAutostart

pkg/allocator/allocator.go:428–430  ·  view source on GitHub ↗

WithoutAutostart prevents starting the allocator when it is initialized

()

Source from the content-addressed store, hash-verified

426
427// WithoutAutostart prevents starting the allocator when it is initialized
428func WithoutAutostart() AllocatorOption {
429 return func(a *Allocator) { a.disableAutostart = true }
430}
431
432// WithSyncInterval configures the interval for local keys refresh.
433func WithSyncInterval(interval time.Duration) AllocatorOption {

Callers 2

TestRemoteCacheFunction · 0.92
TestWatchRemoteKVStoreFunction · 0.85

Calls

no outgoing calls

Tested by 2

TestRemoteCacheFunction · 0.74
TestWatchRemoteKVStoreFunction · 0.68

Used in the wild real call sites across dependent graphs

searching dependent graphs…