Skip to content

Commit b40c464

Browse files
authored
Merge pull request #38410 from leo8a/patch-1
Fix some nits on psap-configuring-node-feature-discovery.adoc
2 parents 4bd1283 + 9b8474d commit b40c464

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

modules/psap-configuring-node-feature-discovery.adoc

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -287,9 +287,9 @@ sources:
287287

288288
[discrete]
289289
[id="configuring-node-feature-discovery-operator-sources-pci-deviceClassWhitelist_{context}"]
290-
=== soures.pci.deviceClassWhitelist
290+
=== sources.pci.deviceClassWhitelist
291291

292-
`soures.pci.deviceClassWhitelist` is a list of link:https://pci-ids.ucw.cz/read/PD[PCI device class IDs] for which to publish a label. It can be specified as a main class only (for example, `03`) or full class-subclass combination (for example `0300`). The former implies that all
292+
`sources.pci.deviceClassWhitelist` is a list of link:https://pci-ids.ucw.cz/read/PD[PCI device class IDs] for which to publish a label. It can be specified as a main class only (for example, `03`) or full class-subclass combination (for example `0300`). The former implies that all
293293
subclasses are accepted. The format of the labels can be further configured with `deviceLabelFields`.
294294

295295
Default: `["03", "0b40", "12"]`
@@ -304,9 +304,9 @@ sources:
304304

305305
[discrete]
306306
[id="configuring-node-feature-discovery-operator-sources-pci-deviceLabelFields_{context}"]
307-
=== soures.pci.deviceLabelFields
307+
=== sources.pci.deviceLabelFields
308308

309-
`soures.pci.deviceLabelFields` is the set of PCI ID fields to use when constructing the name of the feature label. Valid fields are `class`, `vendor`, `device`, `subsystem_vendor` and `subsystem_device`.
309+
`sources.pci.deviceLabelFields` is the set of PCI ID fields to use when constructing the name of the feature label. Valid fields are `class`, `vendor`, `device`, `subsystem_vendor` and `subsystem_device`.
310310

311311
Default: `[class, vendor]`
312312

@@ -322,9 +322,9 @@ With the example config above, NFD would publish labels such as `feature.node.ku
322322

323323
[discrete]
324324
[id="configuring-node-feature-discovery-operator-sources-usb-deviceClassWhitelist_{context}"]
325-
=== soures.usb.deviceClassWhitelist
325+
=== sources.usb.deviceClassWhitelist
326326

327-
`soures.usb.deviceClassWhitelist` is a list of USB link:https://www.usb.org/defined-class-codes[device class] IDs for
327+
`sources.usb.deviceClassWhitelist` is a list of USB link:https://www.usb.org/defined-class-codes[device class] IDs for
328328
which to publish a feature label. The format of the labels can be further
329329
configured with `deviceLabelFields`.
330330

@@ -340,9 +340,9 @@ sources:
340340

341341
[discrete]
342342
[id="configuring-node-feature-discovery-operator-sources-usb-deviceLabelFields_{context}"]
343-
=== soures.usb.deviceLabelFields
343+
=== sources.usb.deviceLabelFields
344344

345-
`soures.usb.deviceLabelFields` is the set of USB ID fields from which to compose the name of the feature label. Valid fields are `class`, `vendor`, and `device`.
345+
`sources.usb.deviceLabelFields` is the set of USB ID fields from which to compose the name of the feature label. Valid fields are `class`, `vendor`, and `device`.
346346

347347
Default: `[class, vendor, device]`
348348

@@ -358,9 +358,9 @@ With the example config above, NFD would publish labels like: `feature.node.kube
358358

359359
[discrete]
360360
[id="configuring-node-feature-discovery-operator-sources-custom_{context}"]
361-
=== soures.custom
361+
=== sources.custom
362362

363-
`soures.custom` is the list of rules to process in the custom feature source to create user-specific labels.
363+
`sources.custom` is the list of rules to process in the custom feature source to create user-specific labels.
364364

365365
Default: *empty*
366366

0 commit comments

Comments
 (0)