Merge pull request #3345 from xichengliudui/fix181102

update annotation
This commit is contained in:
k8s-ci-robot 2018-11-04 12:58:15 -08:00 committed by GitHub
commit 19cc5e5b96
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -51,9 +51,9 @@ type Configuration struct {
// Backends are a list of backends used by all the Ingress rules in the // Backends are a list of backends used by all the Ingress rules in the
// ingress controller. This list includes the default backend // ingress controller. This list includes the default backend
Backends []*Backend `json:"backends,omitempty"` Backends []*Backend `json:"backends,omitempty"`
// Servers // Servers save the website config
Servers []*Server `json:"servers,omitempty"` 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). // It contains information about the associated Server Name Indication (SNI).
// +optional // +optional
PassthroughBackends []*SSLPassthroughBackend `json:"passthroughBackends,omitempty"` PassthroughBackends []*SSLPassthroughBackend `json:"passthroughBackends,omitempty"`