ingress-nginx-helm/docs/dev/custom-controller.md

5 lines
196 B
Markdown
Raw Normal View History

2016-12-11 09:14:53 -08:00
# Writing Ingress controllers
This doc outlines the basic steps needed to write an Ingress controller.
2017-01-30 18:42:36 -08:00
If you want the tl;dr version, skip straight to the [example](/examples/custom-controller).