From 3cc05830f9a00b77a26f6c69f719f5cb9e43f6fe Mon Sep 17 00:00:00 2001 From: Tony Li Date: Tue, 7 Mar 2017 15:49:51 -0500 Subject: [PATCH] remove todo for function naming --- controllers/gce/controller/utils.go | 1 - 1 file changed, 1 deletion(-) diff --git a/controllers/gce/controller/utils.go b/controllers/gce/controller/utils.go index 1d0b7bf56..b57020cc3 100644 --- a/controllers/gce/controller/utils.go +++ b/controllers/gce/controller/utils.go @@ -87,7 +87,6 @@ func (ing ingAnnotations) allowHTTP() bool { } // useNamedTLS returns the name of the GCE SSL certificate. Empty by default. -// TODO: naming this (ie: external-ssl-cert) func (ing ingAnnotations) useNamedTLS() string { val, ok := ing[preSharedCertKey] if !ok {