File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed
keps/sig-api-machinery/3716-webhook-predicates Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -214,8 +214,8 @@ type ValidatingWebhook struct {
214
214
// for a request to be sent to this webhook. All conditions in the list must evaluate to TRUE for
215
215
// the request to be matched.
216
216
// +optional
217
- // +patchMergeKey=name
218
- // +patchStrategy=merge
217
+ // +patchMergeKey=name
218
+ // +patchStrategy=merge
219
219
MatchConditions []MatchCondition ` json:"matchConditions,omitempty"`
220
220
}
221
221
Original file line number Diff line number Diff line change 5
5
owning-sig : sig-api-machinery
6
6
participating-sigs :
7
7
- sig-auth
8
- status : provisional
8
+ status : implementable
9
9
creation-date : 2023-01-09
10
10
reviewers :
11
11
- jpbetz
@@ -14,6 +14,7 @@ reviewers:
14
14
approvers :
15
15
- jpbetz
16
16
- deads2k
17
+ - lavalamp
17
18
18
19
# #### WARNING !!! ######
19
20
# prr-approvers has been moved to its own location
You can’t perform that action at this time.
0 commit comments