import "istio.io/istio/pilot/pkg/config/aggregate"
Package aggregate implements a read-only aggregator for config stores.
func MakeCache(caches []model.ConfigStoreCache) (model.ConfigStoreCache, error)
MakeCache creates an aggregate config store cache from several config store caches.
func MakeWriteableCache(caches []model.ConfigStoreCache, writer model.ConfigStore) (model.ConfigStoreCache, error)
MakeWriteableCache creates an aggregate config store cache from several config store caches. An additional `writer` config store is passed, which may or may not be part of `caches`.
Package aggregate imports 5 packages (graph) and is imported by 5 packages. Updated 2020-12-31. Refresh now. Tools for package owners.