We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9c69b40 commit 1b4f1a6Copy full SHA for 1b4f1a6
keps/sig-api-machinery/3488-cel-admission-control/README.md
@@ -1372,7 +1372,7 @@ For example:
1372
- expression: "variables.itemMetadataNames.exists(name, name == 'required')"
1373
```
1374
1375
-Variable names must be valid CEL names. What constitutes a
+Variable names must be valid CEL names and must be unique among all variables. What constitutes a
1376
valid CEL name can be found at CEL[language definition](https://github.com/google/cel-spec/blob/master/doc/langdef.md#syntax)
1377
under `IDENT`. This validity is checked when the policy is being created or updated.
1378
0 commit comments