1
0
Fork 0
mirror of https://github.com/kubernetes-sigs/node-feature-discovery.git synced 2025-03-16 13:28:18 +00:00
node-feature-discovery/source/custom
Markus Lehtonen a8092927fc source/custom: use internal api for config parsing
Change the custom feature source of nfd-worker to use the newly added
internal config API for its own configuration. It now uses the internal
types for json/yaml unmarshalling but converts them to external
nfdv1alpha1 API to do the actual rule matching as the internal API does
not duplicate that functionality.
2023-12-18 15:19:19 +02:00
..
api source/custom: add internal rule api 2023-12-18 15:19:19 +02:00
custom.go source/custom: use internal api for config parsing 2023-12-18 15:19:19 +02:00
directory_features.go source/custom: use internal api for config parsing 2023-12-18 15:19:19 +02:00
static_features.go source/custom: use internal api for config parsing 2023-12-18 15:19:19 +02:00