Fix configmap name case error (#1215)

This commit is contained in:
Hang Yan
2019-12-27 22:39:45 +08:00
committed by GitHub
parent d2d0d61cf2
commit bc32e29ee4
10 changed files with 3308 additions and 17 deletions
+3
View File
@@ -126,6 +126,9 @@ vendor-update:
find ./vendor/github.com/docker/distribution -type f -exec sed -i 's/Sirupsen/sirupsen/g' {} \;
rm -rf vendor/github.com/Sirupsen
# a field does not has json tag defined.
cp vendor-sync/types.go.txt vendor/k8s.io/kubernetes/pkg/api/types.go
.PHONY: test-k8s
test-k8s: