1
0
Fork 0
mirror of https://github.com/kubernetes-sigs/node-feature-discovery.git synced 2024-12-14 11:57:51 +00:00
node-feature-discovery/source/custom
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
..
rules source/custom: move rule expressions to pkg/apis/nfd/v1alpha1 2021-11-16 18:12:16 +02:00
custom.go source/custom: move rule matching to pkg/apis/nfd 2021-11-17 14:02:00 +02:00
directory_features.go source/custom: implement generic feature matching 2021-11-12 16:51:13 +02:00
static_features.go pkg/apis/nfd: work around issues with k8s deepcopy-gen 2021-11-17 13:40:43 +02:00