mirror of
https://github.com/kubernetes/sample-controller.git
synced 2026-04-12 00:00:26 +08:00
Merge pull request #69322 from jpbetz/etcd-client-3.3.9
Update etcd client to 3.3 for 1.13 Kubernetes-commit: a8c7a3fd5e707243af68b10a8a581c2c59248222
This commit is contained in:
+4
@@ -30,3 +30,7 @@ $(dirname ${BASH_SOURCE})/../generate-groups.sh all \
|
||||
k8s.io/code-generator/_examples/crd k8s.io/code-generator/_examples/crd/apis \
|
||||
"example:v1 example2:v1" \
|
||||
--output-base "$(dirname ${BASH_SOURCE})/../../.."
|
||||
$(dirname ${BASH_SOURCE})/../generate-groups.sh all \
|
||||
k8s.io/code-generator/_examples/MixedCase k8s.io/code-generator/_examples/MixedCase/apis \
|
||||
"example:v1" \
|
||||
--output-base "$(dirname ${BASH_SOURCE})/../../.."
|
||||
|
||||
+3
-1
@@ -50,4 +50,6 @@ fi
|
||||
|
||||
# smoke test
|
||||
echo "Smoke testing _example by compiling..."
|
||||
go build ${SCRIPT_ROOT}/_example/...
|
||||
go build ./${SCRIPT_ROOT}/_examples/crd/...
|
||||
go build ./${SCRIPT_ROOT}/_examples/apiserver/...
|
||||
go build ./${SCRIPT_ROOT}/_examples/MixedCase/...
|
||||
|
||||
Reference in New Issue
Block a user