diff options
| author | KubeEdge Bot <48982446+kubeedge-bot@users.noreply.github.com> | 2022-06-15 17:20:58 +0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-06-15 17:20:58 +0800 |
| commit | 436021c5b78b2f8c2087b891f2ba5f1aade324b1 (patch) | |
| tree | d43f6930503c2500e64626b8c1289340385a766a /hack/update-codegen.sh | |
| parent | Merge pull request #3922 from wackxu/rmunsede2ecode (diff) | |
| parent | filter resource in dynamiccontroller (diff) | |
| download | kubeedge-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-x | hack/update-codegen.sh | 2 |
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 |
