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
Markus Lehtonen b907d07d7e apis/nfd: flatten the structure of features data type
Flatten the data structure that stores features, dropping the "domain"
level from the data model. That extra level of hierarchy brought little
benefit but just caused some extra complexity, instead. The new
structure nicely matches what we have in the NodeFeatureRule object (the
matchFeatures field of uses the same flat structure with the "feature"
field having a value <domain>.<feature>, e.g. "kernel.version").

This is pre-work for introducing a new "node feature" CRD that contains
the raw feature data. It makes the life of both users and developers
easier when both CRDs, plus our internal code, handle feature data in a
similar flat structure.
2022-10-18 18:37:28 +03:00
..
apihelper Standardize "k8s.io/api/core/v1" package short name 2022-10-15 02:22:41 +03:00
apis/nfd/v1alpha1 apis/nfd: flatten the structure of features data type 2022-10-18 18:37:28 +03:00
cpuid pkg/cpuid: lint fixes 2020-05-20 21:48:06 +03:00
generated Update auto-generated artefacts 2022-09-08 12:45:20 +03:00
kubeconf Drop deprecated io/ioutil package 2022-09-08 14:26:02 +03:00
labeler apis/nfd: flatten the structure of features data type 2022-10-18 18:37:28 +03:00
nfd-client apis/nfd: flatten the structure of features data type 2022-10-18 18:37:28 +03:00
nfd-master apis/nfd: flatten the structure of features data type 2022-10-18 18:37:28 +03:00
podres topologyupdater: Bootstrap nfd-topology-updater in NFD 2021-09-21 10:47:39 +01:00
resourcemonitor Standardize "k8s.io/api/core/v1" package short name 2022-10-15 02:22:41 +03:00
topologypolicy topologyupdater: Bootstrap nfd-topology-updater in NFD 2021-09-21 10:47:39 +01:00
topologyupdater Re-generate files 2022-08-10 09:47:23 +03:00
utils Standardize "k8s.io/api/core/v1" package short name 2022-10-15 02:22:41 +03:00
version version: allow undefined version 2020-03-20 07:21:43 +02:00