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
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
..
cpu vendor: update klauspost/cpuid 2020-01-29 14:51:44 +02:00
custom Implement the 'custom' feature Source 2020-03-19 09:31:59 +02:00
fake Import from sigs.k8s.io/node-feature-discovery 2018-12-04 15:15:46 +02:00
internal Move PCI introspection logic to its own internal package 2020-03-12 15:09:27 +02:00
iommu Import from sigs.k8s.io/node-feature-discovery 2018-12-04 15:15:46 +02:00
kernel kernel: fix undefined symbol error 2019-06-10 15:25:41 +03:00
local Allow to change labels namespace 2019-05-09 13:17:52 -07:00
memory source/memory: detect NVDIMM DAX mode 2019-06-11 09:58:30 +03:00
network Drop glog based logging 2019-04-25 17:14:58 +03:00
panic_fake Import from sigs.k8s.io/node-feature-discovery 2018-12-04 15:15:46 +02:00
pci Move PCI introspection logic to its own internal package 2020-03-12 15:09:27 +02:00
storage Import from sigs.k8s.io/node-feature-discovery 2018-12-04 15:15:46 +02:00
system source/system: advertise major and minor OS version 2019-02-13 20:45:13 +02:00
mock_FeatureSource.go Re-generate mock sources 2019-04-04 22:40:24 +03:00
source.go Support for non-binary labels 2018-10-10 13:21:49 +03:00