MCPcopy
hub / github.com/istio/istio / initStatusManager

Method initStatusManager

pilot/pkg/bootstrap/server.go:1413–1419  ·  view source on GitHub ↗
(_ *PilotArgs)

Source from the content-addressed store, hash-verified

1411}
1412
1413func (s *Server) initStatusManager(_ *PilotArgs) {
1414 s.addStartFunc("status manager", func(stop <-chan struct{}) error {
1415 s.statusManager = status.NewManager(s.RWConfigStore)
1416 s.statusManager.Start(stop)
1417 return nil
1418 })
1419}
1420
1421func (s *Server) serveHTTP() error {
1422 // At this point we are ready - start Http Listener so that it can respond to readiness events.

Callers 2

initK8SConfigStoreMethod · 0.95

Calls 3

addStartFuncMethod · 0.95
NewManagerFunction · 0.92
StartMethod · 0.65

Tested by

no test coverage detected