Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CacheManager ¶
type CacheManager struct {
// contains filtered or unexported fields
}
func NewCacheManager ¶
func NewCacheManager(opa syncutil.OpaDataClient, syncMetricsCache *syncutil.MetricsCache, tracker *readiness.Tracker, processExcluder *process.Excluder) *CacheManager
func (*CacheManager) AddObject ¶
func (c *CacheManager) AddObject(ctx context.Context, instance *unstructured.Unstructured) error
func (*CacheManager) RemoveObject ¶
func (c *CacheManager) RemoveObject(ctx context.Context, instance *unstructured.Unstructured) error
func (*CacheManager) ReportSyncMetrics ¶
func (c *CacheManager) ReportSyncMetrics()
Click to show internal directories.
Click to hide internal directories.