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