Versions in this module Expand all Collapse all v0 v0.2.7 Jul 5, 2024 v0.2.6 Jun 6, 2024 v0.2.5 May 24, 2024 Changes in this version + type CacheRequestMetric struct + Cluster string + Error string + Hit bool + func (*CacheRequestMetric) MetricName() string + type ObjectCache struct + CacheRequestMetric *metrics.Metric[*CacheRequestMetric] + Clients k8s.Clients + Clock clock.Clock + DiffCache diffcache.Cache + Logger logrus.FieldLogger + Metrics metrics.Client + func (oc *ObjectCache) Close(ctx context.Context) error + func (oc *ObjectCache) Get(ctx context.Context, object utilobject.VersionedKey) (*unstructured.Unstructured, error) + func (oc *ObjectCache) Init() error + func (oc *ObjectCache) Options() manager.Options + func (oc *ObjectCache) Start(ctx context.Context) error