Skip to content

Commit

Permalink
Clarify service port applies to all webhook servicereferences
Browse files Browse the repository at this point in the history
  • Loading branch information
liggitt committed Feb 4, 2019
1 parent 2fcdce5 commit a609048
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions keps/sig-api-machinery/00xx-admission-webhooks-to-ga.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
...
Expand Down

0 comments on commit a609048

Please sign in to comment.