1
0
Fork 0
mirror of https://github.com/kubernetes-sigs/node-feature-discovery.git synced 2025-03-09 02:07:03 +00:00
node-feature-discovery/pkg/apis/nfd/nodefeaturerule
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
..
expression-api_test.go Extend NFR code with MatchStatus and introduce failFast strategy. 2024-12-18 10:48:14 +01:00
expression.go Extend NFR code with MatchStatus and introduce failFast strategy. 2024-12-18 10:48:14 +01:00
expression_test.go apis/nfd: no error on ops that never match 2024-04-23 11:07:49 +03:00
rule.go Extend NFR code with MatchStatus and introduce failFast strategy. 2024-12-18 10:48:14 +01:00
rule_test.go Extend NFR code with MatchStatus and introduce failFast strategy. 2024-12-18 10:48:14 +01:00