mirror of
https://github.com/kubernetes-sigs/node-feature-discovery.git
synced 2024-12-14 11:57:51 +00:00
b9ab93559b
- Add a Rule interface to help describe the contract between a match rule and the Custom source that uses it. - Add PciIdRule - a rule that matches on the PCI attributes: class, vendor, device. Each is provided as a list of elements(strings). Match operation: OR will be performed per element and AND will be performed per attribute. An empty attribute will not be included in the matching process. Example: { "class": ["0200"] "vendor": ["15b3"] "device": ["1014", "1016"] } - Add LoadedKmodRule - a rule that matches a list of kernel modules with the kernel modules currently loaded in the node. Example: { ["rdma_cm", "ib_core"] } |
||
---|---|---|
.. | ||
cpu | ||
custom | ||
fake | ||
internal | ||
iommu | ||
kernel | ||
local | ||
memory | ||
network | ||
panic_fake | ||
pci | ||
storage | ||
system | ||
mock_FeatureSource.go | ||
source.go |