Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Cell = cell.Module( "kvstoremesh", "Cilium KVStoreMesh", cell.Config(option.DefaultLegacyKVStoreMeshConfig), cell.Config(cmtypes.DefaultClusterInfo), cell.Invoke(registerClusterInfoValidator), pprof.Cell, cell.Config(pprof.Config{ PprofAddress: option.PprofAddress, PprofPort: option.PprofPortKVStoreMesh, }), controller.Cell, gops.Cell(defaults.GopsPortKVStoreMesh), cmmetrics.Cell, kvstore.Cell(kvstore.EtcdBackendName), cell.Provide(func() *kvstore.ExtraOptions { return nil }), kvstoremesh.Cell, cell.Invoke(func(*kvstoremesh.KVStoreMesh) {}), )
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.