From 6798e2d86356b1714bb05b20a16135aa8034ffaf Mon Sep 17 00:00:00 2001 From: Joe Betz Date: Sat, 8 Mar 2025 14:21:49 -0500 Subject: [PATCH] Add time to extra-pkgs for validation-gen --- hack/update-codegen.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/hack/update-codegen.sh b/hack/update-codegen.sh index 9b01aa52451..29dc5360260 100755 --- a/hack/update-codegen.sh +++ b/hack/update-codegen.sh @@ -440,6 +440,7 @@ function codegen::validation() { k8s.io/apimachinery/pkg/runtime k8s.io/apimachinery/pkg/types k8s.io/apimachinery/pkg/util/intstr + time ) kube::log::status "Generating validation code for ${#tag_pkgs[@]} targets"