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

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