From 38a8556c4f9a3192174267332748fa1f3a8464ab Mon Sep 17 00:00:00 2001 From: agile6v Date: Wed, 13 May 2020 10:40:56 +0800 Subject: [PATCH] Add comments for sslcipher.Config struct. --- internal/ingress/annotations/sslcipher/main.go | 1 + 1 file changed, 1 insertion(+) diff --git a/internal/ingress/annotations/sslcipher/main.go b/internal/ingress/annotations/sslcipher/main.go index a3a6b5ba4..d100a0da4 100644 --- a/internal/ingress/annotations/sslcipher/main.go +++ b/internal/ingress/annotations/sslcipher/main.go @@ -27,6 +27,7 @@ type sslCipher struct { r resolver.Resolver } +// Config contains the ssl-ciphers & ssl-prefer-server-ciphers configuration type Config struct { SSLCiphers string SSLPreferServerCiphers string