From dd8fb9612759afee6d2e7486aeec9631425907d6 Mon Sep 17 00:00:00 2001 From: Arno Uhlig Date: Mon, 11 Sep 2017 17:52:42 +0200 Subject: [PATCH] fix: conectTimeout -> connectTimeout --- core/pkg/ingress/annotations/proxy/main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/pkg/ingress/annotations/proxy/main.go b/core/pkg/ingress/annotations/proxy/main.go index 377ddcb5c..e31fb4ba7 100644 --- a/core/pkg/ingress/annotations/proxy/main.go +++ b/core/pkg/ingress/annotations/proxy/main.go @@ -39,7 +39,7 @@ const ( // Configuration returns the proxy timeout to use in the upstream server/s type Configuration struct { BodySize string `json:"bodySize"` - ConnectTimeout int `json:"conectTimeout"` + ConnectTimeout int `json:"connectTimeout"` SendTimeout int `json:"sendTimeout"` ReadTimeout int `json:"readTimeout"` BufferSize string `json:"bufferSize"`