1
0
Fork 0
mirror of https://github.com/kubernetes-sigs/node-feature-discovery.git synced 2025-03-06 16:57:10 +00:00
node-feature-discovery/pkg/nfd-master
Marcin Franczyk 51bbbe202d Extend NFR code with MatchStatus and introduce failFast strategy.
MatchStatus provides details about successful expressions and their results,
which are the matched host features. Additionally, a new flag controls
rule processing behavior: it can either stop at the first error or
continue processing all expressions and rules.

Signed-off-by: Marcin Franczyk <marcin0franczyk@gmail.com>
2024-12-18 10:48:14 +01:00
..
metrics.go chore: add metrics system prefix 2024-11-28 09:57:40 +08:00
namespace-lister.go nfd-master: check that namespace informer cache sync succeeded 2024-12-02 12:46:25 +02:00
nfd-api-controller.go nfd-master: check that namespace informer cache sync succeeded 2024-12-02 12:46:25 +02:00
nfd-api-controller_test.go nfd-master: check that namespace informer cache sync succeeded 2024-12-02 12:46:25 +02:00
nfd-master-internal_test.go nfd-master: drop resourceLabels 2024-11-07 15:16:52 +02:00
nfd-master.go Extend NFR code with MatchStatus and introduce failFast strategy. 2024-12-18 10:48:14 +01:00
nfd-master_test.go Drop NFD gRPC API 2024-10-29 15:15:18 +01:00
updater-pool.go nfd-master: use Typed* workqueue types 2024-10-30 12:25:16 +02:00
updater-pool_test.go nfd-master: explicit state variable for the node updater pool 2024-08-19 13:27:56 +03:00