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"
sslPassthrough = "SSLPassthrough"
sessionAffinity = "SessionAffinity"
certificateAuth = "CertificateAuth"
)
func (e *annotationExtractor) SecureUpstream(ing *extensions.Ingress) bool {