add TODO on naming
This commit is contained in:
parent
c7115accf3
commit
9cf84cb9b4
1 changed files with 1 additions and 0 deletions
|
@ -50,6 +50,7 @@ const (
|
||||||
// assigns the SSL certifiate by this name to the target proxies of the given
|
// 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
|
// Ingress. The controller *does not* manage this certificate, it is the users
|
||||||
// responsibility to create/delete it.
|
// responsibility to create/delete it.
|
||||||
|
// TODO: naming this (ie: external-ssl-cert)
|
||||||
useNamedTLS = "kubernetes.io/ingress.use-named-tls"
|
useNamedTLS = "kubernetes.io/ingress.use-named-tls"
|
||||||
|
|
||||||
// staticIPNameKey tells the Ingress controller to use a specific GCE
|
// staticIPNameKey tells the Ingress controller to use a specific GCE
|
||||||
|
|
Loading…
Reference in a new issue