From 648f8dfc20369410b8ebf8b7281e395e025e9b4a Mon Sep 17 00:00:00 2001 From: xichengliudui Date: Thu, 1 Nov 2018 23:50:08 -0400 Subject: [PATCH] update annotation --- internal/ingress/types.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/internal/ingress/types.go b/internal/ingress/types.go index fcf496108a..10c00bf754 100644 --- a/internal/ingress/types.go +++ b/internal/ingress/types.go @@ -51,9 +51,9 @@ type Configuration struct { // Backends are a list of backends used by all the Ingress rules in the // ingress controller. This list includes the default backend Backends []*Backend `json:"backends,omitempty"` - // Servers + // Servers save the website config Servers []*Server `json:"servers,omitempty"` - // PassthroughBackend contains the backends used for SSL passthrough. + // PassthroughBackends contains the backends used for SSL passthrough. // It contains information about the associated Server Name Indication (SNI). // +optional PassthroughBackends []*SSLPassthroughBackend `json:"passthroughBackends,omitempty"`