Skip to content

Commit

Permalink
Test print version
Browse files Browse the repository at this point in the history
Signed-off-by: lubronzhan <lubronzhan@gmail.com>
  • Loading branch information
lubronzhan committed Jan 17, 2024
1 parent 0c64758 commit 45eeca0
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions hack/generate-crd-yaml.sh
Original file line number Diff line number Diff line change
Expand Up @@ -30,3 +30,6 @@ ls "${TEMPDIR}"/*.yaml | xargs cat | sed '/^$/d' \
| awk '/group: projectcontour.io/{print " preserveUnknownFields: false"}1' \
> "${REPO}/examples/contour/01-crds.yaml"


echo "Print version of controller-gen"
echo "$(go run sigs.k8s.io/controller-tools/cmd/controller-gen --version)"

0 comments on commit 45eeca0

Please sign in to comment.