Skip to content

Commit

Permalink
Fix typos in expression code doc and matchExpression yamls
Browse files Browse the repository at this point in the history
Signed-off-by: Antti Kervinen <[email protected]>
  • Loading branch information
askervin authored and klihub committed Oct 2, 2024
1 parent 7143934 commit 6b0ccf9
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions config/crd/bases/config.nri_balloonspolicies.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ spec:
items:
description: |-
Expression describes some runtime-evaluated condition. An expression
consist of a key, an operator and a set of values. An expressions is
consists of a key, an operator and a set of values. An expression is
evaluated against an object which implements the Evaluable interface.
Evaluating an expression consists of looking up the value for the key
in the object, then using the operator to check it against the values
Expand Down Expand Up @@ -403,7 +403,7 @@ spec:
items:
description: |-
Expression describes some runtime-evaluated condition. An expression
consist of a key, an operator and a set of values. An expressions is
consists of a key, an operator and a set of values. An expression is
evaluated against an object which implements the Evaluable interface.
Evaluating an expression consists of looking up the value for the key
in the object, then using the operator to check it against the values
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ spec:
items:
description: |-
Expression describes some runtime-evaluated condition. An expression
consist of a key, an operator and a set of values. An expressions is
consists of a key, an operator and a set of values. An expression is
evaluated against an object which implements the Evaluable interface.
Evaluating an expression consists of looking up the value for the key
in the object, then using the operator to check it against the values
Expand Down Expand Up @@ -403,7 +403,7 @@ spec:
items:
description: |-
Expression describes some runtime-evaluated condition. An expression
consist of a key, an operator and a set of values. An expressions is
consists of a key, an operator and a set of values. An expression is
evaluated against an object which implements the Evaluable interface.
Evaluating an expression consists of looking up the value for the key
in the object, then using the operator to check it against the values
Expand Down
2 changes: 1 addition & 1 deletion pkg/apis/resmgr/v1alpha1/types.go
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
package resmgr

// Expression describes some runtime-evaluated condition. An expression
// consist of a key, an operator and a set of values. An expressions is
// consists of a key, an operator and a set of values. An expression is
// evaluated against an object which implements the Evaluable interface.
// Evaluating an expression consists of looking up the value for the key
// in the object, then using the operator to check it against the values
Expand Down

0 comments on commit 6b0ccf9

Please sign in to comment.