summaryrefslogtreecommitdiff
path: root/hack/update-codegen.sh
diff options
context:
space:
mode:
authorCongrool <chpzhangyifei@qq.com>2022-03-16 21:00:36 +0800
committervincentgoat <linguohui1@huawei.com>2022-05-19 15:51:00 +0800
commit1d9e20f26477396742b3772341e2f494a40ffd16 (patch)
tree3bb42311a61499f661ce2e546035431fc214d25e /hack/update-codegen.sh
parentupdate vendor for controller-runtime@v0.10.3 (diff)
downloadkubeedge-1d9e20f26477396742b3772341e2f494a40ffd16.tar.gz
init nodegroup
Signed-off-by: Congrool <chpzhangyifei@qq.com> Signed-off-by: Congrool <chpzhangyifei@zju.edu.cn>
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 5cdfcf440..0541515b5 100755
--- a/hack/update-codegen.sh
+++ b/hack/update-codegen.sh
@@ -24,5 +24,5 @@ export GOPATH="${GOPATH:-$(go env GOPATH)}"
${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" \
+"devices:v1alpha2 reliablesyncs:v1alpha1 rules:v1 grouping:v1alpha1" \
--go-header-file ${KUBEEDGE_ROOT}/hack/boilerplate/boilerplate.txt