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 eeed6d14b1 Support non-binary kconfig options in kernel feature source
Discover other than bool or tristate kconfig options, too. For bool and
tristate the node label is still binary (i.e. set to "true" if the
kconfig option has been enabled). For other kconfig types (e.g. string
or int) the value of the label directly corresponds to the value of the
kconfig flag, e.g. "32", "elf64-x86-64" etc.
2019-02-22 22:15:25 +02:00
..
cpu Implement cpu feature source 2018-12-07 16:58:09 +02:00
cpuid Add ARM64 support to cpuid 2018-12-05 10:13:24 +02:00
fake Import from sigs.k8s.io/node-feature-discovery 2018-12-04 15:15:46 +02:00
iommu Import from sigs.k8s.io/node-feature-discovery 2018-12-04 15:15:46 +02:00
kernel Support non-binary kconfig options in kernel feature source 2019-02-22 22:15:25 +02:00
local Import from sigs.k8s.io/node-feature-discovery 2018-12-04 15:15:46 +02:00
memory Import from sigs.k8s.io/node-feature-discovery 2018-12-04 15:15:46 +02:00
network Import from sigs.k8s.io/node-feature-discovery 2018-12-04 15:15:46 +02:00
panic_fake Import from sigs.k8s.io/node-feature-discovery 2018-12-04 15:15:46 +02:00
pci Import from sigs.k8s.io/node-feature-discovery 2018-12-04 15:15:46 +02:00
pstate Import from sigs.k8s.io/node-feature-discovery 2018-12-04 15:15:46 +02:00
rdt Import from sigs.k8s.io/node-feature-discovery 2018-12-04 15:15:46 +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
source.go Support for non-binary labels 2018-10-10 13:21:49 +03:00