mirror of
https://github.com/kubernetes-sigs/node-feature-discovery.git
synced 2024-12-14 11:57:51 +00:00
Merge pull request #1382 from marquiz/devel/api-cleanup
apis/nfd: drop one stale comment line
This commit is contained in:
commit
076ed3c057
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