Merge pull request #855 from aledbf/lint

Lint code
This commit is contained in:
Manuel Alejandro de Brito Fontes 2017-06-13 11:31:32 -04:00 committed by GitHub
commit bd1429ddac
2 changed files with 3 additions and 3 deletions

View file

@ -57,7 +57,7 @@ var (
prometheus.GaugeOpts{
Namespace: ns,
Name: sslLabelExpire,
Help: "Number of seconds since 1970 to the SSL Certificate expire. An example to check if this " +
Help: "Number of seconds since 1970 to the SSL Certificate expire. An example to check if this " +
"certificate will expire in 10 days is: \"ingress_controller_ssl_expire_time_seconds < (time() + (10 * 24 * 3600))\"",
},
[]string{sslLabelHost},