remove unused constants

This commit is contained in:
chentao1596 2017-03-27 10:11:40 +08:00
parent 3de156877f
commit f4e5a9b78a

View file

@ -109,7 +109,6 @@ const (
healthCheck = "HealthCheck" healthCheck = "HealthCheck"
sslPassthrough = "SSLPassthrough" sslPassthrough = "SSLPassthrough"
sessionAffinity = "SessionAffinity" sessionAffinity = "SessionAffinity"
certificateAuth = "CertificateAuth"
) )
func (e *annotationExtractor) SecureUpstream(ing *extensions.Ingress) bool { func (e *annotationExtractor) SecureUpstream(ing *extensions.Ingress) bool {