Skip to content

Commit

Permalink
Refactor codegen to use kube_codegen.sh script
Browse files Browse the repository at this point in the history
  • Loading branch information
dsimansk committed Sep 3, 2024
1 parent f09e716 commit 832e0a3
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 5 deletions.
15 changes: 15 additions & 0 deletions hack/boilerplate.go.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
/*
Copyright 2024 The Knative Authors

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
*/
8 changes: 5 additions & 3 deletions hack/update-codegen.sh
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,11 @@ echo "=== Update Codegen for $MODULE_NAME"

group "Kubernetes Codegen"

generate-groups "deepcopy" \
knative.dev/client/pkg/apis/client/v1alpha1/generated knative.dev/client/pkg/apis \
client:v1alpha1 "$@"
source "${CODEGEN_PKG}/kube_codegen.sh"

kube::codegen::gen_helpers \
--boilerplate "${REPO_ROOT_DIR}/hack/boilerplate.go.txt" \
"${REPO_ROOT_DIR}/pkg/apis"

group "Update deps post-codegen"

Expand Down
4 changes: 2 additions & 2 deletions pkg/apis/client/v1alpha1/zz_generated.deepcopy.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 832e0a3

Please sign in to comment.