Skip to content

Commit

Permalink
Merge pull request #3345 from xichengliudui/fix181102
Browse files Browse the repository at this point in the history
update annotation
  • Loading branch information
k8s-ci-robot authored Nov 4, 2018
2 parents adc0575 + 648f8df commit 19cc5e5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions internal/ingress/types.go
Original file line number Diff line number Diff line change
Expand Up @@ -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"`
Expand Down

0 comments on commit 19cc5e5

Please sign in to comment.