ingress-nginx-helm/search/search_index.json

1 line
845 KiB
JSON
Raw Normal View History

2023-08-07 13:17:21 +00:00
{"config":{"lang":["en"],"min_search_length":3,"prebuild_index":false,"separator":"[\\s\\-]+"},"docs":[{"location":"","text":"Overview \u00b6 This is the documentation for the Ingress NGINX Controller. It is built around the Kubernetes Ingress resource , using a ConfigMap to store the controller configuration. You can learn more about using Ingress in the official Kubernetes documentation . Getting Started \u00b6 See Deployment for a whirlwind tour that will get you started.","title":"Welcome"},{"location":"#overview","text":"This is the documentation for the Ingress NGINX Controller. It is built around the Kubernetes Ingress resource , using a ConfigMap to store the controller configuration. You can learn more about using Ingress in the official Kubernetes documentation .","title":"Overview"},{"location":"#getting-started","text":"See Deployment for a whirlwind tour that will get you started.","title":"Getting Started"},{"location":"e2e-tests/","text":"e2e test suite for Ingress NGINX Controller \u00b6 [Admission] admission controller \u00b6 reject ingress with global-rate-limit annotations when memcached is not configured should not allow overlaps of host and paths without canary annotations should allow overlaps of host and paths with canary annotation should block ingress with invalid path should return an error if there is an error validating the ingress definition should return an error if there is an invalid value in some annotation should return an error if there is a forbidden value in some annotation should return an error if there is an invalid path and wrong pathType is set should not return an error if the Ingress V1 definition is valid with Ingress Class should not return an error if the Ingress V1 definition is valid with IngressClass annotation should return an error if the Ingress V1 definition contains invalid annotations should not return an error for an invalid Ingress when it has unknown class affinity session-cookie-name \u00b6 should set sticky cookie SERVERID should change cookie name on ingress definition change should set the path to /something on the generated cookie does not set the path to / on the generated cookie if there's more than one rule referring to the same backend should set cookie with expires should set cookie with domain should not set cookie without domain annotation should work with use-regex annotation and session-cookie-path should warn user when use-regex is true and session-cookie-path is not set should not set affinity across all server locations when using separate ingresses should set sticky cookie without host should work with server-alias annotation should set secure in cookie with provided true annotation on http should not set secure in cookie with provided false annotation on http should set secure in cookie with provided false annotation on https affinitymode \u00b6 Balanced affinity mode should balance Check persistent affinity mode server-alias \u00b6 should return status code 200 for host 'foo' and 404 for 'bar' should return status code 200 for host 'foo' and 'bar' should return status code 200 for hosts defined in two ingresses, different path with one alias app-root \u00b6 should redirect to /foo auth-tls-* \u00b6 should set sslClientCertificate, sslVerifyClient and sslVerifyDepth with auth-tls-secret should set valid auth-tls-secret, sslVerify to off, and sslVerifyDepth to 2 should 302 redirect to error page instead of 400 when auth-tls-error-page is set should pass URL-encoded certificate to upstream should validate auth-tls-verify-client should return 403 using auth-tls-match-cn with no matching CN from client should return 200 using auth-tls-match-cn with matching CN from client should return 200 using auth-tls-match-cn where atleast one of the regex options matches CN from client backend-protocol \u00b6 should set backend protocol to https:// and use proxy_pass should set backend protocol to $scheme:// and use proxy_pass should set backend protocol to grpc:// and use grpc_pass should set backend protocol to grpcs:// and use grpc_pass should set backend