This commit is contained in:
Alex Kursell 2019-02-22 10:19:40 -05:00
parent 521be9b258
commit 6b6e7f5464

View file

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