File tree Expand file tree Collapse file tree 1 file changed +1
-2
lines changed
keps/sig-api-machinery/3488-cel-admission-control Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change 29
29
- [ Namespace scoped policy binding] ( #namespace-scoped-policy-binding )
30
30
- [ CEL Expression Composition] ( #cel-expression-composition )
31
31
- [ Use Cases] ( #use-cases )
32
- - [ Policy Predicates] ( #policy-predicates )
33
32
- [ Match Conditions] ( #match-conditions )
34
33
- [ Variables] ( #variables )
35
34
- [ Secondary Authz] ( #secondary-authz )
@@ -1119,7 +1118,7 @@ the policy will be ignored. In order to keep bindings language-agnostic and to s
1119
1118
singleton policies, the logic should live in the policy definition resource. To enable
1120
1119
customization per-binding, the CEL statements should have access to the parameter resource.
1121
1120
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) :
1123
1122
1124
1123
` ` ` yaml
1125
1124
apiVersion: admissionregistration.k8s.io/v1alpha1
You can’t perform that action at this time.
0 commit comments