Expand developer docs

This commit is contained in:
bprashanth 2016-12-11 09:14:53 -08:00
parent cd07b0b06d
commit 939cb9c122
10 changed files with 362 additions and 5 deletions

12
docs/dev/README.md Normal file
View file

@ -0,0 +1,12 @@
# Ingress development guide
This directory is intended to be the canonical source of truth for things like writing and hacking on Ingress controllers. If you find a requirement that this doc does not capture, please submit an issue on github. If you find other docs with references to requirements that are not simply links to this doc, please submit an issue.
This document is intended to be relative to the branch in which it is found. It is guaranteed that requirements will change over time for the development branch, but release branches of Kubernetes should not change.
## Navigation
* [Build, test or release](build.md) an existing controller
* [Setup a cluster](setup.md) to hack at an existing controller
* [Write your own](devel.md) controller