Merge pull request #417 from skriss/upgrade-k8s-deps

Upgrade apimachinery, client-go, api, kubernetes dependencies
This commit is contained in:
Andy Goldstein
2018-04-24 14:53:11 -04:00
committed by GitHub
510 changed files with 26784 additions and 26012 deletions

View File

@@ -17,6 +17,6 @@ FROM golang:1.9-alpine3.6
RUN apk add --update --no-cache git bash && \
mkdir -p /go/src/k8s.io && \
cd /go/src/k8s.io && \
git clone -b kubernetes-1.9.0 https://github.com/kubernetes/code-generator && \
git clone -b kubernetes-1.9.0 https://github.com/kubernetes/apimachinery && \
git clone -b kubernetes-1.10.0 https://github.com/kubernetes/code-generator && \
git clone -b kubernetes-1.10.0 https://github.com/kubernetes/apimachinery && \
echo chmod -R a+w /go