From e247fdb7b6f2a712e251fb7fe46a217eeeadc1d2 Mon Sep 17 00:00:00 2001 From: joshrosso Date: Fri, 10 Feb 2017 10:16:43 -0700 Subject: [PATCH] types.go: fix typo in godoc in an backend -> in a backend --- core/pkg/ingress/types.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/pkg/ingress/types.go b/core/pkg/ingress/types.go index 49f849a57..e619b5dc6 100644 --- a/core/pkg/ingress/types.go +++ b/core/pkg/ingress/types.go @@ -136,7 +136,7 @@ type Backend struct { Endpoints []Endpoint `json:"endpoints"` } -// Endpoint describes a kubernetes endpoint in an backend +// Endpoint describes a kubernetes endpoint in a backend type Endpoint struct { // Address IP address of the endpoint Address string `json:"address"`