From a6090485b1ebf0c4c6d131054071f7a73895f025 Mon Sep 17 00:00:00 2001 From: Jordan Liggitt Date: Fri, 1 Feb 2019 14:42:55 -0500 Subject: [PATCH] Clarify service port applies to all webhook servicereferences --- keps/sig-api-machinery/00xx-admission-webhooks-to-ga.md | 2 ++ 1 file changed, 2 insertions(+) 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 f41cfa8ad76..e6b67cf2fb8 100644 --- a/keps/sig-api-machinery/00xx-admission-webhooks-to-ga.md +++ b/keps/sig-api-machinery/00xx-admission-webhooks-to-ga.md @@ -204,6 +204,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 { ...