What
Two small cleanups in InformerManager:
- Replace the custom stop channel with a plain
context.Context.
- Use a lazy-initialized sync map to reduce informer sync lookups.
Locations
pkg/utils/informer/informermanager.go:85
pkg/utils/informer/informermanager.go:152
What
Two small cleanups in
InformerManager:context.Context.Locations
pkg/utils/informer/informermanager.go:85pkg/utils/informer/informermanager.go:152