mirror of https://github.com/knative/client.git
Refactor codegen to use kube_codegen.sh script (#1964)
This commit is contained in:
parent
f09e7164ce
commit
9728a1e0fd
|
@ -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.
|
||||||
|
*/
|
|
@ -25,9 +25,11 @@ echo "=== Update Codegen for $MODULE_NAME"
|
||||||
|
|
||||||
group "Kubernetes Codegen"
|
group "Kubernetes Codegen"
|
||||||
|
|
||||||
generate-groups "deepcopy" \
|
source "${CODEGEN_PKG}/kube_codegen.sh"
|
||||||
knative.dev/client/pkg/apis/client/v1alpha1/generated knative.dev/client/pkg/apis \
|
|
||||||
client:v1alpha1 "$@"
|
kube::codegen::gen_helpers \
|
||||||
|
--boilerplate "${REPO_ROOT_DIR}/hack/boilerplate.go.txt" \
|
||||||
|
"${REPO_ROOT_DIR}/pkg/apis"
|
||||||
|
|
||||||
group "Update deps post-codegen"
|
group "Update deps post-codegen"
|
||||||
|
|
||||||
|
|
|
@ -2,13 +2,13 @@
|
||||||
// +build !ignore_autogenerated
|
// +build !ignore_autogenerated
|
||||||
|
|
||||||
/*
|
/*
|
||||||
Copyright 2020 The Knative Authors
|
Copyright 2024 The Knative Authors
|
||||||
|
|
||||||
Licensed under the Apache License, Version 2.0 (the "License");
|
Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
you may not use this file except in compliance with the License.
|
you may not use this file except in compliance with the License.
|
||||||
You may obtain a copy of the License at
|
You may obtain a copy of the License at
|
||||||
|
|
||||||
http://www.apache.org/licenses/LICENSE-2.0
|
http://www.apache.org/licenses/LICENSE-2.0
|
||||||
|
|
||||||
Unless required by applicable law or agreed to in writing, software
|
Unless required by applicable law or agreed to in writing, software
|
||||||
distributed under the License is distributed on an "AS IS" BASIS,
|
distributed under the License is distributed on an "AS IS" BASIS,
|
||||||
|
|
Loading…
Reference in New Issue