|
@@ -97,8 +97,8 @@ type HealthCheckConfig struct {
|
|
|
// Path specifies the path to send health checks to if the
|
|
|
// health check type is "http".
|
|
|
Path string `json:"path,omitempty"`
|
|
|
- // Headers specifies the headers to send health checks to if the
|
|
|
- // health check type is "http".
|
|
|
+ // HTTPHeaders specifies the headers to send with the health request, if
|
|
|
+ // the health check type is "http".
|
|
|
HTTPHeaders []HTTPHeader `json:"httpHeaders,omitempty"`
|
|
|
}
|
|
|
|