File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
keps/sig-api-machinery/3488-cel-admission-control Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -473,7 +473,7 @@ Policy definitions are responsible for:
473
473
Each `ValidatingAdmissionPolicy` resource contains a `spec.match` to declare
474
474
what resources it validates. This field is required.
475
475
476
- - ` spec.match` constraints which resources this policy can be applied to. Policy
476
+ - ` spec.match` constrains which resources this policy can be applied to. Policy
477
477
configurations each have match rules with further narrow this constraint, but
478
478
cannot expand it. This allows the CEL expressions to make safe assumptions.
479
479
E.g. a CEL expression that is constrained to CREATES and UPDATES of resources
@@ -507,7 +507,7 @@ See below "Reporting violations to Clients" for more detail about how the
507
507
508
508
Policy configurations are the interface between `ValidatingAdmissionPolicy`
509
509
authors and the administrators that configure the policies for clusters. The
510
- configurations allows policy definition authors to define how exactly a
510
+ configuration allows policy definition authors to define how exactly a
511
511
` ValidatingAdmissionPolicy` may be configured using a OpenAPIv3 structural
512
512
schema.
513
513
You can’t perform that action at this time.
0 commit comments