File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed
keps/sig-api-machinery/3716-webhook-predicates Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -214,7 +214,7 @@ type MutatingWebhook struct {
214
214
215
215
// MatchCondition represents a condition which must by fulfilled for a request to be sent to a webhook.
216
216
type MatchCondition struct {
217
- // Expression represents the expression which will be evaluated by CEL.
217
+ // Expression represents the expression which will be evaluated by CEL.
218
218
// ref: https://github.com/google/cel-spec
219
219
// CEL expressions have access to the contents of the AdmissionRequest, organized into CEL variables:
220
220
//
Original file line number Diff line number Diff line change @@ -12,6 +12,7 @@ reviewers:
12
12
- cici37
13
13
- maxsmythe
14
14
approvers :
15
+ - jpbetz
15
16
- deads2k
16
17
17
18
# #### WARNING !!! ######
You can’t perform that action at this time.
0 commit comments