Skip to content

Commit c02c903

Browse files
committed
Mark KEP 3716 as implementable
1 parent d749966 commit c02c903

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -214,8 +214,8 @@ type ValidatingWebhook struct {
214214
// for a request to be sent to this webhook. All conditions in the list must evaluate to TRUE for
215215
// the request to be matched.
216216
// +optional
217-
// +patchMergeKey=name
218-
// +patchStrategy=merge
217+
// +patchMergeKey=name
218+
// +patchStrategy=merge
219219
MatchConditions []MatchCondition `json:"matchConditions,omitempty"`
220220
}
221221

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ authors:
55
owning-sig: sig-api-machinery
66
participating-sigs:
77
- sig-auth
8-
status: provisional
8+
status: implementable
99
creation-date: 2023-01-09
1010
reviewers:
1111
- jpbetz
@@ -14,6 +14,7 @@ reviewers:
1414
approvers:
1515
- jpbetz
1616
- deads2k
17+
- lavalamp
1718

1819
##### WARNING !!! ######
1920
# prr-approvers has been moved to its own location

0 commit comments

Comments
 (0)