MCPcopy
hub / github.com/istio/istio / Controller

Struct Controller

pilot/pkg/config/memory/controller.go:26–30  ·  view source on GitHub ↗

Controller is an implementation of ConfigStoreController.

Source from the content-addressed store, hash-verified

24
25// Controller is an implementation of ConfigStoreController.
26type Controller struct {
27 hasSynced func() bool
28 store *Store
29 handlers []krt.HandlerRegistration
30}
31
32// NewController return an implementation of ConfigStoreController
33func NewController(store *Store) *Controller {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected