Skip to content

Commit 076ed3c

Browse files
authored
Merge pull request #1382 from marquiz/devel/api-cleanup
apis/nfd: drop one stale comment line
2 parents 02dd550 + dbf00dc commit 076ed3c

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

pkg/apis/nfd/v1alpha1/types.go

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -202,8 +202,6 @@ type FeatureMatcherTerm struct {
202202
// evaluated against a set of input values.
203203
type MatchExpressionSet map[string]*MatchExpression
204204

205-
// Expressions is a helper type to work around issues with k8s deepcopy-gen
206-
207205
// MatchExpression specifies an expression to evaluate against a set of input
208206
// values. It contains an operator that is applied when matching the input and
209207
// an array of values that the operator evaluates the input against.

0 commit comments

Comments
 (0)