1
0
Fork 0
mirror of https://github.com/kubernetes-sigs/node-feature-discovery.git synced 2024-12-15 17:50:49 +00:00

apis/nfd: drop one stale comment line

Drop a leftover "docstring" comment that wasn't removed with the type it
refers to.
This commit is contained in:
Markus Lehtonen 2023-09-27 14:23:12 +03:00
parent 02dd550d3b
commit dbf00dcda6

View file

@ -202,8 +202,6 @@ type FeatureMatcherTerm struct {
// evaluated against a set of input values. // evaluated against a set of input values.
type MatchExpressionSet map[string]*MatchExpression type MatchExpressionSet map[string]*MatchExpression
// Expressions is a helper type to work around issues with k8s deepcopy-gen
// MatchExpression specifies an expression to evaluate against a set of input // MatchExpression specifies an expression to evaluate against a set of input
// values. It contains an operator that is applied when matching the input and // values. It contains an operator that is applied when matching the input and
// an array of values that the operator evaluates the input against. // an array of values that the operator evaluates the input against.