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"`