diff --git a/internal/ingress/annotations/annotations.go b/internal/ingress/annotations/annotations.go index 0f10c3981..765443471 100644 --- a/internal/ingress/annotations/annotations.go +++ b/internal/ingress/annotations/annotations.go @@ -81,30 +81,30 @@ type Ingress struct { CustomHTTPErrors []int DefaultBackend *apiv1.Service //TODO: Change this back into an error when https://github.com/imdario/mergo/issues/100 is resolved - Denied string - ExternalAuth authreq.Config - HTTP2PushPreload bool - Proxy proxy.Config - RateLimit ratelimit.Config - Redirect redirect.Config - Rewrite rewrite.Config - Satisfy string - SecureUpstream secureupstream.Config - ServerSnippet string - ServiceUpstream bool - SessionAffinity sessionaffinity.Config - SSLPassthrough bool - UsePortInRedirects bool - UpstreamHashBy upstreamhashby.Config - LoadBalancing string - UpstreamVhost string - Whitelist ipwhitelist.SourceRange - XForwardedPrefix bool - SSLCiphers string - Logs log.Config - LuaRestyWAF luarestywaf.Config - InfluxDB influxdb.Config - ModSecurity modsecurity.Config + Denied string + ExternalAuth authreq.Config + HTTP2PushPreload bool + Proxy proxy.Config + RateLimit ratelimit.Config + Redirect redirect.Config + Rewrite rewrite.Config + Satisfy string + SecureUpstream secureupstream.Config + ServerSnippet string + ServiceUpstream bool + SessionAffinity sessionaffinity.Config + SSLPassthrough bool + UsePortInRedirects bool + UpstreamHashBy upstreamhashby.Config + LoadBalancing string + UpstreamVhost string + Whitelist ipwhitelist.SourceRange + XForwardedPrefix bool + SSLCiphers string + Logs log.Config + LuaRestyWAF luarestywaf.Config + InfluxDB influxdb.Config + ModSecurity modsecurity.Config } // Extractor defines the annotation parsers to be used in the extraction of annotations