Fill in Default Values for CPU/Memory (#130)

Update k8s client and the dependencies
ACI client change for Mocking
Add ACI Provider Mock Tests
Add the Windows development environment
Add UT for Default Resource Requests
Enable the make test in Docker file
Update the vendors
This commit is contained in:
Robbie Zhang
2018-04-16 10:31:16 -07:00
committed by GitHub
parent 88bafc701b
commit 2b85b0d1df
862 changed files with 61483 additions and 16781 deletions

View File

@@ -17,6 +17,7 @@ RUN set -x \
make \
&& cd /go/src/github.com/virtual-kubelet/virtual-kubelet \
&& make build \
&& make test \
&& apk del .build-deps \
&& cp bin/virtual-kubelet /usr/bin/virtual-kubelet \
&& rm -rf /go \