Fix golint warnings (#992)

This commit is contained in:
Xianlu Bird
2018-04-27 09:28:49 -04:00
committed by Charlie Drage
parent 852078cc5c
commit c496fa4373
+1 -1
View File
@@ -34,7 +34,7 @@ const (
// LabelServiceExposeTLSSecret provides the name of the TLS secret to use with the Kubernetes ingress controller
LabelServiceExposeTLSSecret = "kompose.service.expose.tls-secret"
// ServiceTypeHeadless...
// ServiceTypeHeadless ...
ServiceTypeHeadless = "Headless"
)