var LocalNodeSyncCell = cell.Module(
"local-node-sync",
"Provides LocalNodeSynchronizer that syncs the LocalNodeStore with the K8s Node",
cell.Provide(newLocalNodeSynchronizer),
)
InitFunc is called before during startup to fill in the local node before other
sub-systems can access it. This is called after the node.LocalNode is filled in
from configuration and k8s node.