Skip to content

Commit 5c45cc3

Browse files
committed
Add jpbetz as approver
1 parent 9a837c4 commit 5c45cc3

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

keps/sig-api-machinery/3716-webhook-predicates/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -214,7 +214,7 @@ type MutatingWebhook struct {
214214

215215
// MatchCondition represents a condition which must by fulfilled for a request to be sent to a webhook.
216216
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.
218218
// ref: https://github.com/google/cel-spec
219219
// CEL expressions have access to the contents of the AdmissionRequest, organized into CEL variables:
220220
//

keps/sig-api-machinery/3716-webhook-predicates/kep.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ reviewers:
1212
- cici37
1313
- maxsmythe
1414
approvers:
15+
- jpbetz
1516
- deads2k
1617

1718
##### WARNING !!! ######

0 commit comments

Comments
 (0)