Update api/api.go

Co-authored-by: Derek Menteer <105233703+hashi-derek@users.noreply.github.com>
pull/21215/head
cskh 6 months ago
parent e2930c00bd
commit c4e4240eed

@ -368,7 +368,8 @@ type Config struct {
// HttpAuth is the auth info to use for http access.
HttpAuth *HttpBasicAuth
// HostOverride is the override to host. Default is Address.
// HostOverride forces a specific host header value to be sent with requests.
// If not specified, defaults to the value parsed from the `Address` field.
HostOverride string
// WaitTime limits how long a Watch will block. If not provided,

Loading…
Cancel
Save