1
0
Fork 0
mirror of https://github.com/kubernetes-sigs/node-feature-discovery.git synced 2024-12-15 17:50:49 +00:00
node-feature-discovery/pkg/nfd-gc
Markus Lehtonen e3415ec484 nfd-gc: support garbage collection of NodeFeatures
Hook into the same logic already exercised for NodeResourceTopology
objects: GC watches for node delete events and immediately drops stale
objects (NRT and now also NF). In addition there is a periodic resync to
catch any missed node deletes, once every hour by default.
2023-08-22 21:24:26 +03:00
..
nfd-gc.go nfd-gc: support garbage collection of NodeFeatures 2023-08-22 21:24:26 +03:00
nfd-gc_test.go nfd-gc: support garbage collection of NodeFeatures 2023-08-22 21:24:26 +03:00