mirror of
https://github.com/kubernetes-sigs/node-feature-discovery.git
synced 2025-03-31 04:04:51 +00:00
Prevents potential race between node-updater pool and the api-controller when re-configuring nfd-master. Reconfiguration causes a new api-controller instance to be created so nfd api lister might change in the midst of processing a node update (if the pool was running). No actual issues related to this have been identified but races (like this) should still be avoided. |
||
---|---|---|
.. | ||
metrics.go | ||
nfd-api-controller.go | ||
nfd-api-controller_test.go | ||
nfd-master-internal_test.go | ||
nfd-master.go | ||
nfd-master_test.go | ||
node-updater-pool.go | ||
node-updater-pool_test.go |