Skip to content

Commit 425db6b

Browse files
committed
Remove mentions of policy predicates
Signed-off-by: Max Smythe <[email protected]>
1 parent 6df9f09 commit 425db6b

File tree

1 file changed

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

1 file changed

+1
-2
lines changed

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,6 @@
2929
- [Namespace scoped policy binding](#namespace-scoped-policy-binding)
3030
- [CEL Expression Composition](#cel-expression-composition)
3131
- [Use Cases](#use-cases)
32-
- [Policy Predicates](#policy-predicates)
3332
- [Match Conditions](#match-conditions)
3433
- [Variables](#variables)
3534
- [Secondary Authz](#secondary-authz)
@@ -1119,7 +1118,7 @@ the policy will be ignored. In order to keep bindings language-agnostic and to s
11191118
singleton policies, the logic should live in the policy definition resource. To enable
11201119
customization per-binding, the CEL statements should have access to the parameter resource.
11211120

1122-
Here is an example of a policy definition using policy predicates (under the `matchConditions` field):
1121+
Here is an example of a policy definition using match conditions (under the `matchConditions` field):
11231122

11241123
```yaml
11251124
apiVersion: admissionregistration.k8s.io/v1alpha1

0 commit comments

Comments
 (0)