Docs: Update link to Kubernetes controller documentation. (#13946)

This commit is contained in:
DongHo Jung 2025-09-23 21:52:17 +09:00 committed by GitHub
parent a5b1a05e96
commit fb745c1e6d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -64,7 +64,7 @@ To prevent this situation to happen, the Ingress-Nginx Controller optionally exp
This webhook appends the incoming ingress objects to the list of ingresses, generates the configuration and calls nginx to ensure the configuration has no syntax errors. This webhook appends the incoming ingress objects to the list of ingresses, generates the configuration and calls nginx to ensure the configuration has no syntax errors.
[0]: https://github.com/openresty/lua-nginx-module/pull/1259 [0]: https://github.com/openresty/lua-nginx-module/pull/1259
[1]: https://coreos.com/kubernetes/docs/latest/replication-controller.html#the-reconciliation-loop-in-detail [1]: https://kubernetes.io/docs/concepts/architecture/controller/#controller-pattern
[2]: https://godoc.org/k8s.io/client-go/informers#NewFilteredSharedInformerFactory [2]: https://godoc.org/k8s.io/client-go/informers#NewFilteredSharedInformerFactory
[3]: https://godoc.org/k8s.io/client-go/tools/cache#ResourceEventHandlerFuncs [3]: https://godoc.org/k8s.io/client-go/tools/cache#ResourceEventHandlerFuncs
[4]: https://github.com/kubernetes/ingress-nginx/blob/main/internal/task/queue.go#L38 [4]: https://github.com/kubernetes/ingress-nginx/blob/main/internal/task/queue.go#L38