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
Markus Lehtonen b0d0797936 Add config support for the pci feature source
User can now configure the list of device classes to detect, either via
a configuration file or by using the --options command line flag.

An example of a command line flag to detect all network controllers and
("main class 0x02) and VGA display controllers ("main" class 0x03 and
subclass 0x00) would be:
  --options='{"sources": {"pci": {"deviceClassWhitelist": ["02", "0300"] } } }'
2018-10-10 12:36:20 +03:00
..
cpuid Improve GoReportCard metrics, both gofmt and golint (#90) 2018-03-05 07:51:47 -08:00
fake Improve GoReportCard metrics, both gofmt and golint (#90) 2018-03-05 07:51:47 -08:00
iommu Implement detection of IOMMU (#136) (#137) 2018-07-24 08:24:45 -07:00
memory Add memory source and NUMA detection. 2018-03-29 09:43:42 +03:00
network network: rename sriov labels 2018-10-03 15:25:58 +03:00
panic_fake Improve GoReportCard metrics, both gofmt and golint (#90) 2018-03-05 07:51:47 -08:00
pci Add config support for the pci feature source 2018-10-10 12:36:20 +03:00
pstate Skip pstate detection on Arm 2018-08-17 11:10:18 +03:00
rdt Fix typo: suppported -> supported 2018-10-02 17:14:03 +03:00
selinux Advertise selinux status by adding labels 2018-04-09 16:13:45 -04:00
storage Added nonrotational storage detection 2018-03-27 14:30:27 +03:00
source.go refactor sources to source pkg 2017-09-05 21:35:33 -07:00