Documentation ¶
Index ¶
Constants ¶
View Source
const DefaultAPIServeAddr = "localhost:9889"
DefaultAPIServeAddr is the default address the KVStoreMesh API is served on.
Variables ¶
View Source
var APIServerCell = cell.Module( "kvstoremesh-api-server", "KVStoreMesh API Server", server.Cell, cell.Config(apiServerConfig{APIServeAddr: DefaultAPIServeAddr}), cell.Provide(apiServerSpec), cell.Invoke(configureAPIServer), )
View Source
var Cell = cell.Module( "kvstoremesh", "Cilium KVStoreMesh", cell.Config(option.DefaultLegacyKVStoreMeshConfig), cell.Config(kvstoremesh.DefaultConfig), cell.Config(cmtypes.DefaultClusterInfo), cell.Invoke(registerClusterInfoValidator), pprof.Cell, cell.Config(pprofConfig), controller.Cell, gops.Cell(defaults.GopsPortKVStoreMesh), cmmetrics.Cell, HealthAPIEndpointsCell, health.HealthAPIServerCell, APIServerCell, kvstore.Cell, cell.Provide(func(ss syncstate.SyncState) *kvstore.ExtraOptions { return &kvstore.ExtraOptions{ BootstrapComplete: ss.WaitChannel(), } }), kvstoremesh.Cell, cell.Invoke(kvstoremesh.RegisterSyncWaiter), cell.Invoke(func(*kvstoremesh.KVStoreMesh) {}), )
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.