Add missing field

This commit is contained in:
Manuel de Brito Fontes 2017-11-08 18:36:03 -03:00
parent 8f1ff15a6e
commit d4fd127a1f
2 changed files with 3 additions and 0 deletions

View file

@ -64,6 +64,7 @@ type Ingress struct {
ConfigurationSnippet string
CorsConfig cors.Config
DefaultBackend string
Denied error
ExternalAuth authreq.Config
HealthCheck healthcheck.Config
Proxy proxy.Config