Skip to content

Commit 36184df

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 c3bc36f commit 36184df

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
@@ -295,7 +295,7 @@ like the `all` macro, e.g. `self.all(listItem, <predicate>)` or `self.all(mapKey
295295
- If a object property name is a CEL language identifier (`int`, `uint`, `double`, `bool`, `string`,
296296
`bytes`, `list`, `map`, `null_type`, `type`, see [CEL language
297297
identifiers](https://github.com/google/cel-spec/blob/master/doc/langdef.md#values)) it is not
298-
accessible as a root variable and must be accessed via `self`, .e.g. `seft.int`.
298+
accessible as a root variable and must be accessed via `self`, .e.g. `self.int`.
299299

300300
- Rules may be written at the root of an object, and may make field selection into any fields
301301
declared in the OpenAPIv3 schema of the CRD. This includes selection of fields in both the `spec`

0 commit comments

Comments
 (0)