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(kvstoremesh.DefaultConfig), pprof.Cell(pprofConfig), gops.Cell(defaults.EnableGops, defaults.GopsPortKVStoreMesh), HealthAPIEndpointsCell, APIServerCell, 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.