kubernetes/pkg/scheduler/util
Patrick Ohly e01db32573 scheduler util: handle cache.DeletedFinalStateUnknown in As
Informer callbacks must be prepared to get cache.DeletedFinalStateUnknown as
the deleted object. They can use that as hint that some information may have
been missed, but typically they just retrieve the stored object inside it.
2023-07-12 11:07:59 +02:00
..
pod_resources_test.go dedupe pod resource request calculation 2023-03-09 17:15:53 -06:00
pod_resources.go dedupe pod resource request calculation 2023-03-09 17:15:53 -06:00
utils_test.go feature(scheduler): implement ClusterEventWithHint to filter out useless events 2023-06-22 13:36:19 +00:00
utils.go scheduler util: handle cache.DeletedFinalStateUnknown in As 2023-07-12 11:07:59 +02:00