ingress-nginx-helm/internal/ingress/controller
chriss-de ad406b64d8
Add override for proxy_intercept_errors when using Custom HTTP Errors (#9497)
* added proxy-intercept-errors config option

* fixed error when comparing locations

* fixed missing location config from annotation
added e2e test

* reversed logic for proxy-intercept-errors to disable-proxy-intercept-errors

* reversed logic to disable-proxy-intercept-errors

* reversed logic

* default has to be false

* put comment in same line as return

* run gofmt

* fixing wrong Boilerplate header

* updated code to new IngressAnnotation interface

* fixes to satisfy PR comments

* synced with upstream; fixed typo

* gofumpt disableproxyintercepterrors.go

* gofumpt
2023-11-17 05:43:54 +01:00
..
config Add override for proxy_intercept_errors when using Custom HTTP Errors (#9497) 2023-11-17 05:43:54 +01:00
ingressclass Fix golangci-lint errors (#10196) 2023-08-31 00:36:48 -07:00
process Fix golangci-lint errors (#10196) 2023-08-31 00:36:48 -07:00
store Separate third party NGINX configuration (#10470) 2023-11-03 14:46:32 +01:00
template Deprecate opentracing (#10615) 2023-11-05 01:58:35 +01:00
certificate.go Fix golangci-lint errors (#10196) 2023-08-31 00:36:48 -07:00
checker.go Fix golangci-lint errors (#10196) 2023-08-31 00:36:48 -07:00
checker_test.go Fix golangci-lint errors (#10196) 2023-08-31 00:36:48 -07:00
controller.go Add override for proxy_intercept_errors when using Custom HTTP Errors (#9497) 2023-11-17 05:43:54 +01:00
controller_test.go Fix golangci-lint errors (#10196) 2023-08-31 00:36:48 -07:00
endpointslices.go Fix golangci-lint errors (#10196) 2023-08-31 00:36:48 -07:00
endpointslices_test.go Fix golangci-lint errors (#10196) 2023-08-31 00:36:48 -07:00
location.go Move APIs to be used by both controller and configurer (#8854) 2022-07-21 17:32:48 -07:00
nginx.go Deprecate opentracing (#10615) 2023-11-05 01:58:35 +01:00
nginx_test.go Fix golangci-lint errors (#10196) 2023-08-31 00:36:48 -07:00
status.go Fix golangci-lint errors (#10196) 2023-08-31 00:36:48 -07:00
util.go Fix golangci-lint errors (#10196) 2023-08-31 00:36:48 -07:00
util_test.go rename sysctlFSFileMax to rlimitMaxNumFiles to reflect what it actually does 2019-01-15 15:34:17 -05:00