remove todo for function naming
This commit is contained in:
parent
175daafc00
commit
3cc05830f9
1 changed files with 0 additions and 1 deletions
|
@ -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 {
|
||||
|
|
Loading…
Reference in a new issue