From ced03fb698068cf25c5a5f3739e8e4a495a9bc0b Mon Sep 17 00:00:00 2001 From: yue9944882 <291271447@qq.com> Date: Sat, 2 Feb 2019 18:20:45 +0800 Subject: [PATCH] remove internal client from udpate-codegen script --- hack/update-codegen.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/hack/update-codegen.sh b/hack/update-codegen.sh index 3466487030..add561e071 100755 --- a/hack/update-codegen.sh +++ b/hack/update-codegen.sh @@ -71,7 +71,6 @@ INTERNAL_DIRS_CSV=$(IFS=',';echo "${INTERNAL_DIRS[*]// /,}";IFS=$) # This can be called with one flag, --verify-only, so it works for both the # update- and verify- scripts. -${clientgen} --input-base="k8s.io/kubernetes/pkg/apis" --input="${INTERNAL_DIRS_CSV}" "$@" ${clientgen} --output-base "${KUBE_ROOT}/vendor" --output-package="k8s.io/client-go" --clientset-name="kubernetes" --input-base="k8s.io/kubernetes/vendor/k8s.io/api" --input="${GV_DIRS_CSV}" --go-header-file ${KUBE_ROOT}/hack/boilerplate/boilerplate.generatego.txt "$@" listergen_external_apis=(