Skip to content

Commit 1b4f1a6

Browse files
committed
clarifiy requirement of name uniqueness.
1 parent 9c69b40 commit 1b4f1a6

File tree

1 file changed

+1
-1
lines changed
  • keps/sig-api-machinery/3488-cel-admission-control

1 file changed

+1
-1
lines changed

keps/sig-api-machinery/3488-cel-admission-control/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1372,7 +1372,7 @@ For example:
13721372
- expression: "variables.itemMetadataNames.exists(name, name == 'required')"
13731373
```
13741374

1375-
Variable names must be valid CEL names. What constitutes a
1375+
Variable names must be valid CEL names and must be unique among all variables. What constitutes a
13761376
valid CEL name can be found at CEL[language definition](https://github.com/google/cel-spec/blob/master/doc/langdef.md#syntax)
13771377
under `IDENT`. This validity is checked when the policy is being created or updated.
13781378

0 commit comments

Comments
 (0)