Update CRDs to include additional get information

This commit is contained in:
Christian Huffman
2020-02-25 09:34:03 -05:00
parent 883842f48f
commit c3beea55ba
5 changed files with 122 additions and 19 deletions

View File

@@ -26,7 +26,7 @@ then
TMP_DIR=$(mktemp -d);
cd $TMP_DIR;
go mod init tmp;
go get sigs.k8s.io/controller-tools/cmd/controller-gen@v0.2.4;
go get sigs.k8s.io/controller-tools/cmd/controller-gen@v0.2.5;
rm -rf $TMP_DIR;
CONTROLLER_GEN=$(which controller-gen)
fi