1
0
Fork 0
mirror of https://github.com/kubernetes-sigs/node-feature-discovery.git synced 2025-03-16 13:28:18 +00:00
node-feature-discovery/pkg/nfd-master
Markus Lehtonen 07481de2c8 nfd-master: do nfd API scheme registration in an init function
Prevents (rare) races on nfd-master reconfigurartion. Previously the
scheme was registered at nfd API controller creation/startup time. This
caused a race with some lister/informer goroutines of the previous
(stoppped) controller still running and accessing (reading) the sceme
while we were updating (writing) it.
2024-03-27 18:54:59 +00:00
..
metrics.go Refactor metrics 2023-10-09 10:49:12 +03:00
nfd-api-controller.go nfd-master: do nfd API scheme registration in an init function 2024-03-27 18:54:59 +00:00
nfd-api-controller_test.go nfd-master: refactor api-controller object handling 2023-04-28 17:33:33 +03:00
nfd-master-internal_test.go Create a Validate pkg 2023-12-11 16:54:22 +01:00
nfd-master.go apis/nfd: split rule processing into a separate package 2023-12-20 12:52:15 +02:00
nfd-master_test.go Add master config file 2023-04-03 09:52:09 +01:00
node-updater-pool.go nfd-master: fix retry of node updates 2023-10-20 17:24:01 +03:00
node-updater-pool_test.go test: add node updater pool unit tests 2023-07-19 12:03:35 +01:00