@@ -198,16 +198,16 @@ type ClientTLS struct {
198198// UpstreamActiveHealthCheck defines the active upstream health check configuration.
199199// +k8s:deepcopy-gen=true
200200type UpstreamActiveHealthCheck struct {
201- Type string `json:"type,omitempty" yaml:"type,omitempty"`
202- Timeout int `json:"timeout,omitempty" yaml:"timeout,omitempty"`
203- Concurrency int `json:"concurrency,omitempty" yaml:"concurrency,omitempty"`
204- Host string `json:"host,omitempty" yaml:"host,omitempty"`
205- Port int32 `json:"port,omitempty" yaml:"port,omitempty"`
206- HTTPPath string `json:"http_path,omitempty" yaml:"http_path,omitempty"`
207- HTTPSVerifyCert bool `json:"https_verify_cert ,omitempty" yaml:"https_verify_cert ,omitempty"`
208- HTTPRequestHeaders []string `json:"req_headers,omitempty" yaml:"req_headers,omitempty"`
209- Healthy UpstreamActiveHealthCheckHealthy `json:"healthy,omitempty" yaml:"healthy,omitempty"`
210- Unhealthy UpstreamActiveHealthCheckUnhealthy `json:"unhealthy,omitempty" yaml:"unhealthy,omitempty"`
201+ Type string `json:"type,omitempty" yaml:"type,omitempty"`
202+ Timeout int `json:"timeout,omitempty" yaml:"timeout,omitempty"`
203+ Concurrency int `json:"concurrency,omitempty" yaml:"concurrency,omitempty"`
204+ Host string `json:"host,omitempty" yaml:"host,omitempty"`
205+ Port int32 `json:"port,omitempty" yaml:"port,omitempty"`
206+ HTTPPath string `json:"http_path,omitempty" yaml:"http_path,omitempty"`
207+ HTTPSVerifyCertificate bool `json:"https_verify_certificate ,omitempty" yaml:"https_verify_certificate ,omitempty"`
208+ HTTPRequestHeaders []string `json:"req_headers,omitempty" yaml:"req_headers,omitempty"`
209+ Healthy UpstreamActiveHealthCheckHealthy `json:"healthy,omitempty" yaml:"healthy,omitempty"`
210+ Unhealthy UpstreamActiveHealthCheckUnhealthy `json:"unhealthy,omitempty" yaml:"unhealthy,omitempty"`
211211}
212212
213213// UpstreamPassiveHealthCheck defines the passive health check configuration for an upstream.
0 commit comments