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
Adrian Chiris e4e3a9f68e Implement the 'custom' feature Source
- Implement the 'custom' feature source utilizing the
  match rules implemented in previous commit.

- Add a static custom feature list for:
  1. rdma.capable - marks a node where devices that support
     RDMA are present.
  2. rdma.enabled - marks a node where rdma modules have
     been loaded.
  A user may extend these features with additional match rules via
  NFD configuration file.
2020-03-19 09:31:59 +02:00
..
rules Implement the 'custom' feature Source 2020-03-19 09:31:59 +02:00
custom.go Implement the 'custom' feature Source 2020-03-19 09:31:59 +02:00
static_features.go Implement the 'custom' feature Source 2020-03-19 09:31:59 +02:00