Adds proxy_url to v1.Endpoint. Fixes #1385

This commit is contained in:
Nicholas Whitehead
2018-05-25 18:21:14 -04:00
parent c11db46863
commit 7eee585cdf
3 changed files with 18 additions and 14 deletions

View File

@@ -133,6 +133,10 @@ spec:
description: Name of the service port this endpoint refers to.
Mutually exclusive with targetPort.
type: string
proxyUrl:
description: ProxyURL eg http://proxyserver:2195 Directs scrapes
to proxy through this endpoint.
type: string
scheme:
description: HTTP scheme to use for scraping.
type: string