1
0
Fork 0
mirror of https://github.com/kubernetes-sigs/node-feature-discovery.git synced 2025-03-09 02:07:03 +00:00
node-feature-discovery/pkg/apis/nfd/nodefeaturerule
Carlos Eduardo Arango Gutierrez 47c054e1db
Add NodeFeatureGroup CRD
The NodeFeatureGroup is an NFD-specific custom resource that is designed for
grouping nodes based on their features. NFD-Master watches for NodeFeatureGroup
objects in the cluster and updates the status of the NodeFeatureGroup object
with the list of nodes that match the feature group rules. The NodeFeatureGroup
rules follow the same syntax as the NodeFeatureRule rules.

Signed-off-by: Carlos Eduardo Arango Gutierrez <eduardoa@nvidia.com>
2024-05-23 16:34:08 +02:00
..
expression-api_test.go apis/nfd: increase unit test coverage 2024-04-30 16:02:13 +03:00
expression.go apis/nfd: no error on ops that never match 2024-04-23 11:07:49 +03:00
expression_test.go apis/nfd: no error on ops that never match 2024-04-23 11:07:49 +03:00
rule.go Add NodeFeatureGroup CRD 2024-05-23 16:34:08 +02:00
rule_test.go api/nfd: use varargs in the NewInstanceFeatures helper 2024-04-23 10:29:24 +03:00