Add a custom controller example

This commit is contained in:
bprashanth 2017-01-30 18:42:36 -08:00
parent 3e87a2de40
commit 66c826f41f
9 changed files with 231 additions and 1 deletions

View file

@ -1,3 +1,4 @@
# Writing Ingress controllers
This doc outlines the basic steps needed to write an Ingress controller.
If you want the tl;dr version, skip straight to the [example](/examples/custom-controller).