summaryrefslogtreecommitdiff
path: root/hack/update-codegen.sh
diff options
context:
space:
mode:
authorcl2017 <chenlin.liu@daocloud.io>2023-09-20 17:55:22 +0800
committercl2017 <chenlin.liu@daocloud.io>2023-09-22 12:59:41 +0800
commiteb7aacfa7c8a63e1f8d8b07d37964d4c8c9de45b (patch)
treecbbfcf0e7a76eb5fcd27f6c6d24f9224e7712849 /hack/update-codegen.sh
parentdevice crd v1beta1 pkg-client (diff)
downloadkubeedge-eb7aacfa7c8a63e1f8d8b07d37964d4c8c9de45b.tar.gz
device crd v1beta1 build
Signed-off-by: cl2017 <chenlin.liu@daocloud.io>
Diffstat (limited to 'hack/update-codegen.sh')
-rwxr-xr-xhack/update-codegen.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/hack/update-codegen.sh b/hack/update-codegen.sh
index 7b534df08..1814f7346 100755
--- a/hack/update-codegen.sh
+++ b/hack/update-codegen.sh
@@ -36,5 +36,5 @@ export GOPATH="${go_path}"
${KUBEEDGE_ROOT}/hack/generate-groups.sh "deepcopy,client,informer,lister" \
github.com/kubeedge/kubeedge/pkg/client github.com/kubeedge/kubeedge/pkg/apis \
-"devices:v1alpha2 reliablesyncs:v1alpha1 rules:v1 apps:v1alpha1 operations:v1alpha1 policy:v1alpha1" \
+"devices:v1beta1 reliablesyncs:v1alpha1 rules:v1 apps:v1alpha1 operations:v1alpha1 policy:v1alpha1" \
--go-header-file ${KUBEEDGE_ROOT}/hack/boilerplate/boilerplate.txt