fix Status key conflic, fixes https://github.com/kubernetes/ingress-nginx/issues/3451
This commit is contained in:
parent
9d4060c463
commit
068d633e81
3 changed files with 3 additions and 3 deletions
|
|
@ -34,7 +34,7 @@ type upstream struct {
|
|||
Latency float64 `json:"upstreamLatency"`
|
||||
ResponseLength float64 `json:"upstreamResponseLength"`
|
||||
ResponseTime float64 `json:"upstreamResponseTime"`
|
||||
Status string `json:"upstreamStatus"`
|
||||
//Status string `json:"upstreamStatus"`
|
||||
}
|
||||
|
||||
type socketData struct {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue