summaryrefslogtreecommitdiff
path: root/hack/update-codegen.sh
diff options
context:
space:
mode:
authorKubeEdge Bot <48982446+kubeedge-bot@users.noreply.github.com>2022-06-15 17:20:58 +0800
committerGitHub <noreply@github.com>2022-06-15 17:20:58 +0800
commit436021c5b78b2f8c2087b891f2ba5f1aade324b1 (patch)
treed43f6930503c2500e64626b8c1289340385a766a /hack/update-codegen.sh
parentMerge pull request #3922 from wackxu/rmunsede2ecode (diff)
parentfilter resource in dynamiccontroller (diff)
downloadkubeedge-436021c5b78b2f8c2087b891f2ba5f1aade324b1.tar.gz
Merge pull request #3719 from vincentgoat/nodegroup
[feature] implementation of nodegroup and edgeapplication controller
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 f1aeba73f..9c6c57423 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" \
+"devices:v1alpha2 reliablesyncs:v1alpha1 rules:v1 apps:v1alpha1" \
--go-header-file ${KUBEEDGE_ROOT}/hack/boilerplate/boilerplate.txt