You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: keps/sig-api-machinery/3488-cel-admission-control/README.md
+7-7Lines changed: 7 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -907,7 +907,7 @@ Problem examples:
907
907
| CRD is in multiple clusters, but schema differs | If policy author is aware of the schema variations, can they write policies that work for all the variations? |
908
908
| Validation of an aggregated API server type | Main API server does not have type definitions |
909
909
910
-
Due to these complications, we have decided to evalute CEL expressions
910
+
Due to these complications, we have decided to evaluate CEL expressions
911
911
dynamically. Informational type checking will be provided (except for aggregated
912
912
API server types), but will be surfaced only as warnings. See "Alternatives
913
913
Considered" section for details of all the alternatives we reviewed when
0 commit comments