Files
kubernetes/pkg/controller/disruption
Patrick Ohly f20eb2e7c1 client-go workqueue: add optional logger
NewTypedDelayingQueueWithConfig spawns a goroutine, but apparently shutdown is
already handled somehow. Therefore only the option to set a logger gets added
to the Config struct.

The problem then becomes that developers might forget to set that
logger. logcheck can't detect that. For now, all in-tree users get updated
immediately.
2024-12-20 19:42:24 +01:00
..