Skip to content

Commit a7470dd

Browse files
committed
Rename section title to "Match Conditions"
Signed-off-by: Max Smythe <[email protected]>
1 parent 0368c70 commit a7470dd

File tree

1 file changed

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

1 file changed

+3
-1
lines changed

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

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@
3030
- [CEL Expression Composition](#cel-expression-composition)
3131
- [Use Cases](#use-cases)
3232
- [Policy Predicates](#policy-predicates)
33+
- [Match Conditions](#match-conditions)
3334
- [Variables](#variables)
3435
- [Secondary Authz](#secondary-authz)
3536
- [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
11001101
it when necessary. For instance, if multiple validation expressions used the
11011102
same expensive expression, that expression could be refactored out into a
11021103
variable.
1103-
##### Policy Predicates
1104+
1105+
##### Match Conditions
11041106

11051107
Note that the syntax of the `matchConditions` resource is intended to
11061108
align with the [Admission Webhook Match Conditions KEP #3716](https://github.com/kubernetes/enhancements/pull/3717),

0 commit comments

Comments
 (0)