remove unused constants

This commit is contained in:
chentao1596 2017-03-27 10:11:40 +08:00
parent 6ab3a21971
commit 767591fa18

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 {