Versions in this module Expand all Collapse all v0 v0.0.1 Jun 17, 2020 Changes in this version + type Cache interface + IsCachedNode func(node string) bool + UpdateAllResources func(ctx context.Context, node, version string, clusters []*apiv1.Cluster, ...) error + UpdateClusters func(ctx context.Context, node, version string, clusters []*apiv1.Cluster) error + UpdateEndpoints func(ctx context.Context, node, version string, endpoints []*apiv1.Endpoint) error + UpdateListeners func(ctx context.Context, node, version string, listeners []*apiv1.Listener) error + UpdateRoutes func(ctx context.Context, node, version string, routes []*apiv1.Route) error + func New(snapshotCache xdscache.SnapshotCache) Cache