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/pkg/nfd-worker
Markus Lehtonen 29cbb2429c nfd-worker: add special handling for --sources=all
A new special value 'all' is a shortcut for enabling all feature
sources. It should be the only name specified -- if any other names are
specified 'all' does not take effect, but, we only enable the listed
feature sources. E.g.
  --sources=all enables all sources, but
  --sources=all,cpu only enables the cpu source

Also, print a warning if unknown sources are specified.
2020-11-20 16:23:53 +02:00
..
nfd-worker-internal_test.go nfd-worker: rework configuration handling 2020-05-21 00:59:37 +03:00
nfd-worker.go nfd-worker: add special handling for --sources=all 2020-11-20 16:23:53 +02:00
nfd-worker_test.go nfd-master: fix --label-whitelist 2019-05-08 23:07:52 +03:00