Versions in this module Expand all Collapse all v1 v1.6.0 Jul 29, 2026 v1.5.2 Mar 19, 2026 Changes in this version + func NewMonitoringStore(resourceType string, createHandlers []ObjCreateFunc, ...) *monitoringStore + type IntervalRecorder interface + AddIntervals func(intervals ...monitorapi.Interval) + type ObjCreateFunc func(obj interface{}) []monitorapi.Interval + type ObjDeleteFunc func(obj interface{}) []monitorapi.Interval + type ObjUpdateFunc func(obj, oldObj interface{}) []monitorapi.Interval + type ResourceTracker interface + RecordResource func(resourceType string, obj runtime.Object)