Skip to content

Commit c3bc36f

Browse files
jpbetzliggitt
andauthored
Update keps/sig-api-machinery/2876-crd-validation-expression-language/README.md
Co-authored-by: Jordan Liggitt <[email protected]>
1 parent 6af4a04 commit c3bc36f

File tree

1 file changed

+1
-1
lines changed
  • keps/sig-api-machinery/2876-crd-validation-expression-language

1 file changed

+1
-1
lines changed

keps/sig-api-machinery/2876-crd-validation-expression-language/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -236,7 +236,7 @@ extension in the schema. In the above example, the validator is scoped to the
236236
`spec` field. `self` will be used to represent the name of the field which the validator
237237
is scoped to.
238238

239-
- Consideration under adding the representative of scoped filed name: There would be composition
239+
- Consideration under adding the representative of scoped field name: There would be composition
240240
problem while generating CRD with tools like `controller-gen`. When trying to add validation as
241241
a marker comment to a field, the validation rule will be hard to define without the actual field
242242
name. As the example showing below. When we want to put cel validation on ToySpec, the field

0 commit comments

Comments
 (0)