ipcachecell

package
v1.18.5 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Dec 17, 2025 License: Apache-2.0 Imports: 12 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var Cell = cell.Module(
	"ipcache",
	"Managing IP to identity mappings",

	cell.Provide(
		newIPCache,
		ipcache.NewLocalIPIdentityWatcher,
		ipcache.NewIPIdentitySynchronizer,
		newIPCacheAPIHandler,
	),

	cell.Invoke(

		func(watcher *ipcache.LocalIPIdentityWatcher, fence regeneration.Fence) {
			fence.Add("kvstore-ipcache", watcher.WaitForSync)
		},
	),
)

Cell provides the IPCache that manages the IP to identity mappings.

Functions

This section is empty.

Types

This section is empty.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL