1
0
Fork 0
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:
Kubernetes Prow Robot 2023-09-28 06:04:36 -07:00 committed by GitHub
commit 076ed3c057
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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.