Skip to content

Commit 02e9602

Browse files
jpbetzcbandy
andauthored
Update keps/sig-api-machinery/2876-crd-validation-expression-language/README.md
Co-authored-by: Chris Bandy <[email protected]>
1 parent 988e26d commit 02e9602

File tree

1 file changed

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

1 file changed

+5
-5
lines changed

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

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -311,11 +311,11 @@ like the `all` macro, e.g. `self.all(listItem, <predicate>)` or `self.all(mapKey
311311

312312
- Only property names of the form `[a-zA-Z_.-/][a-zA-Z0-9_.-/]*` are accessible and are escaped
313313
according to the following rules when accessed in the expression:
314-
- '__' escapes to '__underscores__'
315-
- '.' escapes to '__dot__'
316-
- '-' escapes to '__dash__'
317-
- '/' escapes to '__slash__'
318-
- Property names that match a CEL RESERVED keyword exactly escape to '__{keyword}__'. The
314+
- `__` escapes to `__underscores__`
315+
- `.` escapes to `__dot__`
316+
- `-` escapes to `__dash__`
317+
- `/` escapes to `__slash__`
318+
- Property names that match a CEL RESERVED keyword exactly escape to `__{keyword}__`. The
319319
keywords are: "true", "false", "null", "in", "as", "break", "const", "continue", "else", "for",
320320
"function", "if", "import", "let", "loop", "package", "namespace", "return".
321321

0 commit comments

Comments
 (0)