Fix golint warnings (#992)

This commit is contained in:
Xianlu Bird 2018-04-27 21:28:49 +08:00 committed by Charlie Drage
parent 852078cc5c
commit c496fa4373

View File

@ -34,7 +34,7 @@ const (
// LabelServiceExposeTLSSecret provides the name of the TLS secret to use with the Kubernetes ingress controller // LabelServiceExposeTLSSecret provides the name of the TLS secret to use with the Kubernetes ingress controller
LabelServiceExposeTLSSecret = "kompose.service.expose.tls-secret" LabelServiceExposeTLSSecret = "kompose.service.expose.tls-secret"
// ServiceTypeHeadless... // ServiceTypeHeadless ...
ServiceTypeHeadless = "Headless" ServiceTypeHeadless = "Headless"
) )