Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: fix typo in CRD name #1011

Merged
merged 1 commit into from
Dec 21, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions docs/usage/custom-resources.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,10 @@ NFD uses some Kubernetes [custom resources][custom-resources].
## NodeFeature

**EXPERIMENTAL**
NodeFeatureRule is an NFD-specific custom resource for communicating node
features and node labeling requests. Support for NodeFeatureRule objects is
NodeFeature is an NFD-specific custom resource for communicating node
features and node labeling requests. Support for NodeFeature objects is
disabled by default. If enabled, nfd-master watches for NodeFeature objects,
labels nodes accordingly and uses the listed features as input when evaluating
labels nodes as specified and uses the listed features as input when evaluating
[NodeFeatureRule](#nodefeaturerule)s. NodeFeature objects can be used for
implementing 3rd party extensions (see
[customization guide](customization-guide#nodefeature-custom-resource) for more
Expand Down