From 9cf84cb9b48afcf687f1f6e98c1b7bda9c80ae23 Mon Sep 17 00:00:00 2001 From: Tony Li Date: Fri, 27 Jan 2017 20:25:59 -0500 Subject: [PATCH] add TODO on naming --- controllers/gce/controller/utils.go | 1 + 1 file changed, 1 insertion(+) diff --git a/controllers/gce/controller/utils.go b/controllers/gce/controller/utils.go index 0696edb30..2858f40eb 100644 --- a/controllers/gce/controller/utils.go +++ b/controllers/gce/controller/utils.go @@ -50,6 +50,7 @@ const ( // assigns the SSL certifiate by this name to the target proxies of the given // Ingress. The controller *does not* manage this certificate, it is the users // responsibility to create/delete it. + // TODO: naming this (ie: external-ssl-cert) useNamedTLS = "kubernetes.io/ingress.use-named-tls" // staticIPNameKey tells the Ingress controller to use a specific GCE