mirror of
https://github.com/kubernetes-sigs/node-feature-discovery.git
synced 2024-12-14 11:57:51 +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:
parent
02dd550d3b
commit
dbf00dcda6
1 changed files with 0 additions and 2 deletions
|
@ -202,8 +202,6 @@ type FeatureMatcherTerm struct {
|
|||
// evaluated against a set of input values.
|
||||
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
|
||||
// values. It contains an operator that is applied when matching the input and
|
||||
// an array of values that the operator evaluates the input against.
|
||||
|
|
Loading…
Reference in a new issue