Merge pull request #54 from bprashanth/devel_docs

Expand developer docs
This commit is contained in:
Prashanth B 2016-12-13 14:21:17 -08:00 committed by GitHub
commit 0af8cccc7f
10 changed files with 362 additions and 5 deletions

View file

@ -2,8 +2,8 @@ all: push
BUILDTAGS=
# 0.0 shouldn't clobber any release builds
RELEASE?=0.0
# Use the 0.0 tag for testing, it shouldn't clobber any release builds
RELEASE?=0.8.4
PREFIX?=gcr.io/google_containers/nginx-ingress-controller
GOOS?=linux