Skip to content

Commit

Permalink
Merge pull request #1177 from k8s-infra-cherrypick-robot/cherry-pick-…
Browse files Browse the repository at this point in the history
…1171-to-release-0.13

[release-0.13] pkg/nfd-master/nfd-master.go: Fix typo
  • Loading branch information
k8s-ci-robot authored Apr 22, 2023
2 parents b72a409 + 3251092 commit f609573
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/nfd-master/nfd-master.go
Original file line number Diff line number Diff line change
Expand Up @@ -720,7 +720,7 @@ func (m *nfdMaster) filterExtendedResources(features *nfdv1alpha1.Features, exte
}
element, ok := attrFeatureSet.Elements[elementName]
if !ok {
klog.Errorf("element %s not foundon feature %s. Ignoring Extended Resource %q", elementName, featureName, extendedResource)
klog.Errorf("element %s not found on feature %s. Ignoring Extended Resource %q", elementName, featureName, extendedResource)
continue
}
q, err := k8sQuantity.ParseQuantity(element)
Expand Down

0 comments on commit f609573

Please sign in to comment.