MCPcopy
hub / github.com/istio/istio / FakeStore

Struct FakeStore

pilot/pkg/model/fake_store.go:53–58  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

51}
52
53type FakeStore struct {
54 store map[config.GroupVersionKind]kindStore
55 stop chan struct{}
56 syncer *syncer
57 handlers []krt.HandlerRegistration
58}
59
60type kindStore struct {
61 collection krt.StaticCollection[config.Config]

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected