File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed
keps/sig-api-machinery/3488-cel-admission-control Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -852,7 +852,9 @@ Policy definitions:
852
852
- `messageExpression : " <cel expression>" ` (mutually exclusive with ` message`)
853
853
- As part of [the KEP update to add expression composition](https://github.com/kubernetes/enhancements/pull/3669/files),
854
854
expressions defined under `variables` will be accessible from `messageExpression`
855
- - While messageExpression is a CEL expression, it does not factor into the runtime cost limit.
855
+ - ` messageExpression` is a CEL expression and thus factors into the runtime cost limit.
856
+ If the runtime cost limit is exceeded during `messageExpression` execution, then this is logged.
857
+ Whether or not the action is admitted after that depends upon failure policy.
856
858
- If `message` and `messageExpression` are absent, `expression` and `name`
857
859
will be included in the failure message
858
860
- If `messageExpression` results in an error : ` expression` and `name` will be
You can’t perform that action at this time.
0 commit comments