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 30
30
- [ CEL Expression Composition] ( #cel-expression-composition )
31
31
- [ Use Cases] ( #use-cases )
32
32
- [ Policy Predicates] ( #policy-predicates )
33
+ - [ Match Conditions] ( #match-conditions )
33
34
- [ Variables] ( #variables )
34
35
- [ Secondary Authz] ( #secondary-authz )
35
36
- [ Access to namespace metadata] ( #access-to-namespace-metadata )
@@ -1100,7 +1101,8 @@ takes a significant amount of time to execute), it would be nice to only run
1100
1101
it when necessary. For instance, if multiple validation expressions used the
1101
1102
same expensive expression, that expression could be refactored out into a
1102
1103
variable.
1103
- # #### Policy Predicates
1104
+
1105
+ # #### Match Conditions
1104
1106
1105
1107
Note that the syntax of the `matchConditions` resource is intended to
1106
1108
align with the [Admission Webhook Match Conditions KEP # 3716](https://github.com/kubernetes/enhancements/pull/3717),
You can’t perform that action at this time.
0 commit comments