Versions in this module Expand all Collapse all v0 v0.4.0 Jan 9, 2024 Changes in this version + const MetricReconcileFail + type CachedPodListFunc func() sets.String + type Manager struct + func NewManager(emitter metrics.MetricEmitter, cachedPods CachedPodListFunc, ...) *Manager + func (m *Manager) RegistPodAddedFunc(podAddedFunc PodAddedFunc) + func (m *Manager) RegistPodDeletedFunc(podDeletedFunc PodDeletedFunc) + func (m *Manager) Run(ctx context.Context, reconcilePeriod time.Duration) + type PodAddedFunc func(podUID string) + type PodDeletedFunc func(podUID string)