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 7c5f7d600e source/cpu: make cpuid configurable
Add 'cpuid/attributeBlacklist' and 'cpuid/attributeWhitelist' config
options for the cpu feature source. These can be used to filter the set
of cpuid capabilities that get published. The intention is to reduce
clutter in the NFD label space, getting rid of "obvious" or misleading
cpuid labels. Whitelisting has higher priority, i.e.  only whitelist
takes effect if both attributeWhitelist and attributeBlacklist are
specified.
2019-05-13 17:17:02 +03:00
..
cpu source/cpu: make cpuid configurable 2019-05-13 17:17:02 +03: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 Use standard logger for all feature sources 2019-04-25 17:17:41 +03:00
local Use standard logger for all feature sources 2019-04-25 17:17:41 +03:00
memory source/memory: detect presence of NVDIMM devices 2019-03-19 09:38:30 +02: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 Use standard logger for all feature sources 2019-04-25 17:17:41 +03: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