1
0
Fork 0
mirror of https://github.com/kubernetes-sigs/node-feature-discovery.git synced 2025-03-30 19:54:46 +00:00
node-feature-discovery/pkg/apis/nfd/v1alpha1
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
..
annotations_labels.go apis/nfd: move annotation and label consts from nfd-master 2022-10-06 11:23:56 +03:00
doc.go apis/nfd: migrate pkg/api/feature 2022-10-15 07:42:20 +03:00
expression.go apis/nfd: migrate pkg/api/feature 2022-10-15 07:42:20 +03:00
expression_test.go apis/nfd: migrate pkg/api/feature 2022-10-15 07:42:20 +03:00
feature.go apis/nfd: flatten the structure of features data type 2022-10-18 18:37:28 +03:00
generate.sh apis/nfd: migrate pkg/api/feature 2022-10-15 07:42:20 +03:00
generated.pb.go apis/nfd: flatten the structure of features data type 2022-10-18 18:37:28 +03:00
generated.proto apis/nfd: update autogenerated code 2022-10-15 07:42:20 +03:00
register.go pkg/apis/nfd/v1alpha1: document exported symbols 2021-12-01 10:46:56 +02:00
rule.go apis/nfd: flatten the structure of features data type 2022-10-18 18:37:28 +03:00
rule_test.go apis/nfd: flatten the structure of features data type 2022-10-18 18:37:28 +03:00
types.go apis/nfd: flatten the structure of features data type 2022-10-18 18:37:28 +03:00
zz_generated.deepcopy.go apis/nfd: flatten the structure of features data type 2022-10-18 18:37:28 +03:00