1
0
Fork 0
mirror of https://github.com/kubernetes-sigs/node-feature-discovery.git synced 2025-03-05 08:17:04 +00:00
node-feature-discovery/pkg
Markus Lehtonen 655f5c5555 sources: move all cpu related features under the cpu source
Remove 'cpuid', 'pstate' and 'rdt' feature sources and move their
functionality under the 'cpu' source. The goal is to have a more
systematic organization of feature sources and labels. After this change
we now basically have one source per type of hw, one for kernel and one
for userspace sw.

Related feature labels are changed, correspondingly, new labels being:
    feature.node.k8s.io/cpu-cpuid.<cpuid flag>
    feature.node.k8s.io/cpu-pstate.turbo
    feature.node.k8s.io/cpu-rdt.<rdt feature>
2019-05-09 20:18:36 +03:00
..
apihelper apihelpers: drop unused fields from K8sHelpers 2019-05-07 10:37:16 +03:00
cpuid Re-factor cpuid functionality out of source/rdt 2019-04-12 14:36:08 +03:00
labeler Fix unit tests after master-worker split 2019-04-04 22:40:24 +03:00
nfd-master nfd-master: correct a mistake in unit tests 2019-05-08 23:07:52 +03:00
nfd-worker sources: move all cpu related features under the cpu source 2019-05-09 20:18:36 +03:00
version Move version information into a separate module 2019-04-04 22:40:24 +03:00