1
0
Fork 0
mirror of https://github.com/kubernetes-sigs/node-feature-discovery.git synced 2025-03-30 19:54:46 +00:00
node-feature-discovery/pkg/apis/nfd/v1alpha1
Markus Lehtonen 8b9df3cf31 source/custom: move rule matching to pkg/apis/nfd
Move the rule processing of matchFeatures and matchAny from
source/custom package over to pkg/apis/nfd, aiming for better integrity
and re-usability of the code. Does not change the CRD API as such, just
adds more supportive functions.
2021-11-17 14:02:00 +02:00
..
doc.go pkg/apis/nfd: specify CRD for custom labeling rules 2021-11-17 13:40:23 +02:00
expression.go pkg/apis/nfd: specify a dedicated type for regexp cache 2021-11-17 13:40:43 +02:00
expression_test.go source/custom: move rule expressions to pkg/apis/nfd/v1alpha1 2021-11-16 18:12:16 +02:00
rule.go source/custom: move rule matching to pkg/apis/nfd 2021-11-17 14:02:00 +02:00
rule_test.go source/custom: move rule matching to pkg/apis/nfd 2021-11-17 14:02:00 +02:00
types.go pkg/apis/nfd: specify a dedicated type for regexp cache 2021-11-17 13:40:43 +02:00
zz_generated.deepcopy.go pkg/apis/nfd: specify a dedicated type for regexp cache 2021-11-17 13:40:43 +02:00