1
0

nfs-client-provisioner initial code

(cherry picked from commit 5a51799e23)
This commit is contained in:
Jackie Li
2017-04-26 21:12:08 +01:00
committed by kmova
parent d8553fbc86
commit 3376ae7e5f
9 changed files with 244 additions and 14 deletions

3
build.sh Executable file
View File

@@ -0,0 +1,3 @@
#!/bin/sh
CGO_ENABLED=0 go build ./cmd/nfs-client-provisioner #&& docker build -t quay.io/jackieli/nfs-client-provisioner .