diff --git a/keps/sig-api-machinery/00xx-admission-webhooks-to-ga.md b/keps/sig-api-machinery/00xx-admission-webhooks-to-ga.md index 15deb23d4656..f19184219e62 100644 --- a/keps/sig-api-machinery/00xx-admission-webhooks-to-ga.md +++ b/keps/sig-api-machinery/00xx-admission-webhooks-to-ga.md @@ -199,6 +199,8 @@ This feature will add a port field to service based webhooks and allows specifyi other than 443 for service based webhooks. Specifying port should already be available for URL based webhooks. +The following field will be added to the `ServiceReference` types used by admission webhooks, `APIService`, and `AuditSink` configurations: + ```golang type ServiceReference struct { ...